diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 06:58:43 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 06:58:43 +0000 |
commit | 561e33d516685d89a88b84a7be7dde190458353d (patch) | |
tree | 3aca18e8e674c2139592d77d180247042926a7e0 /chrome/chrome_common.gypi | |
parent | 27823bc4eb8f085514b96adf88e840ba58249613 (diff) | |
download | chromium_src-561e33d516685d89a88b84a7be7dde190458353d.zip chromium_src-561e33d516685d89a88b84a7be7dde190458353d.tar.gz chromium_src-561e33d516685d89a88b84a7be7dde190458353d.tar.bz2 |
Resubmit of Remove AppIsolation from Extension Class
Previous patch was reverted. Problem has been fixed (see comment in CL).
Original CL here: https://codereview.chromium.org/12770031/
TBR=ben@chromium.org, joi@chromium.org
(ben - gypis, joi - public/browser/ comment update)
BUG=159265
Review URL: https://chromiumcodereview.appspot.com/13393015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192007 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 988b23e..a0b0eb9 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -252,6 +252,8 @@ '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', |