| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "//content/public/plugin", | 89 "//content/public/plugin", |
| 90 "//content/public/renderer", | 90 "//content/public/renderer", |
| 91 "//content/public/utility", | 91 "//content/public/utility", |
| 92 "//content/shell:pak", | 92 "//content/shell:pak", |
| 93 "//ipc/mojo", | 93 "//ipc/mojo", |
| 94 "//media", | 94 "//media", |
| 95 "//mojo/application/public/cpp:cpp_for_chromium", | 95 "//mojo/application/public/cpp:cpp_for_chromium", |
| 96 "//mojo/environment:chromium", | 96 "//mojo/environment:chromium", |
| 97 "//storage/browser", | 97 "//storage/browser", |
| 98 "//storage/common", | 98 "//storage/common", |
| 99 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 99 "//ui/compositor:test_support", | 100 "//ui/compositor:test_support", |
| 100 "//ui/surface", | 101 "//ui/surface", |
| 101 "//v8", | 102 "//v8", |
| 102 ] | 103 ] |
| 103 } | 104 } |
| 104 | 105 |
| 105 if (enable_plugins) { | 106 if (enable_plugins) { |
| 106 deps += [ | 107 deps += [ |
| 107 "//content/ppapi_plugin", | 108 "//content/ppapi_plugin", |
| 108 "//ppapi/host", | 109 "//ppapi/host", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 ".", | 239 ".", |
| 239 "//content") | 240 "//content") |
| 240 | 241 |
| 241 deps = [ | 242 deps = [ |
| 242 ":test_support", | 243 ":test_support", |
| 243 "//cc", | 244 "//cc", |
| 244 "//cc/blink", | 245 "//cc/blink", |
| 245 "//components/test_runner:test_runner", | 246 "//components/test_runner:test_runner", |
| 246 "//content/public/common", | 247 "//content/public/common", |
| 247 "//skia", | 248 "//skia", |
| 249 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 248 "//ui/accessibility:ax_gen", | 250 "//ui/accessibility:ax_gen", |
| 249 "//v8", | 251 "//v8", |
| 250 ] | 252 ] |
| 251 | 253 |
| 252 if (is_android) { | 254 if (is_android) { |
| 253 deps += [ ":jni" ] | 255 deps += [ ":jni" ] |
| 254 } | 256 } |
| 255 } | 257 } |
| 256 | 258 |
| 257 if (is_android) { | 259 if (is_android) { |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 deps += [ | 903 deps += [ |
| 902 "//gpu:test_support", | 904 "//gpu:test_support", |
| 903 "//media/base/android", | 905 "//media/base/android", |
| 904 "//media/base/android:media_java", | 906 "//media/base/android:media_java", |
| 905 "//testing/gmock", | 907 "//testing/gmock", |
| 906 "//ui/android:ui_java", | 908 "//ui/android:ui_java", |
| 907 ] | 909 ] |
| 908 } | 910 } |
| 909 } | 911 } |
| 910 } | 912 } |
| OLD | NEW |