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

Side by Side Diff: Source/web/web.gypi

Issue 925913002: Fixed WebDragData's wrong dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « Source/web/WebViewImpl.cpp ('k') | public/platform/WebDragData.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 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'WebDataSourceImpl.cpp', 133 'WebDataSourceImpl.cpp',
134 'WebDataSourceImpl.h', 134 'WebDataSourceImpl.h',
135 'WebDatabase.cpp', 135 'WebDatabase.cpp',
136 'WebDateTimeSuggestion.cpp', 136 'WebDateTimeSuggestion.cpp',
137 'WebDevToolsAgentImpl.cpp', 137 'WebDevToolsAgentImpl.cpp',
138 'WebDevToolsAgentImpl.h', 138 'WebDevToolsAgentImpl.h',
139 'WebDevToolsFrontendImpl.cpp', 139 'WebDevToolsFrontendImpl.cpp',
140 'WebDevToolsFrontendImpl.h', 140 'WebDevToolsFrontendImpl.h',
141 'WebDocument.cpp', 141 'WebDocument.cpp',
142 'WebDocumentType.cpp', 142 'WebDocumentType.cpp',
143 'WebDragData.cpp',
144 'WebElement.cpp', 143 'WebElement.cpp',
145 'WebElementCollection.cpp', 144 'WebElementCollection.cpp',
146 'WebEmbeddedWorkerImpl.cpp', 145 'WebEmbeddedWorkerImpl.cpp',
147 'WebEmbeddedWorkerImpl.h', 146 'WebEmbeddedWorkerImpl.h',
148 'WebEncryptedMediaRequest.cpp', 147 'WebEncryptedMediaRequest.cpp',
149 'WebEntities.cpp', 148 'WebEntities.cpp',
150 'WebEntities.h', 149 'WebEntities.h',
151 'WebFileChooserCompletionImpl.cpp', 150 'WebFileChooserCompletionImpl.cpp',
152 'WebFileChooserCompletionImpl.h', 151 'WebFileChooserCompletionImpl.h',
153 'WebFontDescription.cpp', 152 'WebFontDescription.cpp',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 ['os_posix==1 and OS!="mac"', 352 ['os_posix==1 and OS!="mac"',
354 { 353 {
355 'web_unittest_files': [ 354 'web_unittest_files': [
356 'tests/LocaleICUTest.cpp', 355 'tests/LocaleICUTest.cpp',
357 ], 356 ],
358 } 357 }
359 ], 358 ],
360 ], 359 ],
361 }, 360 },
362 } 361 }
OLDNEW
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/platform/WebDragData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698