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

Side by Side Diff: chrome/browser/DEPS

Issue 25909005: Use UtilityProcessHost to patch files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nonblocking
Patch Set: Rebase to LKGR/248226 Created 6 years, 10 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 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome_elf/blacklist", 6 "+chrome_elf/blacklist",
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/content/browser", 8 "+components/autofill/content/browser",
9 "+components/autofill/content/common", 9 "+components/autofill/content/common",
10 "+components/autofill/core/browser", 10 "+components/autofill/core/browser",
(...skipping 13 matching lines...) Expand all
24 "+components/signin", 24 "+components/signin",
25 "+components/startup_metric_utils", 25 "+components/startup_metric_utils",
26 "+components/translate/content/browser", 26 "+components/translate/content/browser",
27 "+components/translate/core/browser", 27 "+components/translate/core/browser",
28 "+components/translate/core/common", 28 "+components/translate/core/common",
29 "+components/url_matcher", 29 "+components/url_matcher",
30 "+components/user_prefs", 30 "+components/user_prefs",
31 "+components/webdata", 31 "+components/webdata",
32 "+components/web_modal", 32 "+components/web_modal",
33 "+content/public/browser", 33 "+content/public/browser",
34 "+courgette",
Sorin Jianu 2014/02/03 20:57:57 As discuss, we need to get buy in from people to a
waffles 2014/02/07 01:00:59 Agreed.
34 "+content/test/net", 35 "+content/test/net",
35 "+device/bluetooth", 36 "+device/bluetooth",
36 "+device/media_transfer_protocol", 37 "+device/media_transfer_protocol",
37 "+extensions/browser", 38 "+extensions/browser",
38 "+extensions/common", 39 "+extensions/common",
39 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 40 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
40 "+google_apis", 41 "+google_apis",
41 "+google_update", 42 "+google_update",
42 "+grit", # For generated headers 43 "+grit", # For generated headers
43 "+installer_util_strings", # For generated headers 44 "+installer_util_strings", # For generated headers
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "+third_party/WebKit/public/web/WebContextMenuData.h", 105 "+third_party/WebKit/public/web/WebContextMenuData.h",
105 "+third_party/WebKit/public/web/WebFindOptions.h", 106 "+third_party/WebKit/public/web/WebFindOptions.h",
106 "+third_party/WebKit/public/web/WebInputEvent.h", 107 "+third_party/WebKit/public/web/WebInputEvent.h",
107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
108 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 109 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
109 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 110 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
110 "+third_party/WebKit/public/web/WebPluginAction.h", 111 "+third_party/WebKit/public/web/WebPluginAction.h",
111 "+third_party/WebKit/public/web/WebTextDirection.h", 112 "+third_party/WebKit/public/web/WebTextDirection.h",
112 "+third_party/WebKit/public/web/WebWindowFeatures.h", 113 "+third_party/WebKit/public/web/WebWindowFeatures.h",
113 ] 114 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/component_updater/DEPS » ('j') | chrome/browser/component_updater/component_patcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698