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

Side by Side 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: fix deps (shell-api) Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/shell/app_shell.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # The apps module has dependencies on chrome. 2 # The apps module has dependencies on chrome.
3 "-apps", 3 "-apps",
4 # Individual subdirectories should have their own DEPS that include 4 # Individual subdirectories should have their own DEPS that include
5 # their allowed directories. 5 # their allowed directories.
6 "-apps/shell", 6 "-apps/shell",
7 "+apps/shell/common", 7 "+apps/shell/common",
8 "+apps/shell/test", 8 "+apps/shell/test",
9 9
10 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
11 # the code you need to a shared location.
12 "-chrome",
13
14 # Only allow app_shell and extensions resources, not general Chrome ones.
15 "-grit",
16 "+grit/app_shell_resources.h",
10 "+grit/extensions_resources.h", 17 "+grit/extensions_resources.h",
11 18
12 # TODO(yoz): Do not depend on Chrome resources. 19 # TODO(yoz): Do not depend on Chrome resources.
13 "!grit/common_resources.h", 20 "!grit/common_resources.h",
14 21
15 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
16 # the code you need to a shared location.
17 "-chrome",
18
19 # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS. 22 # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS.
20 # Temporary exceptions for app_shell bring-up go here. 23 # Temporary exceptions for app_shell bring-up go here.
21 # TODO(jamescook): Remove these. http://crbug.com/305404 24 # TODO(jamescook): Remove these. http://crbug.com/305404
22 "!chrome/browser/chrome_notification_types.h", 25 "!chrome/browser/chrome_notification_types.h",
23 "!chrome/common/extensions/api/generated_api.h", 26 "!chrome/common/extensions/api/generated_api.h",
24 "!chrome/common/extensions/api/generated_schemas.h", 27 "!chrome/common/extensions/api/generated_schemas.h",
25 "!chrome/common/extensions/permissions/chrome_api_permissions.h", 28 "!chrome/common/extensions/permissions/chrome_api_permissions.h",
26 "!chrome/renderer/extensions/dispatcher.h", 29 "!chrome/renderer/extensions/dispatcher.h",
27 "!chrome/renderer/extensions/extension_helper.h", 30 "!chrome/renderer/extensions/extension_helper.h",
31 "!chrome/renderer/resource_bundle_source_map.h",
28 ] 32 ]
OLDNEW
« no previous file with comments | « no previous file | apps/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698