| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |