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

Unified Diff: apps/shell/DEPS

Issue 254473011: Introduce chrome.shell.createWindow stub API for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (shell-api) Created 6 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 | « no previous file | apps/shell/app_shell.gyp » ('j') | apps/shell/browser/api/shell/shell_api.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/DEPS
diff --git a/apps/shell/DEPS b/apps/shell/DEPS
index 66f0b37bb0c64905eb2779de3ef27ae38e7cfebb..82bb32272dff41bbba6f21b5d8d0fd378e6c6d2b 100644
--- a/apps/shell/DEPS
+++ b/apps/shell/DEPS
@@ -16,6 +16,10 @@ include_rules = [
# the code you need to a shared location.
"-chrome",
+ # Only allow app_shell resources, not general Chrome ones.
+ "-grit",
+ "+grit/app_shell_resources.h",
+
# Real DEPS go in subdirectories, for example apps/shell/browser/DEPS.
# Temporary exceptions for app_shell bring-up go here.
# TODO(jamescook): Remove these. http://crbug.com/305404
@@ -25,4 +29,5 @@ include_rules = [
"!chrome/common/extensions/permissions/chrome_api_permissions.h",
"!chrome/renderer/extensions/dispatcher.h",
"!chrome/renderer/extensions/extension_helper.h",
+ "!chrome/renderer/resource_bundle_source_map.h",
]
« no previous file with comments | « no previous file | apps/shell/app_shell.gyp » ('j') | apps/shell/browser/api/shell/shell_api.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698