diff options
author | ilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-31 07:58:57 +0000 |
---|---|---|
committer | ilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-31 07:58:57 +0000 |
commit | c86a8268f6579bc82d4a615114ea810aab948a11 (patch) | |
tree | 95801959bdb91d9f8f3569da6d74d5c7e651a2fc /chrome/chrome_common.gypi | |
parent | 73b14fcad61ca35a19895cffadaf2739f2151f14 (diff) | |
download | chromium_src-c86a8268f6579bc82d4a615114ea810aab948a11.zip chromium_src-c86a8268f6579bc82d4a615114ea810aab948a11.tar.gz chromium_src-c86a8268f6579bc82d4a615114ea810aab948a11.tar.bz2 |
Revert 191571 "Move AppIsolation out of Extension Class"
browser_tests and unit_tests failures on many bots. For example:
IsolatedAppsManifestTest.IsolatedApps crashes here:
http://goo.gl/3iAgy
> Move AppIsolation out of Extension Class
>
> TBR=ben@chromium.org, joi@chromium.org
> (ben - gypis, joi - public/browser/ comment update)
> BUG=159265
>
>
> Review URL: https://chromiumcodereview.appspot.com/12770031
TBR=rdevlin.cronin@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 9008438..4bfaa77 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -250,8 +250,6 @@ 'common/extensions/manifest_handler.h', 'common/extensions/manifest_handler_helpers.cc', 'common/extensions/manifest_handler_helpers.h', - 'common/extensions/manifest_handlers/app_isolation_info.cc', - 'common/extensions/manifest_handlers/app_isolation_info.h', 'common/extensions/manifest_handlers/content_scripts_handler.cc', 'common/extensions/manifest_handlers/content_scripts_handler.h', 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', |