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

Side by Side Diff: apps/shell/DEPS

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temp dep 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/shell/app/DEPS » ('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.
3 "-apps",
4 # Individual subdirectories should have their own DEPS that include
5 # their allowed directories.
6 "-apps/shell",
7 "+apps/shell/common",
8 "+apps/shell/test",
9
2 # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS. 10 # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS.
3 # Temporary exceptions for app_shell bring-up go here. 11 # Temporary exceptions for app_shell bring-up go here.
4 # TODO(jamescook): Remove these. http://crbug.com/305404 12 # TODO(jamescook): Remove these. http://crbug.com/305404
5 "!chrome/browser/extensions/extension_protocols.h", 13 "!chrome/browser/extensions/extension_protocols.h",
6 "!chrome/browser/extensions/extension_resource_protocols.h", 14 "!chrome/browser/extensions/extension_resource_protocols.h",
7 "!chrome/common/extensions/api/generated_api.h", 15 "!chrome/common/extensions/api/generated_api.h",
8 "!chrome/common/extensions/api/generated_schemas.h", 16 "!chrome/common/extensions/api/generated_schemas.h",
9 "!chrome/common/extensions/api/sockets/sockets_manifest_handler.h", 17 "!chrome/common/extensions/api/sockets/sockets_manifest_handler.h",
10 "!chrome/common/extensions/extension_file_util.h", 18 "!chrome/common/extensions/extension_file_util.h",
11 "!chrome/common/extensions/features/base_feature_provider.h", 19 "!chrome/common/extensions/features/base_feature_provider.h",
12 "!chrome/common/extensions/features/base_feature_provider.h", 20 "!chrome/common/extensions/features/base_feature_provider.h",
13 "!chrome/common/extensions/permissions/chrome_api_permissions.h", 21 "!chrome/common/extensions/permissions/chrome_api_permissions.h",
14 "!chrome/renderer/extensions/dispatcher.h", 22 "!chrome/renderer/extensions/dispatcher.h",
15 "!chrome/renderer/extensions/extension_helper.h", 23 "!chrome/renderer/extensions/extension_helper.h",
16 ] 24 ]
OLDNEW
« no previous file with comments | « no previous file | apps/shell/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698