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

Side by Side Diff: chrome/browser/DEPS

Issue 17550011: remove (unnecessary) include of third_party/WebKit WebHistoryItem.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/sessions/session_service_unittest.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 "+breakpad", 3 "+breakpad",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/content/browser", 8 "+components/autofill/content/browser",
9 "+components/autofill/core/browser", 9 "+components/autofill/core/browser",
10 "+components/autofill/core/common", 10 "+components/autofill/core/common",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "+third_party/WebKit/public/web/WebInputEvent.h", 108 "+third_party/WebKit/public/web/WebInputEvent.h",
109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
110 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 110 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
111 "+third_party/WebKit/public/web/WebPluginAction.h", 111 "+third_party/WebKit/public/web/WebPluginAction.h",
112 "+third_party/WebKit/public/web/WebScreenInfo.h", 112 "+third_party/WebKit/public/web/WebScreenInfo.h",
113 "+third_party/WebKit/public/web/WebTextDirection.h", 113 "+third_party/WebKit/public/web/WebTextDirection.h",
114 114
115 # These should be burned down. http://crbug.com/237267 115 # These should be burned down. http://crbug.com/237267
116 "!third_party/WebKit/public/platform/WebData.h", 116 "!third_party/WebKit/public/platform/WebData.h",
117 "!third_party/WebKit/public/platform/WebHTTPBody.h", 117 "!third_party/WebKit/public/platform/WebHTTPBody.h",
118 "!third_party/WebKit/public/web/WebHistoryItem.h",
119 "!third_party/WebKit/public/web/WebKit.h", 118 "!third_party/WebKit/public/web/WebKit.h",
120 "!third_party/WebKit/public/web/WebSecurityOrigin.h", 119 "!third_party/WebKit/public/web/WebSecurityOrigin.h",
121 "!third_party/WebKit/public/web/WebSecurityPolicy.h", 120 "!third_party/WebKit/public/web/WebSecurityPolicy.h",
122 "!third_party/WebKit/public/web/WebView.h", 121 "!third_party/WebKit/public/web/WebView.h",
123 ] 122 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sessions/session_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698