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("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "//content/browser/speech/proto", | 91 "//content/browser/speech/proto", |
92 "//content/gpu", | 92 "//content/gpu", |
93 "//content/public/child", | 93 "//content/public/child", |
94 "//content/public/plugin", | 94 "//content/public/plugin", |
95 "//content/public/renderer", | 95 "//content/public/renderer", |
96 "//content/public/utility", | 96 "//content/public/utility", |
97 "//content/shell:pak", | 97 "//content/shell:pak", |
98 "//ipc:test_support", | 98 "//ipc:test_support", |
99 "//ipc/mojo", | 99 "//ipc/mojo", |
100 "//media", | 100 "//media", |
| 101 "//mojo/edk/test:test_support", |
101 "//mojo/environment:chromium", | 102 "//mojo/environment:chromium", |
102 "//mojo/shell/public/cpp:cpp_for_chromium", | 103 "//mojo/shell/public/cpp:cpp_for_chromium", |
103 "//storage/browser", | 104 "//storage/browser", |
104 "//storage/common", | 105 "//storage/common", |
105 "//third_party/mojo/src/mojo/edk/test:test_support", | |
106 "//ui/compositor:test_support", | 106 "//ui/compositor:test_support", |
107 "//ui/surface", | 107 "//ui/surface", |
108 "//v8", | 108 "//v8", |
109 ] | 109 ] |
110 } | 110 } |
111 | 111 |
112 if (enable_plugins) { | 112 if (enable_plugins) { |
113 deps += [ | 113 deps += [ |
114 "//content/ppapi_plugin", | 114 "//content/ppapi_plugin", |
115 "//ppapi/host", | 115 "//ppapi/host", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 content_tests_gypi_values.layouttest_support_content_sources, | 244 content_tests_gypi_values.layouttest_support_content_sources, |
245 ".", | 245 ".", |
246 "//content") | 246 "//content") |
247 | 247 |
248 deps = [ | 248 deps = [ |
249 ":test_support", | 249 ":test_support", |
250 "//cc", | 250 "//cc", |
251 "//cc/blink", | 251 "//cc/blink", |
252 "//components/test_runner:test_runner", | 252 "//components/test_runner:test_runner", |
253 "//content/public/common", | 253 "//content/public/common", |
| 254 "//mojo/edk/test:test_support", |
254 "//skia", | 255 "//skia", |
255 "//third_party/mojo/src/mojo/edk/test:test_support", | |
256 "//ui/accessibility:ax_gen", | 256 "//ui/accessibility:ax_gen", |
257 "//v8", | 257 "//v8", |
258 ] | 258 ] |
259 | 259 |
260 if (is_android) { | 260 if (is_android) { |
261 deps += [ ":jni" ] | 261 deps += [ ":jni" ] |
262 } | 262 } |
263 } | 263 } |
264 | 264 |
265 if (is_android) { | 265 if (is_android) { |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 "//device/battery:mojo_bindings", | 376 "//device/battery:mojo_bindings", |
377 "//device/vibration:mojo_bindings", | 377 "//device/vibration:mojo_bindings", |
378 "//gin", | 378 "//gin", |
379 "//gpu", | 379 "//gpu", |
380 "//ipc:test_support", | 380 "//ipc:test_support", |
381 "//media:media_features", | 381 "//media:media_features", |
382 "//media:shared_memory_support", | 382 "//media:shared_memory_support", |
383 "//media:test_support", | 383 "//media:test_support", |
384 "//media/audio:test_support", | 384 "//media/audio:test_support", |
385 "//media/base:test_support", | 385 "//media/base:test_support", |
| 386 "//mojo/edk/system", |
| 387 "//mojo/edk/test:test_support", |
386 "//mojo/environment:chromium", | 388 "//mojo/environment:chromium", |
387 "//mojo/public/cpp/bindings", | 389 "//mojo/public/cpp/bindings", |
388 "//mojo/public/js", | 390 "//mojo/public/js", |
389 "//mojo/shell/public/cpp:cpp_for_chromium", | 391 "//mojo/shell/public/cpp:cpp_for_chromium", |
390 "//mojo/test:test_support", | 392 "//mojo/test:test_support", |
391 "//net:test_support", | 393 "//net:test_support", |
392 "//testing/gmock", | 394 "//testing/gmock", |
393 "//testing/gtest", | 395 "//testing/gtest", |
394 "//third_party/WebKit/public:blink", | 396 "//third_party/WebKit/public:blink", |
395 "//third_party/leveldatabase", | 397 "//third_party/leveldatabase", |
396 "//third_party/mesa:osmesa", | 398 "//third_party/mesa:osmesa", |
397 "//third_party/mojo/src/mojo/edk/system", | |
398 "//third_party/mojo/src/mojo/edk/test:test_support", | |
399 "//third_party/zlib", | 399 "//third_party/zlib", |
400 "//ui/accessibility", | 400 "//ui/accessibility", |
401 "//ui/accessibility:ax_gen", | 401 "//ui/accessibility:ax_gen", |
402 "//ui/base", | 402 "//ui/base", |
403 "//ui/base/ime", | 403 "//ui/base/ime", |
404 "//ui/gfx", | 404 "//ui/gfx", |
405 "//ui/gfx/geometry", | 405 "//ui/gfx/geometry", |
406 "//ui/gl", | 406 "//ui/gl", |
407 "//ui/gl:test_support", | 407 "//ui/gl:test_support", |
408 "//ui/resources", | 408 "//ui/resources", |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 "//content/browser/notifications:notification_proto", | 565 "//content/browser/notifications:notification_proto", |
566 "//content/browser/service_worker:service_worker_proto", | 566 "//content/browser/service_worker:service_worker_proto", |
567 "//content/browser/speech/proto", | 567 "//content/browser/speech/proto", |
568 "//content/common:mojo_bindings", | 568 "//content/common:mojo_bindings", |
569 "//content/public/browser", | 569 "//content/public/browser", |
570 "//content/public/common", | 570 "//content/public/common", |
571 "//content/public/common:mojo_bindings", | 571 "//content/public/common:mojo_bindings", |
572 "//crypto", | 572 "//crypto", |
573 "//device/battery", | 573 "//device/battery", |
574 "//device/battery:mojo_bindings", | 574 "//device/battery:mojo_bindings", |
| 575 "//mojo/edk/test:test_support", |
575 "//mojo/environment:chromium", | 576 "//mojo/environment:chromium", |
576 "//mojo/public/cpp/bindings", | 577 "//mojo/public/cpp/bindings", |
577 "//net:extras", | 578 "//net:extras", |
578 "//net:test_support", | 579 "//net:test_support", |
579 "//skia", | 580 "//skia", |
580 "//sql", | 581 "//sql", |
581 "//sql:test_support", | 582 "//sql:test_support", |
582 "//testing/gmock", | 583 "//testing/gmock", |
583 "//testing/gtest", | 584 "//testing/gtest", |
584 "//third_party/mojo/src/mojo/edk/test:test_support", | |
585 "//third_party/re2", | 585 "//third_party/re2", |
586 "//ui/accessibility", | 586 "//ui/accessibility", |
587 "//ui/base", | 587 "//ui/base", |
588 "//ui/events/blink", | 588 "//ui/events/blink", |
589 "//ui/gfx", | 589 "//ui/gfx", |
590 "//ui/gfx/geometry", | 590 "//ui/gfx/geometry", |
591 "//ui/gfx/ipc", | 591 "//ui/gfx/ipc", |
592 ] | 592 ] |
593 | 593 |
594 if (!is_ios) { | 594 if (!is_ios) { |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
901 deps += [ | 901 deps += [ |
902 "//gpu:test_support", | 902 "//gpu:test_support", |
903 "//media/base/android", | 903 "//media/base/android", |
904 "//media/base/android:media_java", | 904 "//media/base/android:media_java", |
905 "//testing/gmock", | 905 "//testing/gmock", |
906 "//ui/android:ui_java", | 906 "//ui/android:ui_java", |
907 ] | 907 ] |
908 } | 908 } |
909 } | 909 } |
910 } | 910 } |
OLD | NEW |