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

Side by Side Diff: content/test/BUILD.gn

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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("//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
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 content_tests_gypi_values.layouttest_support_content_sources, 279 content_tests_gypi_values.layouttest_support_content_sources,
280 ".", 280 ".",
281 "//content") 281 "//content")
282 282
283 deps = [ 283 deps = [
284 ":test_support", 284 ":test_support",
285 "//cc", 285 "//cc",
286 "//cc/blink", 286 "//cc/blink",
287 "//components/test_runner:test_runner", 287 "//components/test_runner:test_runner",
288 "//content/public/common", 288 "//content/public/common",
289 "//mojo/edk/test:test_support",
289 "//skia", 290 "//skia",
290 "//third_party/mojo/src/mojo/edk/test:test_support",
291 "//ui/accessibility:ax_gen", 291 "//ui/accessibility:ax_gen",
292 "//v8", 292 "//v8",
293 ] 293 ]
294 294
295 if (is_android) { 295 if (is_android) {
296 deps += [ ":jni" ] 296 deps += [ ":jni" ]
297 } 297 }
298 } 298 }
299 299
300 if (is_android) { 300 if (is_android) {
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "//device/battery:mojo_bindings", 419 "//device/battery:mojo_bindings",
420 "//device/vibration:mojo_bindings", 420 "//device/vibration:mojo_bindings",
421 "//gin", 421 "//gin",
422 "//gpu", 422 "//gpu",
423 "//ipc:test_support", 423 "//ipc:test_support",
424 "//media:media_features", 424 "//media:media_features",
425 "//media:shared_memory_support", 425 "//media:shared_memory_support",
426 "//media:test_support", 426 "//media:test_support",
427 "//media/audio:test_support", 427 "//media/audio:test_support",
428 "//media/base:test_support", 428 "//media/base:test_support",
429 "//mojo/edk/system",
430 "//mojo/edk/test:test_support",
429 "//mojo/environment:chromium", 431 "//mojo/environment:chromium",
430 "//mojo/public/cpp/bindings", 432 "//mojo/public/cpp/bindings",
431 "//mojo/public/js", 433 "//mojo/public/js",
432 "//mojo/shell/public/cpp:cpp_for_chromium", 434 "//mojo/shell/public/cpp:cpp_for_chromium",
433 "//mojo/test:test_support", 435 "//mojo/test:test_support",
434 "//net:test_support", 436 "//net:test_support",
435 "//testing/gmock", 437 "//testing/gmock",
436 "//testing/gtest", 438 "//testing/gtest",
437 "//third_party/WebKit/public:blink", 439 "//third_party/WebKit/public:blink",
438 "//third_party/leveldatabase", 440 "//third_party/leveldatabase",
439 "//third_party/mesa:osmesa", 441 "//third_party/mesa:osmesa",
440 "//third_party/mojo/src/mojo/edk/system",
441 "//third_party/mojo/src/mojo/edk/test:test_support",
442 "//third_party/zlib", 442 "//third_party/zlib",
443 "//ui/accessibility", 443 "//ui/accessibility",
444 "//ui/accessibility:ax_gen", 444 "//ui/accessibility:ax_gen",
445 "//ui/base", 445 "//ui/base",
446 "//ui/base/ime", 446 "//ui/base/ime",
447 "//ui/gfx", 447 "//ui/gfx",
448 "//ui/gfx/geometry", 448 "//ui/gfx/geometry",
449 "//ui/gl", 449 "//ui/gl",
450 "//ui/gl:test_support", 450 "//ui/gl:test_support",
451 "//ui/resources", 451 "//ui/resources",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "//content/browser/service_worker:service_worker_proto", 594 "//content/browser/service_worker:service_worker_proto",
595 "//content/browser/speech/proto", 595 "//content/browser/speech/proto",
596 "//content/common:mojo_bindings", 596 "//content/common:mojo_bindings",
597 "//content/public/browser", 597 "//content/public/browser",
598 "//content/public/common", 598 "//content/public/common",
599 "//content/public/common:mojo_bindings", 599 "//content/public/common:mojo_bindings",
600 "//crypto", 600 "//crypto",
601 "//device/battery", 601 "//device/battery",
602 "//device/battery:mojo_bindings", 602 "//device/battery:mojo_bindings",
603 "//device/bluetooth", 603 "//device/bluetooth",
604 "//mojo/edk/test:test_support",
604 "//mojo/environment:chromium", 605 "//mojo/environment:chromium",
605 "//mojo/public/cpp/bindings", 606 "//mojo/public/cpp/bindings",
606 "//net:extras", 607 "//net:extras",
607 "//net:test_support", 608 "//net:test_support",
608 "//skia", 609 "//skia",
609 "//sql", 610 "//sql",
610 "//sql:test_support", 611 "//sql:test_support",
611 "//testing/gmock", 612 "//testing/gmock",
612 "//testing/gtest", 613 "//testing/gtest",
613 "//third_party/mojo/src/mojo/edk/test:test_support",
614 "//third_party/re2", 614 "//third_party/re2",
615 "//ui/accessibility", 615 "//ui/accessibility",
616 "//ui/base", 616 "//ui/base",
617 "//ui/events/blink", 617 "//ui/events/blink",
618 "//ui/gfx", 618 "//ui/gfx",
619 "//ui/gfx/geometry", 619 "//ui/gfx/geometry",
620 "//ui/gfx/ipc", 620 "//ui/gfx/ipc",
621 ] 621 ]
622 622
623 if (!is_ios) { 623 if (!is_ios) {
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 deps += [ 918 deps += [
919 "//gpu:test_support", 919 "//gpu:test_support",
920 "//media/base/android", 920 "//media/base/android",
921 "//media/base/android:media_java", 921 "//media/base/android:media_java",
922 "//testing/gmock", 922 "//testing/gmock",
923 "//ui/android:ui_java", 923 "//ui/android:ui_java",
924 ] 924 ]
925 } 925 }
926 } 926 }
927 } 927 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698