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

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: Created 6 years, 2 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
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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ['os_posix==1 and OS!="mac"', 340 ['os_posix==1 and OS!="mac"',
343 { 341 {
344 'web_unittest_files': [ 342 'web_unittest_files': [
345 'tests/LocaleICUTest.cpp', 343 'tests/LocaleICUTest.cpp',
346 ], 344 ],
347 } 345 }
348 ], 346 ],
349 ], 347 ],
350 }, 348 },
351 } 349 }
OLDNEW
« Source/web/FrameLoaderClientImpl.cpp ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698