| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'plugins/pepper_file_system.h', | 182 'plugins/pepper_file_system.h', |
| 183 'plugins/pepper_font.cc', | 183 'plugins/pepper_font.cc', |
| 184 'plugins/pepper_font.h', | 184 'plugins/pepper_font.h', |
| 185 'plugins/pepper_image_data.cc', | 185 'plugins/pepper_image_data.cc', |
| 186 'plugins/pepper_image_data.h', | 186 'plugins/pepper_image_data.h', |
| 187 'plugins/pepper_plugin_delegate.h', | 187 'plugins/pepper_plugin_delegate.h', |
| 188 'plugins/pepper_plugin_instance.cc', | 188 'plugins/pepper_plugin_instance.cc', |
| 189 'plugins/pepper_plugin_instance.h', | 189 'plugins/pepper_plugin_instance.h', |
| 190 'plugins/pepper_plugin_module.cc', | 190 'plugins/pepper_plugin_module.cc', |
| 191 'plugins/pepper_plugin_module.h', | 191 'plugins/pepper_plugin_module.h', |
| 192 'plugins/pepper_private.cc', |
| 193 'plugins/pepper_private.h', |
| 192 'plugins/pepper_resource_tracker.cc', | 194 'plugins/pepper_resource_tracker.cc', |
| 193 'plugins/pepper_resource_tracker.h', | 195 'plugins/pepper_resource_tracker.h', |
| 194 'plugins/pepper_resource.cc', | 196 'plugins/pepper_resource.cc', |
| 195 'plugins/pepper_resource.h', | 197 'plugins/pepper_resource.h', |
| 196 'plugins/pepper_scrollbar.cc', | 198 'plugins/pepper_scrollbar.cc', |
| 197 'plugins/pepper_scrollbar.h', | 199 'plugins/pepper_scrollbar.h', |
| 198 'plugins/pepper_url_loader.cc', | 200 'plugins/pepper_url_loader.cc', |
| 199 'plugins/pepper_url_loader.h', | 201 'plugins/pepper_url_loader.h', |
| 200 'plugins/pepper_url_request_info.cc', | 202 'plugins/pepper_url_request_info.cc', |
| 201 'plugins/pepper_url_request_info.h', | 203 'plugins/pepper_url_request_info.h', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 229 'plugins/plugin_stream_url.cc', | 231 'plugins/plugin_stream_url.cc', |
| 230 'plugins/plugin_stream_url.h', | 232 'plugins/plugin_stream_url.h', |
| 231 'plugins/plugin_stream_win.cc', | 233 'plugins/plugin_stream_win.cc', |
| 232 'plugins/plugin_string_stream.cc', | 234 'plugins/plugin_string_stream.cc', |
| 233 'plugins/plugin_string_stream.h', | 235 'plugins/plugin_string_stream.h', |
| 234 'plugins/plugin_stubs.cc', | 236 'plugins/plugin_stubs.cc', |
| 235 'plugins/plugin_switches.cc', | 237 'plugins/plugin_switches.cc', |
| 236 'plugins/plugin_switches.h', | 238 'plugins/plugin_switches.h', |
| 237 'plugins/plugin_web_event_converter_mac.h', | 239 'plugins/plugin_web_event_converter_mac.h', |
| 238 'plugins/plugin_web_event_converter_mac.mm', | 240 'plugins/plugin_web_event_converter_mac.mm', |
| 241 'plugins/ppb_private.h', |
| 239 'plugins/quickdraw_drawing_manager_mac.h', | 242 'plugins/quickdraw_drawing_manager_mac.h', |
| 240 'plugins/quickdraw_drawing_manager_mac.cc', | 243 'plugins/quickdraw_drawing_manager_mac.cc', |
| 241 'plugins/webplugin.cc', | 244 'plugins/webplugin.cc', |
| 242 'plugins/webplugin.h', | 245 'plugins/webplugin.h', |
| 243 'plugins/webplugin_2d_device_delegate.h', | 246 'plugins/webplugin_2d_device_delegate.h', |
| 244 'plugins/webplugin_3d_device_delegate.h', | 247 'plugins/webplugin_3d_device_delegate.h', |
| 245 'plugins/webplugin_delegate.h', | 248 'plugins/webplugin_delegate.h', |
| 246 'plugins/webplugin_delegate_impl.cc', | 249 'plugins/webplugin_delegate_impl.cc', |
| 247 'plugins/webplugin_delegate_impl.h', | 250 'plugins/webplugin_delegate_impl.h', |
| 248 'plugins/webplugin_delegate_impl_gtk.cc', | 251 'plugins/webplugin_delegate_impl_gtk.cc', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 }], | 409 }], |
| 407 ['inside_chromium_build==0', { | 410 ['inside_chromium_build==0', { |
| 408 'dependencies': [ | 411 'dependencies': [ |
| 409 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 412 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 410 ], | 413 ], |
| 411 }], | 414 }], |
| 412 ], | 415 ], |
| 413 }, | 416 }, |
| 414 ], | 417 ], |
| 415 } | 418 } |
| OLD | NEW |