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

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: let's try that again 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 content_tests_gypi_values.layouttest_support_content_sources, 280 content_tests_gypi_values.layouttest_support_content_sources,
281 ".", 281 ".",
282 "//content") 282 "//content")
283 283
284 deps = [ 284 deps = [
285 ":test_support", 285 ":test_support",
286 "//cc", 286 "//cc",
287 "//cc/blink", 287 "//cc/blink",
288 "//components/test_runner:test_runner", 288 "//components/test_runner:test_runner",
289 "//content/public/common", 289 "//content/public/common",
290 "//mojo/edk/test:test_support",
290 "//skia", 291 "//skia",
291 "//third_party/mojo/src/mojo/edk/test:test_support",
292 "//ui/accessibility:ax_gen", 292 "//ui/accessibility:ax_gen",
293 "//v8", 293 "//v8",
294 ] 294 ]
295 295
296 if (is_android) { 296 if (is_android) {
297 deps += [ ":jni" ] 297 deps += [ ":jni" ]
298 } 298 }
299 } 299 }
300 300
301 if (is_android) { 301 if (is_android) {
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "//device/battery:mojo_bindings", 420 "//device/battery:mojo_bindings",
421 "//device/vibration:mojo_bindings", 421 "//device/vibration:mojo_bindings",
422 "//gin", 422 "//gin",
423 "//gpu", 423 "//gpu",
424 "//ipc:test_support", 424 "//ipc:test_support",
425 "//media:media_features", 425 "//media:media_features",
426 "//media:shared_memory_support", 426 "//media:shared_memory_support",
427 "//media:test_support", 427 "//media:test_support",
428 "//media/audio:test_support", 428 "//media/audio:test_support",
429 "//media/base:test_support", 429 "//media/base:test_support",
430 "//mojo/edk/system",
431 "//mojo/edk/test:test_support",
430 "//mojo/environment:chromium", 432 "//mojo/environment:chromium",
431 "//mojo/public/cpp/bindings", 433 "//mojo/public/cpp/bindings",
432 "//mojo/public/js", 434 "//mojo/public/js",
433 "//mojo/shell/public/cpp:cpp_for_chromium", 435 "//mojo/shell/public/cpp:cpp_for_chromium",
434 "//mojo/test:test_support", 436 "//mojo/test:test_support",
435 "//net:test_support", 437 "//net:test_support",
436 "//testing/gmock", 438 "//testing/gmock",
437 "//testing/gtest", 439 "//testing/gtest",
438 "//third_party/WebKit/public:blink", 440 "//third_party/WebKit/public:blink",
439 "//third_party/leveldatabase", 441 "//third_party/leveldatabase",
440 "//third_party/mesa:osmesa", 442 "//third_party/mesa:osmesa",
441 "//third_party/mojo/src/mojo/edk/system",
442 "//third_party/mojo/src/mojo/edk/test:test_support",
443 "//third_party/zlib", 443 "//third_party/zlib",
444 "//ui/accessibility", 444 "//ui/accessibility",
445 "//ui/accessibility:ax_gen", 445 "//ui/accessibility:ax_gen",
446 "//ui/base", 446 "//ui/base",
447 "//ui/base/ime", 447 "//ui/base/ime",
448 "//ui/gfx", 448 "//ui/gfx",
449 "//ui/gfx/geometry", 449 "//ui/gfx/geometry",
450 "//ui/gl", 450 "//ui/gl",
451 "//ui/gl:test_support", 451 "//ui/gl:test_support",
452 "//ui/resources", 452 "//ui/resources",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 "//content/browser/service_worker:service_worker_proto", 595 "//content/browser/service_worker:service_worker_proto",
596 "//content/browser/speech/proto", 596 "//content/browser/speech/proto",
597 "//content/common:mojo_bindings", 597 "//content/common:mojo_bindings",
598 "//content/public/browser", 598 "//content/public/browser",
599 "//content/public/common", 599 "//content/public/common",
600 "//content/public/common:mojo_bindings", 600 "//content/public/common:mojo_bindings",
601 "//crypto", 601 "//crypto",
602 "//device/battery", 602 "//device/battery",
603 "//device/battery:mojo_bindings", 603 "//device/battery:mojo_bindings",
604 "//device/bluetooth", 604 "//device/bluetooth",
605 "//mojo/edk/test:test_support",
605 "//mojo/environment:chromium", 606 "//mojo/environment:chromium",
606 "//mojo/public/cpp/bindings", 607 "//mojo/public/cpp/bindings",
607 "//net:extras", 608 "//net:extras",
608 "//net:test_support", 609 "//net:test_support",
609 "//skia", 610 "//skia",
610 "//sql", 611 "//sql",
611 "//sql:test_support", 612 "//sql:test_support",
612 "//testing/gmock", 613 "//testing/gmock",
613 "//testing/gtest", 614 "//testing/gtest",
614 "//third_party/mojo/src/mojo/edk/test:test_support",
615 "//third_party/re2", 615 "//third_party/re2",
616 "//ui/accessibility", 616 "//ui/accessibility",
617 "//ui/base", 617 "//ui/base",
618 "//ui/events/blink", 618 "//ui/events/blink",
619 "//ui/gfx", 619 "//ui/gfx",
620 "//ui/gfx/geometry", 620 "//ui/gfx/geometry",
621 "//ui/gfx/ipc", 621 "//ui/gfx/ipc",
622 ] 622 ]
623 623
624 if (!is_ios) { 624 if (!is_ios) {
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 deps += [ 920 deps += [
921 "//gpu:test_support", 921 "//gpu:test_support",
922 "//media/base/android", 922 "//media/base/android",
923 "//media/base/android:media_java", 923 "//media/base/android:media_java",
924 "//testing/gmock", 924 "//testing/gmock",
925 "//ui/android:ui_java", 925 "//ui/android:ui_java",
926 ] 926 ]
927 } 927 }
928 } 928 }
929 } 929 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698