summaryrefslogtreecommitdiffstats
path: root/extensions/shell
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/shell
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/shell')
-rw-r--r--extensions/shell/BUILD.gn1
-rw-r--r--extensions/shell/app_shell.gyp1
2 files changed, 0 insertions, 2 deletions
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',