Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Side by Side Diff: webrtc/rtc_tools/BUILD.gn

Issue 2974863003: Use relative paths in GN files. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/rtc_tools/network_tester/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 import("../webrtc.gni") 10 import("../webrtc.gni")
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "../modules:module_api", 268 "../modules:module_api",
269 "../modules/audio_processing", 269 "../modules/audio_processing",
270 "../system_wrappers:metrics_default", 270 "../system_wrappers:metrics_default",
271 "../test:test_support", 271 "../test:test_support",
272 "//build/win:default_exe_manifest", 272 "//build/win:default_exe_manifest",
273 "//testing/gtest", 273 "//testing/gtest",
274 ] 274 ]
275 } 275 }
276 276
277 tools_unittests_resources = [ 277 tools_unittests_resources = [
278 "//resources/foreman_cif.yuv", 278 "../../resources/foreman_cif.yuv",
279 "//resources/reference_less_video_test_file.y4m", 279 "../../resources/reference_less_video_test_file.y4m",
280 "//resources/video_quality_analysis_frame.txt", 280 "../../resources/video_quality_analysis_frame.txt",
281 ] 281 ]
282 282
283 if (is_ios) { 283 if (is_ios) {
284 bundle_data("tools_unittests_bundle_data") { 284 bundle_data("tools_unittests_bundle_data") {
285 testonly = true 285 testonly = true
286 sources = tools_unittests_resources 286 sources = tools_unittests_resources
287 outputs = [ 287 outputs = [
288 "{{bundle_resources_dir}}/{{source_file_part}}", 288 "{{bundle_resources_dir}}/{{source_file_part}}",
289 ] 289 ]
290 } 290 }
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ] 341 ]
342 outputs = [ 342 outputs = [
343 "$root_build_dir/{{source_file_part}}", 343 "$root_build_dir/{{source_file_part}}",
344 ] 344 ]
345 deps = [ 345 deps = [
346 "../logging:rtc_event_log_proto", 346 "../logging:rtc_event_log_proto",
347 ] 347 ]
348 } 348 }
349 } 349 }
350 } 350 }
OLDNEW
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/rtc_tools/network_tester/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698