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

Side by Side Diff: chrome/browser/DEPS

Issue 1011133006: Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing #ifdef in V8Initializer::Initialize. Created 5 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "+device/bluetooth", 99 "+device/bluetooth",
100 "+device/core", 100 "+device/core",
101 "+device/hid", 101 "+device/hid",
102 "+device/usb", 102 "+device/usb",
103 "+device/media_transfer_protocol", 103 "+device/media_transfer_protocol",
104 "+extensions/browser", 104 "+extensions/browser",
105 "+extensions/common", 105 "+extensions/common",
106 "+extensions/components/javascript_dialog_extensions_client", 106 "+extensions/components/javascript_dialog_extensions_client",
107 "+extensions/grit", 107 "+extensions/grit",
108 "+extensions/test", 108 "+extensions/test",
109 "+gin/public/isolate_holder.h", 109 "+gin",
110 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 110 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
111 "+google_apis", 111 "+google_apis",
112 "+google_update", 112 "+google_update",
113 "+grit", # TODO(thestig) Remove. For generated headers 113 "+grit", # TODO(thestig) Remove. For generated headers
114 "+installer_util_strings", # For generated headers 114 "+installer_util_strings", # For generated headers
115 "+jni", 115 "+jni",
116 "+media/base", # For media switches 116 "+media/base", # For media switches
117 "+policy", # For generated headers and source 117 "+policy", # For generated headers and source
118 "+ppapi/c", # For various types. 118 "+ppapi/c", # For various types.
119 "+ppapi/host", 119 "+ppapi/host",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
175 "+third_party/WebKit/public/web/WebCache.h", 175 "+third_party/WebKit/public/web/WebCache.h",
176 "+third_party/WebKit/public/web/WebContextMenuData.h", 176 "+third_party/WebKit/public/web/WebContextMenuData.h",
177 "+third_party/WebKit/public/web/WebFindOptions.h", 177 "+third_party/WebKit/public/web/WebFindOptions.h",
178 "+third_party/WebKit/public/web/WebInputEvent.h", 178 "+third_party/WebKit/public/web/WebInputEvent.h",
179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
180 "+third_party/WebKit/public/web/WebPluginAction.h", 180 "+third_party/WebKit/public/web/WebPluginAction.h",
181 "+third_party/WebKit/public/web/WebTextDirection.h", 181 "+third_party/WebKit/public/web/WebTextDirection.h",
182 "+third_party/WebKit/public/web/WebWindowFeatures.h", 182 "+third_party/WebKit/public/web/WebWindowFeatures.h",
183 ] 183 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698