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

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

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/BUILD.gn ('k') | device/BUILD.gn » ('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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "//content/gpu", 94 "//content/gpu",
95 "//content/public/child", 95 "//content/public/child",
96 "//content/public/plugin", 96 "//content/public/plugin",
97 "//content/public/renderer", 97 "//content/public/renderer",
98 "//content/public/utility", 98 "//content/public/utility",
99 "//content/shell:pak", 99 "//content/shell:pak",
100 "//ipc:test_support", 100 "//ipc:test_support",
101 "//ipc/mojo", 101 "//ipc/mojo",
102 "//media", 102 "//media",
103 "//mojo/edk/test:test_support", 103 "//mojo/edk/test:test_support",
104 "//mojo/environment:chromium",
105 "//mojo/shell/public/cpp:cpp_for_chromium", 104 "//mojo/shell/public/cpp:cpp_for_chromium",
106 "//storage/browser", 105 "//storage/browser",
107 "//storage/common", 106 "//storage/common",
108 "//ui/compositor:test_support", 107 "//ui/compositor:test_support",
109 "//ui/surface", 108 "//ui/surface",
110 "//v8", 109 "//v8",
111 ] 110 ]
112 } 111 }
113 112
114 if (enable_plugins) { 113 if (enable_plugins) {
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "//gin", 428 "//gin",
430 "//gpu", 429 "//gpu",
431 "//ipc:test_support", 430 "//ipc:test_support",
432 "//media:media_features", 431 "//media:media_features",
433 "//media:shared_memory_support", 432 "//media:shared_memory_support",
434 "//media:test_support", 433 "//media:test_support",
435 "//media/audio:test_support", 434 "//media/audio:test_support",
436 "//media/base:test_support", 435 "//media/base:test_support",
437 "//mojo/edk/system", 436 "//mojo/edk/system",
438 "//mojo/edk/test:test_support", 437 "//mojo/edk/test:test_support",
439 "//mojo/environment:chromium",
440 "//mojo/public/cpp/bindings", 438 "//mojo/public/cpp/bindings",
441 "//mojo/public/js", 439 "//mojo/public/js",
442 "//mojo/shell/public/cpp:cpp_for_chromium", 440 "//mojo/shell/public/cpp:cpp_for_chromium",
443 "//mojo/test:test_support", 441 "//mojo/test:test_support",
444 "//net:test_support", 442 "//net:test_support",
445 "//testing/gmock", 443 "//testing/gmock",
446 "//testing/gtest", 444 "//testing/gtest",
447 "//third_party/WebKit/public:blink", 445 "//third_party/WebKit/public:blink",
448 "//third_party/leveldatabase", 446 "//third_party/leveldatabase",
449 "//third_party/mesa:osmesa", 447 "//third_party/mesa:osmesa",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "//content/browser/speech/proto", 601 "//content/browser/speech/proto",
604 "//content/common:mojo_bindings", 602 "//content/common:mojo_bindings",
605 "//content/public/browser", 603 "//content/public/browser",
606 "//content/public/common", 604 "//content/public/common",
607 "//content/public/common:mojo_bindings", 605 "//content/public/common:mojo_bindings",
608 "//crypto", 606 "//crypto",
609 "//device/battery", 607 "//device/battery",
610 "//device/battery:mojo_bindings", 608 "//device/battery:mojo_bindings",
611 "//device/bluetooth", 609 "//device/bluetooth",
612 "//mojo/edk/test:test_support", 610 "//mojo/edk/test:test_support",
613 "//mojo/environment:chromium",
614 "//mojo/public/cpp/bindings", 611 "//mojo/public/cpp/bindings",
615 "//net:extras", 612 "//net:extras",
616 "//net:test_support", 613 "//net:test_support",
617 "//skia", 614 "//skia",
618 "//sql", 615 "//sql",
619 "//sql:test_support", 616 "//sql:test_support",
620 "//testing/gmock", 617 "//testing/gmock",
621 "//testing/gtest", 618 "//testing/gtest",
622 "//third_party/re2", 619 "//third_party/re2",
623 "//ui/accessibility", 620 "//ui/accessibility",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 "//gpu:test_support", 924 "//gpu:test_support",
928 "//media/base/android", 925 "//media/base/android",
929 "//media/base/android:media_java", 926 "//media/base/android:media_java",
930 "//media/capture/video/android:capture_java", 927 "//media/capture/video/android:capture_java",
931 "//testing/gmock", 928 "//testing/gmock",
932 "//ui/android:ui_java", 929 "//ui/android:ui_java",
933 ] 930 ]
934 } 931 }
935 } 932 }
936 } 933 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698