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