OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
10 },{ | 10 },{ |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'media/media_resource_loader_bridge_factory.cc', | 148 'media/media_resource_loader_bridge_factory.cc', |
149 'media/media_resource_loader_bridge_factory.h', | 149 'media/media_resource_loader_bridge_factory.h', |
150 'media/simple_data_source.cc', | 150 'media/simple_data_source.cc', |
151 'media/simple_data_source.h', | 151 'media/simple_data_source.h', |
152 'media/video_renderer_impl.cc', | 152 'media/video_renderer_impl.cc', |
153 'media/video_renderer_impl.h', | 153 'media/video_renderer_impl.h', |
154 'media/web_video_renderer.h', | 154 'media/web_video_renderer.h', |
155 'plugins/carbon_plugin_window_tracker_mac.h', | 155 'plugins/carbon_plugin_window_tracker_mac.h', |
156 'plugins/carbon_plugin_window_tracker_mac.cc', | 156 'plugins/carbon_plugin_window_tracker_mac.cc', |
157 'plugins/coregraphics_private_symbols_mac.h', | 157 'plugins/coregraphics_private_symbols_mac.h', |
| 158 'plugins/default_plugin_shared.h', |
158 'plugins/nphostapi.h', | 159 'plugins/nphostapi.h', |
159 'plugins/gtk_plugin_container.h', | 160 'plugins/gtk_plugin_container.h', |
160 'plugins/gtk_plugin_container.cc', | 161 'plugins/gtk_plugin_container.cc', |
161 'plugins/gtk_plugin_container_manager.h', | 162 'plugins/gtk_plugin_container_manager.h', |
162 'plugins/gtk_plugin_container_manager.cc', | 163 'plugins/gtk_plugin_container_manager.cc', |
163 'plugins/npapi_extension_thunk.cc', | 164 'plugins/npapi_extension_thunk.cc', |
164 'plugins/npapi_extension_thunk.h', | 165 'plugins/npapi_extension_thunk.h', |
165 'plugins/pepper_buffer.cc', | 166 'plugins/pepper_buffer.cc', |
166 'plugins/pepper_buffer.h', | 167 'plugins/pepper_buffer.h', |
167 'plugins/pepper_device_context_2d.cc', | 168 'plugins/pepper_device_context_2d.cc', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 }], | 389 }], |
389 ['inside_chromium_build==0', { | 390 ['inside_chromium_build==0', { |
390 'dependencies': [ | 391 'dependencies': [ |
391 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 392 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
392 ], | 393 ], |
393 }], | 394 }], |
394 ], | 395 ], |
395 }, | 396 }, |
396 ], | 397 ], |
397 } | 398 } |
OLD | NEW |