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

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

Issue 108273003: Completed decoupling of decoupling WebFrameImpl and TextFinder. Base URL: https://chromium.googlesource.com/chromium/blink.git@update-review-5-rebase
Patch Set: Created 7 years 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/WebFrameImpl.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 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'SpeechInputClientImpl.h', 89 'SpeechInputClientImpl.h',
90 'SpeechRecognitionClientProxy.cpp', 90 'SpeechRecognitionClientProxy.cpp',
91 'SpeechRecognitionClientProxy.h', 91 'SpeechRecognitionClientProxy.h',
92 'SpellCheckerClientImpl.cpp', 92 'SpellCheckerClientImpl.cpp',
93 'SpellCheckerClientImpl.h', 93 'SpellCheckerClientImpl.h',
94 'StorageAreaProxy.cpp', 94 'StorageAreaProxy.cpp',
95 'StorageAreaProxy.h', 95 'StorageAreaProxy.h',
96 'StorageNamespaceProxy.cpp', 96 'StorageNamespaceProxy.cpp',
97 'StorageNamespaceProxy.h', 97 'StorageNamespaceProxy.h',
98 'StorageQuotaChromium.cpp', 98 'StorageQuotaChromium.cpp',
99 'TextFinder.cpp',
100 'TextFinder.h',
99 'UserMediaClientImpl.cpp', 101 'UserMediaClientImpl.cpp',
100 'UserMediaClientImpl.h', 102 'UserMediaClientImpl.h',
101 'ValidationMessageClientImpl.cpp', 103 'ValidationMessageClientImpl.cpp',
102 'ValidationMessageClientImpl.h', 104 'ValidationMessageClientImpl.h',
103 'ViewportAnchor.cpp', 105 'ViewportAnchor.cpp',
104 'ViewportAnchor.h', 106 'ViewportAnchor.h',
105 'WebAXObject.cpp', 107 'WebAXObject.cpp',
106 'WebArrayBufferView.cpp', 108 'WebArrayBufferView.cpp',
107 'WebBindings.cpp', 109 'WebBindings.cpp',
108 'WebBlob.cpp', 110 'WebBlob.cpp',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 { 359 {
358 'web_unittest_files': [ 360 'web_unittest_files': [
359 'tests/KeyCodeConversionTestGtk.cpp', 361 'tests/KeyCodeConversionTestGtk.cpp',
360 'tests/WebInputEventFactoryTestGtk.cpp', 362 'tests/WebInputEventFactoryTestGtk.cpp',
361 ], 363 ],
362 } 364 }
363 ], 365 ],
364 ], 366 ],
365 }, 367 },
366 } 368 }
OLDNEW
« no previous file with comments | « Source/web/WebFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698