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

Side by Side Diff: webrtc/media/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/examples/BUILD.gn ('k') | webrtc/modules/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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("../webrtc.gni") 10 import("../webrtc.gni")
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 # for -Wno-sign-compare 390 # for -Wno-sign-compare
391 "-Wno-sign-compare", 391 "-Wno-sign-compare",
392 ] 392 ]
393 } 393 }
394 if (!is_win) { 394 if (!is_win) {
395 cflags = [ "-Wno-sign-compare" ] 395 cflags = [ "-Wno-sign-compare" ]
396 } 396 }
397 } 397 }
398 398
399 rtc_media_unittests_resources = [ 399 rtc_media_unittests_resources = [
400 "//resources/media/captured-320x240-2s-48.frames", 400 "../../resources/media/captured-320x240-2s-48.frames",
401 "//resources/media/faces.1280x720_P420.yuv", 401 "../../resources/media/faces.1280x720_P420.yuv",
402 "//resources/media/faces_I420.jpg", 402 "../../resources/media/faces_I420.jpg",
403 "//resources/media/faces_I422.jpg", 403 "../../resources/media/faces_I422.jpg",
404 "//resources/media/faces_I444.jpg", 404 "../../resources/media/faces_I444.jpg",
405 "//resources/media/faces_I411.jpg", 405 "../../resources/media/faces_I411.jpg",
406 "//resources/media/faces_I400.jpg", 406 "../../resources/media/faces_I400.jpg",
407 ] 407 ]
408 408
409 if (is_ios) { 409 if (is_ios) {
410 bundle_data("rtc_media_unittests_bundle_data") { 410 bundle_data("rtc_media_unittests_bundle_data") {
411 testonly = true 411 testonly = true
412 sources = rtc_media_unittests_resources 412 sources = rtc_media_unittests_resources
413 outputs = [ 413 outputs = [
414 "{{bundle_resources_dir}}/{{source_file_part}}", 414 "{{bundle_resources_dir}}/{{source_file_part}}",
415 ] 415 ]
416 } 416 }
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 "../modules/video_coding:video_coding_utility", 521 "../modules/video_coding:video_coding_utility",
522 "../modules/video_coding:webrtc_vp8", 522 "../modules/video_coding:webrtc_vp8",
523 "../p2p:p2p_test_utils", 523 "../p2p:p2p_test_utils",
524 "../system_wrappers:metrics_default", 524 "../system_wrappers:metrics_default",
525 "../test:audio_codec_mocks", 525 "../test:audio_codec_mocks",
526 "../test:test_support", 526 "../test:test_support",
527 "../voice_engine:voice_engine", 527 "../voice_engine:voice_engine",
528 ] 528 ]
529 } 529 }
530 } 530 }
OLDNEW
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698