From c24416c14fe16743e6cc6edafc1a28e0a1d51473 Mon Sep 17 00:00:00 2001 From: Yuzhu Shen Date: Tue, 8 Mar 2016 08:22:56 -0800 Subject: Remove Mojo bindings environment. BUG=585942 R=ben@chromium.org Review URL: https://codereview.chromium.org/1765243002 . Cr-Commit-Position: refs/heads/master@{#379839} --- extensions/shell/BUILD.gn | 1 - extensions/shell/app_shell.gyp | 1 - 2 files changed, 2 deletions(-) (limited to 'extensions/shell') 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', -- cgit v1.1