Hash :
33b9c065
        
        Author :
  
        
        Date :
2025-03-27T18:22:30
        
      
Capture/Replay: Fix sample build It still doesn't correctly run however, it looks like loading the entry points is broken. Bug: angleproject:42264451 Change-Id: I946b07ea622145e62410d9739541e074904b7a6c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6406213 Reviewed-by: Roman Lavrov <romanl@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
# Copyright 2022 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../../gni/angle.gni")
import("../../src/tests/angle_traces.gni")
angle_trace("capture_replay_sample_trace") {
  _trace = "angle_capture"
  json_file_name = "$_trace.json"
  data = [
    "$_trace.json",
    "$_trace.angledata.gz",
  ]
}