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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'PluginPlaceholderImpl.h', | 73 'PluginPlaceholderImpl.h', |
74 'PopupContainer.cpp', | 74 'PopupContainer.cpp', |
75 'PopupContainer.h', | 75 'PopupContainer.h', |
76 'PopupContainerClient.h', | 76 'PopupContainerClient.h', |
77 'PopupListBox.cpp', | 77 'PopupListBox.cpp', |
78 'PopupListBox.h', | 78 'PopupListBox.h', |
79 'PopupMenuChromium.cpp', | 79 'PopupMenuChromium.cpp', |
80 'PopupMenuChromium.h', | 80 'PopupMenuChromium.h', |
81 'PrerendererClientImpl.cpp', | 81 'PrerendererClientImpl.cpp', |
82 'PrerendererClientImpl.h', | 82 'PrerendererClientImpl.h', |
| 83 'PushPermissionClientImpl.cpp', |
| 84 'PushPermissionClientImpl.h', |
83 'RemoteFrameClientImpl.cpp', | 85 'RemoteFrameClientImpl.cpp', |
84 'RemoteFrameClientImpl.h', | 86 'RemoteFrameClientImpl.h', |
85 'ScrollbarGroup.cpp', | 87 'ScrollbarGroup.cpp', |
86 'ScrollbarGroup.h', | 88 'ScrollbarGroup.h', |
87 'ServiceWorkerGlobalScopeClientImpl.cpp', | 89 'ServiceWorkerGlobalScopeClientImpl.cpp', |
88 'ServiceWorkerGlobalScopeClientImpl.h', | 90 'ServiceWorkerGlobalScopeClientImpl.h', |
89 'ServiceWorkerGlobalScopeProxy.cpp', | 91 'ServiceWorkerGlobalScopeProxy.cpp', |
90 'ServiceWorkerGlobalScopeProxy.h', | 92 'ServiceWorkerGlobalScopeProxy.h', |
91 'SharedWorkerRepositoryClientImpl.cpp', | 93 'SharedWorkerRepositoryClientImpl.cpp', |
92 'SharedWorkerRepositoryClientImpl.h', | 94 'SharedWorkerRepositoryClientImpl.h', |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 ['os_posix==1 and OS!="mac"', | 348 ['os_posix==1 and OS!="mac"', |
347 { | 349 { |
348 'web_unittest_files': [ | 350 'web_unittest_files': [ |
349 'tests/LocaleICUTest.cpp', | 351 'tests/LocaleICUTest.cpp', |
350 ], | 352 ], |
351 } | 353 } |
352 ], | 354 ], |
353 ], | 355 ], |
354 }, | 356 }, |
355 } | 357 } |
OLD | NEW |