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

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

Issue 1008163003: Oilpan: move WebDevToolsFrontend to the heap. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: trace WebLocalFrameImpl's reference 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/WebLocalFrameImpl.cpp ('k') | public/web/WebDevToolsFrontend.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 'WebDOMProgressEvent.cpp', 133 'WebDOMProgressEvent.cpp',
134 'WebDOMResourceProgressEvent.cpp', 134 'WebDOMResourceProgressEvent.cpp',
135 'WebDataSourceImpl.cpp', 135 'WebDataSourceImpl.cpp',
136 'WebDataSourceImpl.h', 136 'WebDataSourceImpl.h',
137 'WebDatabase.cpp', 137 'WebDatabase.cpp',
138 'WebDateTimeSuggestion.cpp', 138 'WebDateTimeSuggestion.cpp',
139 'WebDevToolsAgentImpl.cpp', 139 'WebDevToolsAgentImpl.cpp',
140 'WebDevToolsAgentImpl.h', 140 'WebDevToolsAgentImpl.h',
141 'WebDevToolsFrontendImpl.cpp', 141 'WebDevToolsFrontendImpl.cpp',
142 'WebDevToolsFrontendImpl.h', 142 'WebDevToolsFrontendImpl.h',
143 'WebDevToolsFrontend.cpp',
143 'WebDocument.cpp', 144 'WebDocument.cpp',
144 'WebDocumentType.cpp', 145 'WebDocumentType.cpp',
145 'WebElement.cpp', 146 'WebElement.cpp',
146 'WebElementCollection.cpp', 147 'WebElementCollection.cpp',
147 'WebEmbeddedWorkerImpl.cpp', 148 'WebEmbeddedWorkerImpl.cpp',
148 'WebEmbeddedWorkerImpl.h', 149 'WebEmbeddedWorkerImpl.h',
149 'WebEncryptedMediaRequest.cpp', 150 'WebEncryptedMediaRequest.cpp',
150 'WebEntities.cpp', 151 'WebEntities.cpp',
151 'WebEntities.h', 152 'WebEntities.h',
152 'WebFileChooserCompletionImpl.cpp', 153 'WebFileChooserCompletionImpl.cpp',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ['os_posix==1 and OS!="mac"', 351 ['os_posix==1 and OS!="mac"',
351 { 352 {
352 'web_unittest_files': [ 353 'web_unittest_files': [
353 'tests/LocaleICUTest.cpp', 354 'tests/LocaleICUTest.cpp',
354 ], 355 ],
355 } 356 }
356 ], 357 ],
357 ], 358 ],
358 }, 359 },
359 } 360 }
OLDNEW
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | public/web/WebDevToolsFrontend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698