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 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'WebColorName.cpp', | 112 'WebColorName.cpp', |
113 'WebColorSuggestion.cpp', | 113 'WebColorSuggestion.cpp', |
114 'WebCustomElement.cpp', | 114 'WebCustomElement.cpp', |
115 'WebDOMActivityLogger.cpp', | 115 'WebDOMActivityLogger.cpp', |
116 'WebDOMCustomEvent.cpp', | 116 'WebDOMCustomEvent.cpp', |
117 'WebDOMError.cpp', | 117 'WebDOMError.cpp', |
118 'WebDOMEvent.cpp', | 118 'WebDOMEvent.cpp', |
119 'WebDOMEventListener.cpp', | 119 'WebDOMEventListener.cpp', |
120 'WebDOMEventListenerPrivate.cpp', | 120 'WebDOMEventListenerPrivate.cpp', |
121 'WebDOMEventListenerPrivate.h', | 121 'WebDOMEventListenerPrivate.h', |
| 122 'WebDOMException.cpp', |
122 'WebDOMFileSystem.cpp', | 123 'WebDOMFileSystem.cpp', |
123 'WebDOMMediaStreamTrack.cpp', | 124 'WebDOMMediaStreamTrack.cpp', |
124 'WebDOMMessageEvent.cpp', | 125 'WebDOMMessageEvent.cpp', |
125 'WebDOMMouseEvent.cpp', | 126 'WebDOMMouseEvent.cpp', |
126 'WebDOMProgressEvent.cpp', | 127 'WebDOMProgressEvent.cpp', |
127 'WebDOMResourceProgressEvent.cpp', | 128 'WebDOMResourceProgressEvent.cpp', |
128 'WebDateTimeSuggestion.cpp', | 129 'WebDateTimeSuggestion.cpp', |
129 'WebDataSourceImpl.cpp', | 130 'WebDataSourceImpl.cpp', |
130 'WebDataSourceImpl.h', | 131 'WebDataSourceImpl.h', |
131 'WebDatabase.cpp', | 132 'WebDatabase.cpp', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 ['os_posix==1 and OS!="mac"', | 337 ['os_posix==1 and OS!="mac"', |
337 { | 338 { |
338 'web_unittest_files': [ | 339 'web_unittest_files': [ |
339 'tests/LocaleICUTest.cpp', | 340 'tests/LocaleICUTest.cpp', |
340 ], | 341 ], |
341 } | 342 } |
342 ], | 343 ], |
343 ], | 344 ], |
344 }, | 345 }, |
345 } | 346 } |
OLD | NEW |