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

Side by Side Diff: chrome/browser/DEPS

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 23 matching lines...) Expand all
34 "+components/google", 34 "+components/google",
35 "+components/history", 35 "+components/history",
36 "+components/infobars", 36 "+components/infobars",
37 "+components/invalidation", 37 "+components/invalidation",
38 "+components/keyed_service", 38 "+components/keyed_service",
39 "+components/language_usage_metrics", 39 "+components/language_usage_metrics",
40 "+components/leveldb_proto", 40 "+components/leveldb_proto",
41 "+components/metrics", 41 "+components/metrics",
42 "+components/nacl/browser", 42 "+components/nacl/browser",
43 "+components/nacl/common", 43 "+components/nacl/common",
44 "+components/native_app_window",
44 "+components/navigation_interception", 45 "+components/navigation_interception",
45 "+components/navigation_metrics", 46 "+components/navigation_metrics",
46 "+components/network_time", 47 "+components/network_time",
47 "+components/omaha_query_params", 48 "+components/omaha_query_params",
48 "+components/omnibox", 49 "+components/omnibox",
49 "+components/os_crypt", 50 "+components/os_crypt",
50 "+components/password_manager", 51 "+components/password_manager",
51 "+components/pdf/browser", 52 "+components/pdf/browser",
52 "+components/policy", 53 "+components/policy",
53 "+components/power", 54 "+components/power",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "+third_party/WebKit/public/web/WebCache.h", 159 "+third_party/WebKit/public/web/WebCache.h",
159 "+third_party/WebKit/public/web/WebContextMenuData.h", 160 "+third_party/WebKit/public/web/WebContextMenuData.h",
160 "+third_party/WebKit/public/web/WebFindOptions.h", 161 "+third_party/WebKit/public/web/WebFindOptions.h",
161 "+third_party/WebKit/public/web/WebInputEvent.h", 162 "+third_party/WebKit/public/web/WebInputEvent.h",
162 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 163 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
163 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 164 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
164 "+third_party/WebKit/public/web/WebPluginAction.h", 165 "+third_party/WebKit/public/web/WebPluginAction.h",
165 "+third_party/WebKit/public/web/WebTextDirection.h", 166 "+third_party/WebKit/public/web/WebTextDirection.h",
166 "+third_party/WebKit/public/web/WebWindowFeatures.h", 167 "+third_party/WebKit/public/web/WebWindowFeatures.h",
167 ] 168 ]
OLDNEW
« no previous file with comments | « athena/extensions/athena_app_window_client_base.cc ('k') | chrome/browser/extensions/api/tabs/ash_panel_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698