diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 12:50:21 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 12:50:21 +0000 |
commit | 49a008fee59e6f03c761e5a7f62de376cf9750b9 (patch) | |
tree | 11f0e05b15432eac82bba08dad9d483a653f22c9 /apps/DEPS | |
parent | 82c326026551815db8f8577fefc0f394a429116b (diff) | |
download | chromium_src-49a008fee59e6f03c761e5a7f62de376cf9750b9.zip chromium_src-49a008fee59e6f03c761e5a7f62de376cf9750b9.tar.gz chromium_src-49a008fee59e6f03c761e5a7f62de376cf9750b9.tar.bz2 |
Clean up apps deps.
Much stuff isn't needed or is only needed by subcomponents which will
either move or be deleted.
BUG=159366
TBR=thakis for apps DEPS refactor. No new dependency has been added, just the scope of the DEPS rule limited.
Review URL: https://chromiumcodereview.appspot.com/21472002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215017 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -18,20 +18,10 @@ include_rules = [ "+chrome/browser/lifetime/application_lifetime.h", "+chrome/browser/profiles", "+chrome/browser/sessions/session_id.h", - "+chrome/browser/shell_integration.h", - "+chrome/browser/ui/extensions/application_launch.h", "+chrome/browser/ui/extensions/native_app_window.h", "+chrome/browser/ui/host_desktop.h", - "+chrome/browser/ui/web_applications/web_app_ui.h", - "+chrome/browser/web_applications/web_app.h", - "+chrome/browser/web_applications/web_app_mac.h", - "+chrome/common/chrome_constants.h", - "+chrome/common/chrome_paths.h", "+chrome/common/chrome_switches.h", "+chrome/common/extensions", - "+chrome/common/mac/app_mode_common.h", - "+chrome/installer", "+chrome/test/base/interactive_test_utils.h", "+chrome/test/base/testing_profile.h", - "+grit/generated_resources.h", ] |