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

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

Issue 161213003: Fix layering of ApplicationCacheHost (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: The real thing Created 6 years, 10 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 | « Source/web/WebDataSourceImpl.cpp ('k') | public/platform/WebApplicationCacheHost.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 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
9 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
10 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
11 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
12 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
13 'ColorChooserPopupUIController.cpp', 11 'ColorChooserPopupUIController.cpp',
14 'ColorChooserPopupUIController.h', 12 'ColorChooserPopupUIController.h',
15 'ColorChooserUIController.cpp', 13 'ColorChooserUIController.cpp',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 { 366 {
369 'web_unittest_files': [ 367 'web_unittest_files': [
370 'tests/KeyCodeConversionTestGtk.cpp', 368 'tests/KeyCodeConversionTestGtk.cpp',
371 'tests/WebInputEventFactoryTestGtk.cpp', 369 'tests/WebInputEventFactoryTestGtk.cpp',
372 ], 370 ],
373 } 371 }
374 ], 372 ],
375 ], 373 ],
376 }, 374 },
377 } 375 }
OLDNEW
« no previous file with comments | « Source/web/WebDataSourceImpl.cpp ('k') | public/platform/WebApplicationCacheHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698