Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1632)

Unified Diff: apps/DEPS

Issue 2789253003: Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/BUILD.gn ('k') | apps/app_load_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/DEPS
diff --git a/apps/DEPS b/apps/DEPS
index 4ea4b016bf7d688699b03e5de1d803923d6d3fec..0cd53afbd65600d4d1b691475a372d6410363561 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -17,21 +17,8 @@ include_rules = [
"+ui",
"+win8",
- # Temporary allowed includes.
- # TODO(benwells): remove these (http://crbug.com/159366)
- "+chrome/browser/chrome_notification_types.h",
- "+chrome/browser/chromeos/login/users/user_manager.h",
- "+chrome/browser/lifetime/application_lifetime.h",
- "+chrome/common/chrome_switches.h",
-
# For default app icon.
"!chrome/grit/theme_resources.h",
-
- # Pieces of the extensions system that need to move to src/extensions.
- # See http://crbug.com/162530 for details.
- "+chrome/browser/extensions/api/file_system/file_system_api.h",
- "+chrome/browser/extensions/chrome_extension_web_contents_observer.h",
- "+chrome/browser/extensions/unpacked_installer.h",
]
specific_include_rules = {
@@ -48,6 +35,7 @@ specific_include_rules = {
"+chrome/browser/profiles/profile_manager.h",
"+chrome/browser/ui/browser.h",
"+chrome/browser/ui/simple_message_box_internal.h",
+ "+chrome/common/chrome_switches.h",
"+chrome/test/base/in_process_browser_test.h",
"+chrome/test/base/interactive_test_utils.h",
"+chrome/test/base/testing_profile.h",
@@ -55,5 +43,8 @@ specific_include_rules = {
# TODO(benwells): Move app_browsertest_util into apps component once there
# is an apps shell to test with.
"+chrome/browser/apps/app_browsertest_util.h",
+ # Pieces of the extensions system that need to move to src/extensions.
+ # See http://crbug.com/162530 for details.
+ "+chrome/browser/extensions/api/file_system/file_system_api.h",
]
}
« no previous file with comments | « apps/BUILD.gn ('k') | apps/app_load_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698