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

Side by Side Diff: chrome/browser/DEPS

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | remoting/DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "+installer_util_strings", # For generated headers 97 "+installer_util_strings", # For generated headers
98 "+jni", 98 "+jni",
99 "+media/base", # For media switches 99 "+media/base", # For media switches
100 "+policy", # For generated headers and source 100 "+policy", # For generated headers and source
101 "+ppapi/c", # For various types. 101 "+ppapi/c", # For various types.
102 "+ppapi/host", 102 "+ppapi/host",
103 "+ppapi/proxy", 103 "+ppapi/proxy",
104 "+ppapi/shared_impl", 104 "+ppapi/shared_impl",
105 # Defines some types that are marshalled over IPC. 105 # Defines some types that are marshalled over IPC.
106 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 106 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
107 # For remote assistance on Chrome OS.
108 "+remoting/host/chromeos",
109 "+remoting/host/it2me",
107 "+rlz", 110 "+rlz",
108 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 111 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
109 "+skia/ext", 112 "+skia/ext",
110 "+sync/api", # Sync API files. 113 "+sync/api", # Sync API files.
111 "+sync/internal_api/public/attachments", # Needed for tests. 114 "+sync/internal_api/public/attachments", # Needed for tests.
112 "+sync/protocol", # Sync protobuf files. 115 "+sync/protocol", # Sync protobuf files.
113 "+sync/util", # Sync utilities like GetSessionName. 116 "+sync/util", # Sync utilities like GetSessionName.
114 "+third_party/cros_system_api", 117 "+third_party/cros_system_api",
115 "+win8/util", 118 "+win8/util",
116 119
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "+third_party/WebKit/public/web/WebCache.h", 162 "+third_party/WebKit/public/web/WebCache.h",
160 "+third_party/WebKit/public/web/WebContextMenuData.h", 163 "+third_party/WebKit/public/web/WebContextMenuData.h",
161 "+third_party/WebKit/public/web/WebFindOptions.h", 164 "+third_party/WebKit/public/web/WebFindOptions.h",
162 "+third_party/WebKit/public/web/WebInputEvent.h", 165 "+third_party/WebKit/public/web/WebInputEvent.h",
163 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 166 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
164 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 167 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
165 "+third_party/WebKit/public/web/WebPluginAction.h", 168 "+third_party/WebKit/public/web/WebPluginAction.h",
166 "+third_party/WebKit/public/web/WebTextDirection.h", 169 "+third_party/WebKit/public/web/WebTextDirection.h",
167 "+third_party/WebKit/public/web/WebWindowFeatures.h", 170 "+third_party/WebKit/public/web/WebWindowFeatures.h",
168 ] 171 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | remoting/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698