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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'plugins/pepper_image_data.h', | 170 'plugins/pepper_image_data.h', |
171 'plugins/pepper_plugin_delegate.h', | 171 'plugins/pepper_plugin_delegate.h', |
172 'plugins/pepper_plugin_instance.cc', | 172 'plugins/pepper_plugin_instance.cc', |
173 'plugins/pepper_plugin_instance.h', | 173 'plugins/pepper_plugin_instance.h', |
174 'plugins/pepper_plugin_module.cc', | 174 'plugins/pepper_plugin_module.cc', |
175 'plugins/pepper_plugin_module.h', | 175 'plugins/pepper_plugin_module.h', |
176 'plugins/pepper_resource_tracker.cc', | 176 'plugins/pepper_resource_tracker.cc', |
177 'plugins/pepper_resource_tracker.h', | 177 'plugins/pepper_resource_tracker.h', |
178 'plugins/pepper_resource.cc', | 178 'plugins/pepper_resource.cc', |
179 'plugins/pepper_resource.h', | 179 'plugins/pepper_resource.h', |
| 180 'plugins/pepper_url_loader.cc', |
| 181 'plugins/pepper_url_loader.h', |
| 182 'plugins/pepper_url_request_info.cc', |
| 183 'plugins/pepper_url_request_info.h', |
| 184 'plugins/pepper_url_response_info.cc', |
| 185 'plugins/pepper_url_response_info.h', |
180 'plugins/pepper_var.cc', | 186 'plugins/pepper_var.cc', |
181 'plugins/pepper_var.h', | 187 'plugins/pepper_var.h', |
182 'plugins/pepper_webplugin_impl.cc', | 188 'plugins/pepper_webplugin_impl.cc', |
183 'plugins/pepper_webplugin_impl.h', | 189 'plugins/pepper_webplugin_impl.h', |
184 'plugins/plugin_constants_win.h', | 190 'plugins/plugin_constants_win.h', |
185 'plugins/plugin_host.cc', | 191 'plugins/plugin_host.cc', |
186 'plugins/plugin_host.h', | 192 'plugins/plugin_host.h', |
187 'plugins/plugin_instance.cc', | 193 'plugins/plugin_instance.cc', |
188 'plugins/plugin_instance.h', | 194 'plugins/plugin_instance.h', |
189 'plugins/plugin_instance_mac.mm', | 195 'plugins/plugin_instance_mac.mm', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 }], | 378 }], |
373 ['inside_chromium_build==0', { | 379 ['inside_chromium_build==0', { |
374 'dependencies': [ | 380 'dependencies': [ |
375 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 381 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
376 ], | 382 ], |
377 }], | 383 }], |
378 ], | 384 ], |
379 }, | 385 }, |
380 ], | 386 ], |
381 } | 387 } |
OLD | NEW |