| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'plugins/pepper_event_conversion.cc', | 172 'plugins/pepper_event_conversion.cc', |
| 173 'plugins/pepper_event_conversion.h', | 173 'plugins/pepper_event_conversion.h', |
| 174 'plugins/pepper_file_chooser.cc', | 174 'plugins/pepper_file_chooser.cc', |
| 175 'plugins/pepper_file_chooser.h', | 175 'plugins/pepper_file_chooser.h', |
| 176 'plugins/pepper_file_io.cc', | 176 'plugins/pepper_file_io.cc', |
| 177 'plugins/pepper_file_io.h', | 177 'plugins/pepper_file_io.h', |
| 178 'plugins/pepper_file_ref.cc', | 178 'plugins/pepper_file_ref.cc', |
| 179 'plugins/pepper_file_ref.h', | 179 'plugins/pepper_file_ref.h', |
| 180 'plugins/pepper_file_system.cc', | 180 'plugins/pepper_file_system.cc', |
| 181 'plugins/pepper_file_system.h', | 181 'plugins/pepper_file_system.h', |
| 182 'plugins/pepper_font.cc', |
| 183 'plugins/pepper_font.h', |
| 182 'plugins/pepper_image_data.cc', | 184 'plugins/pepper_image_data.cc', |
| 183 'plugins/pepper_image_data.h', | 185 'plugins/pepper_image_data.h', |
| 184 'plugins/pepper_plugin_delegate.h', | 186 'plugins/pepper_plugin_delegate.h', |
| 185 'plugins/pepper_plugin_instance.cc', | 187 'plugins/pepper_plugin_instance.cc', |
| 186 'plugins/pepper_plugin_instance.h', | 188 'plugins/pepper_plugin_instance.h', |
| 187 'plugins/pepper_plugin_module.cc', | 189 'plugins/pepper_plugin_module.cc', |
| 188 'plugins/pepper_plugin_module.h', | 190 'plugins/pepper_plugin_module.h', |
| 189 'plugins/pepper_resource_tracker.cc', | 191 'plugins/pepper_resource_tracker.cc', |
| 190 'plugins/pepper_resource_tracker.h', | 192 'plugins/pepper_resource_tracker.h', |
| 191 'plugins/pepper_resource.cc', | 193 'plugins/pepper_resource.cc', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 }], | 397 }], |
| 396 ['inside_chromium_build==0', { | 398 ['inside_chromium_build==0', { |
| 397 'dependencies': [ | 399 'dependencies': [ |
| 398 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 400 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 399 ], | 401 ], |
| 400 }], | 402 }], |
| 401 ], | 403 ], |
| 402 }, | 404 }, |
| 403 ], | 405 ], |
| 404 } | 406 } |
| OLD | NEW |