summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorYuzhu Shen <yzshen@chromium.org>2016-03-08 08:22:56 -0800
committerYuzhu Shen <yzshen@chromium.org>2016-03-08 16:25:53 +0000
commitc24416c14fe16743e6cc6edafc1a28e0a1d51473 (patch)
treeebe5e3070ec5ba4f0e2a2f11c49b1e786cf9db58 /extensions
parent6e0f50a8d8f4dbb34c38cdd85c889b7843ddc83b (diff)
downloadchromium_src-c24416c14fe16743e6cc6edafc1a28e0a1d51473.zip
chromium_src-c24416c14fe16743e6cc6edafc1a28e0a1d51473.tar.gz
chromium_src-c24416c14fe16743e6cc6edafc1a28e0a1d51473.tar.bz2
Remove Mojo bindings environment.
BUG=585942 R=ben@chromium.org Review URL: https://codereview.chromium.org/1765243002 . Cr-Commit-Position: refs/heads/master@{#379839}
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BUILD.gn2
-rw-r--r--extensions/extensions_tests.gyp1
-rw-r--r--extensions/shell/BUILD.gn1
-rw-r--r--extensions/shell/app_shell.gyp1
4 files changed, 0 insertions, 5 deletions
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 5741f96..9e7e2fe 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -184,7 +184,6 @@ test("extensions_unittests") {
"//extensions/utility",
"//mojo/edk/js",
"//mojo/edk/system",
- "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/shell/public/interfaces",
"//testing/gmock",
@@ -244,7 +243,6 @@ test("extensions_browsertests") {
"//device/usb:mocks",
"//mojo/edk/js",
"//mojo/edk/system",
- "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//testing/gmock",
"//testing/gtest",
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 87ef374..11a27ca 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -27,7 +27,6 @@
'../device/serial/serial.gyp:device_serial',
'../device/serial/serial.gyp:device_serial_test_util',
'../mojo/mojo_base.gyp:mojo_application_bindings',
- '../mojo/mojo_base.gyp:mojo_environment_chromium',
'../mojo/mojo_edk.gyp:mojo_js_lib',
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index c2f57e9..fca3ec3 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -55,7 +55,6 @@ source_set("app_shell_lib") {
"//extensions/shell/common/api:api_registration",
"//extensions/utility",
"//mojo/edk/system",
- "//mojo/environment:chromium",
"//skia",
"//third_party/WebKit/public:blink",
"//ui/base",
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index 9d085db..fb8f054 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -46,7 +46,6 @@
'<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
'<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_registration',
'<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
'<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',