OLD | NEW |
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 'ChromeClientImpl.cpp', | 7 'ChromeClientImpl.cpp', |
8 'ChromeClientImpl.h', | 8 'ChromeClientImpl.h', |
9 'ColorChooserPopupUIController.cpp', | 9 'ColorChooserPopupUIController.cpp', |
10 'ColorChooserPopupUIController.h', | 10 'ColorChooserPopupUIController.h', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'WebDataSourceImpl.cpp', | 133 'WebDataSourceImpl.cpp', |
134 'WebDataSourceImpl.h', | 134 'WebDataSourceImpl.h', |
135 'WebDatabase.cpp', | 135 'WebDatabase.cpp', |
136 'WebDateTimeSuggestion.cpp', | 136 'WebDateTimeSuggestion.cpp', |
137 'WebDevToolsAgentImpl.cpp', | 137 'WebDevToolsAgentImpl.cpp', |
138 'WebDevToolsAgentImpl.h', | 138 'WebDevToolsAgentImpl.h', |
139 'WebDevToolsFrontendImpl.cpp', | 139 'WebDevToolsFrontendImpl.cpp', |
140 'WebDevToolsFrontendImpl.h', | 140 'WebDevToolsFrontendImpl.h', |
141 'WebDocument.cpp', | 141 'WebDocument.cpp', |
142 'WebDocumentType.cpp', | 142 'WebDocumentType.cpp', |
143 'WebDragData.cpp', | |
144 'WebElement.cpp', | 143 'WebElement.cpp', |
145 'WebElementCollection.cpp', | 144 'WebElementCollection.cpp', |
146 'WebEmbeddedWorkerImpl.cpp', | 145 'WebEmbeddedWorkerImpl.cpp', |
147 'WebEmbeddedWorkerImpl.h', | 146 'WebEmbeddedWorkerImpl.h', |
148 'WebEncryptedMediaRequest.cpp', | 147 'WebEncryptedMediaRequest.cpp', |
149 'WebEntities.cpp', | 148 'WebEntities.cpp', |
150 'WebEntities.h', | 149 'WebEntities.h', |
151 'WebFileChooserCompletionImpl.cpp', | 150 'WebFileChooserCompletionImpl.cpp', |
152 'WebFileChooserCompletionImpl.h', | 151 'WebFileChooserCompletionImpl.h', |
153 'WebFontDescription.cpp', | 152 'WebFontDescription.cpp', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 ['os_posix==1 and OS!="mac"', | 352 ['os_posix==1 and OS!="mac"', |
354 { | 353 { |
355 'web_unittest_files': [ | 354 'web_unittest_files': [ |
356 'tests/LocaleICUTest.cpp', | 355 'tests/LocaleICUTest.cpp', |
357 ], | 356 ], |
358 } | 357 } |
359 ], | 358 ], |
360 ], | 359 ], |
361 }, | 360 }, |
362 } | 361 } |
OLD | NEW |