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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'PageWidgetDelegate.h', | 71 'PageWidgetDelegate.h', |
72 'PopupContainer.cpp', | 72 'PopupContainer.cpp', |
73 'PopupContainer.h', | 73 'PopupContainer.h', |
74 'PopupContainerClient.h', | 74 'PopupContainerClient.h', |
75 'PopupListBox.cpp', | 75 'PopupListBox.cpp', |
76 'PopupListBox.h', | 76 'PopupListBox.h', |
77 'PopupMenuChromium.cpp', | 77 'PopupMenuChromium.cpp', |
78 'PopupMenuChromium.h', | 78 'PopupMenuChromium.h', |
79 'PrerendererClientImpl.cpp', | 79 'PrerendererClientImpl.cpp', |
80 'PrerendererClientImpl.h', | 80 'PrerendererClientImpl.h', |
81 'RemoteFrameClient.cpp', | 81 'RemoteFrameClientImpl.cpp', |
82 'RemoteFrameClient.h', | 82 'RemoteFrameClientImpl.h', |
83 'ScrollbarGroup.cpp', | 83 'ScrollbarGroup.cpp', |
84 'ScrollbarGroup.h', | 84 'ScrollbarGroup.h', |
85 'ServiceWorkerGlobalScopeClientImpl.cpp', | 85 'ServiceWorkerGlobalScopeClientImpl.cpp', |
86 'ServiceWorkerGlobalScopeClientImpl.h', | 86 'ServiceWorkerGlobalScopeClientImpl.h', |
87 'ServiceWorkerGlobalScopeProxy.cpp', | 87 'ServiceWorkerGlobalScopeProxy.cpp', |
88 'ServiceWorkerGlobalScopeProxy.h', | 88 'ServiceWorkerGlobalScopeProxy.h', |
89 'SharedWorkerRepositoryClientImpl.cpp', | 89 'SharedWorkerRepositoryClientImpl.cpp', |
90 'SharedWorkerRepositoryClientImpl.h', | 90 'SharedWorkerRepositoryClientImpl.h', |
91 'SpeechRecognitionClientProxy.cpp', | 91 'SpeechRecognitionClientProxy.cpp', |
92 'SpeechRecognitionClientProxy.h', | 92 'SpeechRecognitionClientProxy.h', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 ['os_posix==1 and OS!="mac"', | 339 ['os_posix==1 and OS!="mac"', |
340 { | 340 { |
341 'web_unittest_files': [ | 341 'web_unittest_files': [ |
342 'tests/LocaleICUTest.cpp', | 342 'tests/LocaleICUTest.cpp', |
343 ], | 343 ], |
344 } | 344 } |
345 ], | 345 ], |
346 ], | 346 ], |
347 }, | 347 }, |
348 } | 348 } |
OLD | NEW |