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

Side by Side Diff: extensions/DEPS

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments Created 6 years, 2 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
« no previous file with comments | « components/native_app_window/native_app_window_views.cc ('k') | extensions/components/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 # Do not add Chrome dependencies. Much work went into removing them. 2 # Do not add Chrome dependencies. Much work went into removing them.
3 "+components/crx_file", 3 "+components/crx_file",
4 "+components/url_matcher", 4 "+components/url_matcher",
5 "-content", 5 "-content",
6 "+content/grit/content_resources.h", 6 "+content/grit/content_resources.h",
7 "+content/public/common", 7 "+content/public/common",
8 "+content/public/test", 8 "+content/public/test",
9 "+crypto", 9 "+crypto",
10 "-extensions/components",
10 "+extensions/test", 11 "+extensions/test",
11 "+grit/extensions_renderer_resources.h", 12 "+grit/extensions_renderer_resources.h",
12 "+grit/extensions_resources.h", 13 "+grit/extensions_resources.h",
13 "+mojo/public", 14 "+mojo/public",
14 "+testing", 15 "+testing",
15 "+ui", 16 "+ui",
16 17
17 # NOTE: Please do not add includes without talking to the app shell team; 18 # NOTE: Please do not add includes without talking to the app shell team;
18 # see OWNERS for this directory. 19 # see OWNERS for this directory.
19 ] 20 ]
(...skipping 16 matching lines...) Expand all
36 "+chrome/browser/extensions/test_extension_dir.h", 37 "+chrome/browser/extensions/test_extension_dir.h",
37 "+chrome/browser/extensions/test_extension_prefs.h", 38 "+chrome/browser/extensions/test_extension_prefs.h",
38 "+chrome/browser/extensions/test_extension_system.h", 39 "+chrome/browser/extensions/test_extension_system.h",
39 "+chrome/browser/ui/browser.h", 40 "+chrome/browser/ui/browser.h",
40 "+chrome/common/chrome_paths.h", 41 "+chrome/common/chrome_paths.h",
41 "+chrome/common/extensions/features/feature_channel.h", 42 "+chrome/common/extensions/features/feature_channel.h",
42 "+chrome/test/base/testing_profile.h", 43 "+chrome/test/base/testing_profile.h",
43 "+chrome/test/base/ui_test_utils.h", 44 "+chrome/test/base/ui_test_utils.h",
44 ], 45 ],
45 } 46 }
OLDNEW
« no previous file with comments | « components/native_app_window/native_app_window_views.cc ('k') | extensions/components/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698