OLD | NEW |
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 'AsyncFileSystemChromium.cpp', | |
10 'AsyncFileSystemChromium.h', | |
11 'AutofillPopupMenuClient.cpp', | 9 'AutofillPopupMenuClient.cpp', |
12 'AutofillPopupMenuClient.h', | 10 'AutofillPopupMenuClient.h', |
13 'BackForwardClientImpl.cpp', | 11 'BackForwardClientImpl.cpp', |
14 'BackForwardClientImpl.h', | 12 'BackForwardClientImpl.h', |
15 'ChromeClientImpl.cpp', | 13 'ChromeClientImpl.cpp', |
16 'ChromeClientImpl.h', | 14 'ChromeClientImpl.h', |
17 'ColorChooserPopupUIController.cpp', | 15 'ColorChooserPopupUIController.cpp', |
18 'ColorChooserPopupUIController.h', | 16 'ColorChooserPopupUIController.h', |
19 'ColorChooserUIController.cpp', | 17 'ColorChooserUIController.cpp', |
20 'ColorChooserUIController.h', | 18 'ColorChooserUIController.h', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'WebDeviceOrientationClientMock.cpp', | 140 'WebDeviceOrientationClientMock.cpp', |
143 'WebDeviceOrientationController.cpp', | 141 'WebDeviceOrientationController.cpp', |
144 'WebDocument.cpp', | 142 'WebDocument.cpp', |
145 'WebDocumentType.cpp', | 143 'WebDocumentType.cpp', |
146 'WebDragData.cpp', | 144 'WebDragData.cpp', |
147 'WebElement.cpp', | 145 'WebElement.cpp', |
148 'WebEntities.cpp', | 146 'WebEntities.cpp', |
149 'WebEntities.h', | 147 'WebEntities.h', |
150 'WebFileChooserCompletionImpl.cpp', | 148 'WebFileChooserCompletionImpl.cpp', |
151 'WebFileChooserCompletionImpl.h', | 149 'WebFileChooserCompletionImpl.h', |
152 'WebFileSystemCallbacksImpl.cpp', | |
153 'WebFileSystemCallbacksImpl.h', | |
154 'WebFontCache.cpp', | 150 'WebFontCache.cpp', |
155 'WebFontDescription.cpp', | 151 'WebFontDescription.cpp', |
156 'WebFontImpl.cpp', | 152 'WebFontImpl.cpp', |
157 'WebFontImpl.h', | 153 'WebFontImpl.h', |
158 'WebFormControlElement.cpp', | 154 'WebFormControlElement.cpp', |
159 'WebFormElement.cpp', | 155 'WebFormElement.cpp', |
160 'WebFrameImpl.cpp', | 156 'WebFrameImpl.cpp', |
161 'WebFrameImpl.h', | 157 'WebFrameImpl.h', |
162 'WebGeolocationClientMock.cpp', | 158 'WebGeolocationClientMock.cpp', |
163 'WebGeolocationController.cpp', | 159 'WebGeolocationController.cpp', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 { | 360 { |
365 'web_unittest_files': [ | 361 'web_unittest_files': [ |
366 'tests/KeyCodeConversionTestGtk.cpp', | 362 'tests/KeyCodeConversionTestGtk.cpp', |
367 'tests/WebInputEventFactoryTestGtk.cpp', | 363 'tests/WebInputEventFactoryTestGtk.cpp', |
368 ], | 364 ], |
369 } | 365 } |
370 ], | 366 ], |
371 ], | 367 ], |
372 }, | 368 }, |
373 } | 369 } |
OLD | NEW |