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

Side by Side Diff: chrome/browser/DEPS

Issue 68683009: Rewrite include paths for Blink public/ headers that have moved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | components/plugins/renderer/webview_plugin.h » ('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 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chromeos", 6 "+chromeos",
7 "+components/autofill/content/browser", 7 "+components/autofill/content/browser",
8 "+components/autofill/core/browser", 8 "+components/autofill/core/browser",
9 "+components/autofill/core/common", 9 "+components/autofill/core/common",
10 "+components/breakpad", 10 "+components/breakpad",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "+third_party/icu/source/i18n/unicode", 76 "+third_party/icu/source/i18n/unicode",
77 "+third_party/leveldatabase", 77 "+third_party/leveldatabase",
78 "+third_party/protobuf/src/google/protobuf", 78 "+third_party/protobuf/src/google/protobuf",
79 "+third_party/re2", 79 "+third_party/re2",
80 "+third_party/sqlite", 80 "+third_party/sqlite",
81 "+third_party/zlib", 81 "+third_party/zlib",
82 82
83 # No inclusion of WebKit from the browser, other than strictly enum/POD, 83 # No inclusion of WebKit from the browser, other than strictly enum/POD,
84 # header-only types, and some selected common code. 84 # header-only types, and some selected common code.
85 "-third_party/WebKit", 85 "-third_party/WebKit",
86 "+third_party/WebKit/public/platform/WebCursorInfo.h",
86 "+third_party/WebKit/public/platform/WebRect.h", 87 "+third_party/WebKit/public/platform/WebRect.h",
87 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 88 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
88 "+third_party/WebKit/public/platform/WebScreenInfo.h", 89 "+third_party/WebKit/public/platform/WebScreenInfo.h",
90 "+third_party/WebKit/public/platform/WebScreenInfo.h",
89 "+third_party/WebKit/public/web/WebAutofillClient.h", 91 "+third_party/WebKit/public/web/WebAutofillClient.h",
90 "+third_party/WebKit/public/web/WebCache.h", 92 "+third_party/WebKit/public/web/WebCache.h",
91 "+third_party/WebKit/public/web/WebContextMenuData.h", 93 "+third_party/WebKit/public/web/WebContextMenuData.h",
92 "+third_party/WebKit/public/web/WebCursorInfo.h",
93 "+third_party/WebKit/public/web/WebFindOptions.h", 94 "+third_party/WebKit/public/web/WebFindOptions.h",
94 "+third_party/WebKit/public/web/WebInputEvent.h", 95 "+third_party/WebKit/public/web/WebInputEvent.h",
95 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 96 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
96 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 97 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
97 "+third_party/WebKit/public/web/WebPluginAction.h", 98 "+third_party/WebKit/public/web/WebPluginAction.h",
98 "+third_party/WebKit/public/web/WebScreenInfo.h",
99 "+third_party/WebKit/public/web/WebTextDirection.h", 99 "+third_party/WebKit/public/web/WebTextDirection.h",
100 "+third_party/WebKit/public/web/WebWindowFeatures.h", 100 "+third_party/WebKit/public/web/WebWindowFeatures.h",
101 ] 101 ]
OLDNEW
« no previous file with comments | « no previous file | components/plugins/renderer/webview_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698