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

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

Issue 1327793003: Move WebCache memory dump provider to blink for sub-allocation edges. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moving branch. Created 5 years, 3 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 | « third_party/WebKit/Source/web/WebKit.cpp ('k') | third_party/WebKit/Source/wtf/Partitions.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'ValidationMessageClientImpl.cpp', 104 'ValidationMessageClientImpl.cpp',
105 'ValidationMessageClientImpl.h', 105 'ValidationMessageClientImpl.h',
106 'ViewportAnchor.h', 106 'ViewportAnchor.h',
107 'WebAXObject.cpp', 107 'WebAXObject.cpp',
108 'WebArrayBuffer.cpp', 108 'WebArrayBuffer.cpp',
109 'WebArrayBufferConverter.cpp', 109 'WebArrayBufferConverter.cpp',
110 'WebArrayBufferView.cpp', 110 'WebArrayBufferView.cpp',
111 'WebBindings.cpp', 111 'WebBindings.cpp',
112 'WebBlob.cpp', 112 'WebBlob.cpp',
113 'WebCache.cpp', 113 'WebCache.cpp',
114 'WebCacheMemoryDumpProvider.cpp',
114 'WebColorName.cpp', 115 'WebColorName.cpp',
115 'WebColorSuggestion.cpp', 116 'WebColorSuggestion.cpp',
116 'WebCryptoNormalize.cpp', 117 'WebCryptoNormalize.cpp',
117 'WebCustomElement.cpp', 118 'WebCustomElement.cpp',
118 'WebCSSParser.cpp', 119 'WebCSSParser.cpp',
119 'WebDOMActivityLogger.cpp', 120 'WebDOMActivityLogger.cpp',
120 'WebDOMCustomEvent.cpp', 121 'WebDOMCustomEvent.cpp',
121 'WebDOMError.cpp', 122 'WebDOMError.cpp',
122 'WebDOMEvent.cpp', 123 'WebDOMEvent.cpp',
123 'WebDOMFileSystem.cpp', 124 'WebDOMFileSystem.cpp',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 335 {
335 'web_unittest_files': [ 336 'web_unittest_files': [
336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 337 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
337 'tests/ScrollAnimatorNoneTest.cpp', 338 'tests/ScrollAnimatorNoneTest.cpp',
338 ], 339 ],
339 } 340 }
340 ], 341 ],
341 ], 342 ],
342 }, 343 },
343 } 344 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebKit.cpp ('k') | third_party/WebKit/Source/wtf/Partitions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698