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

Side by Side Diff: content/test/BUILD.gn

Issue 1539983004: Convert enable_mpeg2ts into a new-style buildflag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 | « content/content_tests.gypi ('k') | media/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "//content/public/renderer", 376 "//content/public/renderer",
377 "//content/shell:content_shell_lib", 377 "//content/shell:content_shell_lib",
378 "//content/shell:pak", 378 "//content/shell:pak",
379 "//content/test:test_support", 379 "//content/test:test_support",
380 "//device/battery", 380 "//device/battery",
381 "//device/battery:mojo_bindings", 381 "//device/battery:mojo_bindings",
382 "//device/vibration:mojo_bindings", 382 "//device/vibration:mojo_bindings",
383 "//gin", 383 "//gin",
384 "//gpu", 384 "//gpu",
385 "//ipc:test_support", 385 "//ipc:test_support",
386 "//media:media_features",
386 "//media:shared_memory_support", 387 "//media:shared_memory_support",
387 "//media:test_support", 388 "//media:test_support",
388 "//media/audio:test_support", 389 "//media/audio:test_support",
389 "//media/base:test_support", 390 "//media/base:test_support",
390 "//mojo/application/public/cpp:cpp_for_chromium", 391 "//mojo/application/public/cpp:cpp_for_chromium",
391 "//mojo/environment:chromium", 392 "//mojo/environment:chromium",
392 "//mojo/public/cpp/bindings", 393 "//mojo/public/cpp/bindings",
393 "//mojo/public/js", 394 "//mojo/public/js",
394 "//mojo/test:test_support", 395 "//mojo/test:test_support",
395 "//net:test_support", 396 "//net:test_support",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 deps += [ 906 deps += [
906 "//gpu:test_support", 907 "//gpu:test_support",
907 "//media/base/android", 908 "//media/base/android",
908 "//media/base/android:media_java", 909 "//media/base/android:media_java",
909 "//testing/gmock", 910 "//testing/gmock",
910 "//ui/android:ui_java", 911 "//ui/android:ui_java",
911 ] 912 ]
912 } 913 }
913 } 914 }
914 } 915 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698