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

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: Buildfix 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
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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "//content/public/renderer", 369 "//content/public/renderer",
370 "//content/shell:content_shell_lib", 370 "//content/shell:content_shell_lib",
371 "//content/shell:pak", 371 "//content/shell:pak",
372 "//content/test:test_support", 372 "//content/test:test_support",
373 "//device/battery", 373 "//device/battery",
374 "//device/battery:mojo_bindings", 374 "//device/battery:mojo_bindings",
375 "//device/vibration:mojo_bindings", 375 "//device/vibration:mojo_bindings",
376 "//gin", 376 "//gin",
377 "//gpu", 377 "//gpu",
378 "//ipc:test_support", 378 "//ipc:test_support",
379 "//media:media_features",
379 "//media:shared_memory_support", 380 "//media:shared_memory_support",
380 "//media:test_support", 381 "//media:test_support",
381 "//media/audio:test_support", 382 "//media/audio:test_support",
382 "//media/base:test_support", 383 "//media/base:test_support",
383 "//mojo/application/public/cpp:cpp_for_chromium", 384 "//mojo/application/public/cpp:cpp_for_chromium",
384 "//mojo/environment:chromium", 385 "//mojo/environment:chromium",
385 "//mojo/public/cpp/bindings", 386 "//mojo/public/cpp/bindings",
386 "//mojo/public/js", 387 "//mojo/public/js",
387 "//mojo/test:test_support", 388 "//mojo/test:test_support",
388 "//net:test_support", 389 "//net:test_support",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 deps += [ 899 deps += [
899 "//gpu:test_support", 900 "//gpu:test_support",
900 "//media/base/android", 901 "//media/base/android",
901 "//media/base/android:media_java", 902 "//media/base/android:media_java",
902 "//testing/gmock", 903 "//testing/gmock",
903 "//ui/android:ui_java", 904 "//ui/android:ui_java",
904 ] 905 ]
905 } 906 }
906 } 907 }
907 } 908 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | media/BUILD.gn » ('j') | media/media.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698