| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'plugins/pepper_url_loader.cc', | 200 'plugins/pepper_url_loader.cc', |
| 201 'plugins/pepper_url_loader.h', | 201 'plugins/pepper_url_loader.h', |
| 202 'plugins/pepper_url_request_info.cc', | 202 'plugins/pepper_url_request_info.cc', |
| 203 'plugins/pepper_url_request_info.h', | 203 'plugins/pepper_url_request_info.h', |
| 204 'plugins/pepper_url_response_info.cc', | 204 'plugins/pepper_url_response_info.cc', |
| 205 'plugins/pepper_url_response_info.h', | 205 'plugins/pepper_url_response_info.h', |
| 206 'plugins/pepper_url_util.cc', | 206 'plugins/pepper_url_util.cc', |
| 207 'plugins/pepper_url_util.h', | 207 'plugins/pepper_url_util.h', |
| 208 'plugins/pepper_var.cc', | 208 'plugins/pepper_var.cc', |
| 209 'plugins/pepper_var.h', | 209 'plugins/pepper_var.h', |
| 210 'plugins/pepper_video_decoder.cc', |
| 211 'plugins/pepper_video_decoder.h', |
| 210 'plugins/pepper_webplugin_impl.cc', | 212 'plugins/pepper_webplugin_impl.cc', |
| 211 'plugins/pepper_webplugin_impl.h', | 213 'plugins/pepper_webplugin_impl.h', |
| 212 'plugins/pepper_widget.cc', | 214 'plugins/pepper_widget.cc', |
| 213 'plugins/pepper_widget.h', | 215 'plugins/pepper_widget.h', |
| 214 'plugins/plugin_constants_win.h', | 216 'plugins/plugin_constants_win.h', |
| 215 'plugins/plugin_host.cc', | 217 'plugins/plugin_host.cc', |
| 216 'plugins/plugin_host.h', | 218 'plugins/plugin_host.h', |
| 217 'plugins/plugin_instance.cc', | 219 'plugins/plugin_instance.cc', |
| 218 'plugins/plugin_instance.h', | 220 'plugins/plugin_instance.h', |
| 219 'plugins/plugin_instance_mac.mm', | 221 'plugins/plugin_instance_mac.mm', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 }], | 415 }], |
| 414 ['inside_chromium_build==0', { | 416 ['inside_chromium_build==0', { |
| 415 'dependencies': [ | 417 'dependencies': [ |
| 416 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 418 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 417 ], | 419 ], |
| 418 }], | 420 }], |
| 419 ], | 421 ], |
| 420 }, | 422 }, |
| 421 ], | 423 ], |
| 422 } | 424 } |
| OLD | NEW |