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

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

Issue 669013002: Remove BackForwardClient, cleanup starting a history navigation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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/WebViewImpl.cpp ('k') | no next file » | 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 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
11 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
12 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
13 'ColorChooserUIController.cpp', 11 'ColorChooserUIController.cpp',
14 'ColorChooserUIController.h', 12 'ColorChooserUIController.h',
15 'CompositionUnderlineBuilder.h', 13 'CompositionUnderlineBuilder.h',
16 'CompositionUnderlineVectorBuilder.cpp', 14 'CompositionUnderlineVectorBuilder.cpp',
17 'CompositionUnderlineVectorBuilder.h', 15 'CompositionUnderlineVectorBuilder.h',
18 'ContextFeaturesClientImpl.cpp', 16 'ContextFeaturesClientImpl.cpp',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ['os_posix==1 and OS!="mac"', 346 ['os_posix==1 and OS!="mac"',
349 { 347 {
350 'web_unittest_files': [ 348 'web_unittest_files': [
351 'tests/LocaleICUTest.cpp', 349 'tests/LocaleICUTest.cpp',
352 ], 350 ],
353 } 351 }
354 ], 352 ],
355 ], 353 ],
356 }, 354 },
357 } 355 }
OLDNEW
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698