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', | 143 # 'WebDragData.cpp', |
tkent
2015/02/23 23:40:41
Remove this line.
tasak
2015/02/25 08:15:24
Done.
| |
144 'WebElement.cpp', | 144 'WebElement.cpp', |
145 'WebElementCollection.cpp', | 145 'WebElementCollection.cpp', |
146 'WebEmbeddedWorkerImpl.cpp', | 146 'WebEmbeddedWorkerImpl.cpp', |
147 'WebEmbeddedWorkerImpl.h', | 147 'WebEmbeddedWorkerImpl.h', |
148 'WebEncryptedMediaRequest.cpp', | 148 'WebEncryptedMediaRequest.cpp', |
149 'WebEntities.cpp', | 149 'WebEntities.cpp', |
150 'WebEntities.h', | 150 'WebEntities.h', |
151 'WebFileChooserCompletionImpl.cpp', | 151 'WebFileChooserCompletionImpl.cpp', |
152 'WebFileChooserCompletionImpl.h', | 152 'WebFileChooserCompletionImpl.h', |
153 'WebFontDescription.cpp', | 153 'WebFontDescription.cpp', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
354 ['os_posix==1 and OS!="mac"', | 354 ['os_posix==1 and OS!="mac"', |
355 { | 355 { |
356 'web_unittest_files': [ | 356 'web_unittest_files': [ |
357 'tests/LocaleICUTest.cpp', | 357 'tests/LocaleICUTest.cpp', |
358 ], | 358 ], |
359 } | 359 } |
360 ], | 360 ], |
361 ], | 361 ], |
362 }, | 362 }, |
363 } | 363 } |
OLD | NEW |