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

Side by Side Diff: apps/app_shim/DEPS

Issue 481433005: Extensions: Move id_util functions to crx_file component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert last patchset. function returns Extension* and can't use an assert. Created 6 years, 4 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/app_shim/extension_app_shim_handler_mac.cc » ('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 # TODO(benwells): move this whole folder out of apps and review these. 2 # TODO(benwells): move this whole folder out of apps and review these.
3 # See http://crbug.com/266705. 3 # See http://crbug.com/266705.
4 "+chrome/browser/browser_process.h", 4 "+chrome/browser/browser_process.h",
5 "+chrome/browser/ui/app_list/app_list_service.h", 5 "+chrome/browser/ui/app_list/app_list_service.h",
6 "+chrome/browser/ui/app_list/app_list_util.h", 6 "+chrome/browser/ui/app_list/app_list_util.h",
7 "+chrome/browser/ui/extensions/application_launch.h", 7 "+chrome/browser/ui/extensions/application_launch.h",
8 "+chrome/browser/ui/extensions/extension_enable_flow.h", 8 "+chrome/browser/ui/extensions/extension_enable_flow.h",
9 "+chrome/browser/ui/extensions/extension_enable_flow_delegate.h", 9 "+chrome/browser/ui/extensions/extension_enable_flow_delegate.h",
10 "+chrome/browser/ui/webui/ntp/core_app_launcher_handler.h", 10 "+chrome/browser/ui/webui/ntp/core_app_launcher_handler.h",
11 "+chrome/browser/web_applications/web_app_mac.h", 11 "+chrome/browser/web_applications/web_app_mac.h",
12 "+chrome/common/chrome_constants.h", 12 "+chrome/common/chrome_constants.h",
13 "+chrome/common/chrome_paths.h", 13 "+chrome/common/chrome_paths.h",
14 "+chrome/common/extensions/extension_constants.h", 14 "+chrome/common/extensions/extension_constants.h",
15 "+chrome/common/mac/app_mode_common.h", 15 "+chrome/common/mac/app_mode_common.h",
16 "+components/crx_file",
16 "+grit/generated_resources.h", 17 "+grit/generated_resources.h",
17 ] 18 ]
OLDNEW
« no previous file with comments | « no previous file | apps/app_shim/extension_app_shim_handler_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698