| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'plugins/pepper_audio.cc', | 190 'plugins/pepper_audio.cc', |
| 191 'plugins/pepper_audio.h', | 191 'plugins/pepper_audio.h', |
| 192 'plugins/pepper_buffer.cc', | 192 'plugins/pepper_buffer.cc', |
| 193 'plugins/pepper_buffer.h', | 193 'plugins/pepper_buffer.h', |
| 194 'plugins/pepper_char_set.cc', | 194 'plugins/pepper_char_set.cc', |
| 195 'plugins/pepper_char_set.h', | 195 'plugins/pepper_char_set.h', |
| 196 'plugins/pepper_cursor_control.cc', | 196 'plugins/pepper_cursor_control.cc', |
| 197 'plugins/pepper_cursor_control.h', | 197 'plugins/pepper_cursor_control.h', |
| 198 'plugins/pepper_directory_reader.cc', | 198 'plugins/pepper_directory_reader.cc', |
| 199 'plugins/pepper_directory_reader.h', | 199 'plugins/pepper_directory_reader.h', |
| 200 » 'plugins/pepper_error_util.cc', | 200 'plugins/pepper_error_util.cc', |
| 201 » 'plugins/pepper_error_util.h', | 201 'plugins/pepper_error_util.h', |
| 202 'plugins/pepper_event_conversion.cc', | 202 'plugins/pepper_event_conversion.cc', |
| 203 'plugins/pepper_event_conversion.h', | 203 'plugins/pepper_event_conversion.h', |
| 204 'plugins/pepper_file_chooser.cc', | 204 'plugins/pepper_file_chooser.cc', |
| 205 'plugins/pepper_file_chooser.h', | 205 'plugins/pepper_file_chooser.h', |
| 206 'plugins/pepper_file_io.cc', | 206 'plugins/pepper_file_io.cc', |
| 207 'plugins/pepper_file_io.h', | 207 'plugins/pepper_file_io.h', |
| 208 'plugins/pepper_file_ref.cc', | 208 'plugins/pepper_file_ref.cc', |
| 209 'plugins/pepper_file_ref.h', | 209 'plugins/pepper_file_ref.h', |
| 210 'plugins/pepper_file_system.cc', | 210 'plugins/pepper_file_system.cc', |
| 211 'plugins/pepper_file_system.h', | 211 'plugins/pepper_file_system.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 226 'plugins/pepper_private.h', | 226 'plugins/pepper_private.h', |
| 227 'plugins/pepper_private2.cc', | 227 'plugins/pepper_private2.cc', |
| 228 'plugins/pepper_private2.h', | 228 'plugins/pepper_private2.h', |
| 229 'plugins/pepper_private2_linux.cc', | 229 'plugins/pepper_private2_linux.cc', |
| 230 'plugins/pepper_resource_tracker.cc', | 230 'plugins/pepper_resource_tracker.cc', |
| 231 'plugins/pepper_resource_tracker.h', | 231 'plugins/pepper_resource_tracker.h', |
| 232 'plugins/pepper_resource.cc', | 232 'plugins/pepper_resource.cc', |
| 233 'plugins/pepper_resource.h', | 233 'plugins/pepper_resource.h', |
| 234 'plugins/pepper_scrollbar.cc', | 234 'plugins/pepper_scrollbar.cc', |
| 235 'plugins/pepper_scrollbar.h', | 235 'plugins/pepper_scrollbar.h', |
| 236 'plugins/pepper_string.cc', |
| 237 'plugins/pepper_string.h', |
| 236 'plugins/pepper_transport.cc', | 238 'plugins/pepper_transport.cc', |
| 237 'plugins/pepper_transport.h', | 239 'plugins/pepper_transport.h', |
| 238 'plugins/pepper_url_loader.cc', | 240 'plugins/pepper_url_loader.cc', |
| 239 'plugins/pepper_url_loader.h', | 241 'plugins/pepper_url_loader.h', |
| 240 'plugins/pepper_url_request_info.cc', | 242 'plugins/pepper_url_request_info.cc', |
| 241 'plugins/pepper_url_request_info.h', | 243 'plugins/pepper_url_request_info.h', |
| 242 'plugins/pepper_url_response_info.cc', | 244 'plugins/pepper_url_response_info.cc', |
| 243 'plugins/pepper_url_response_info.h', | 245 'plugins/pepper_url_response_info.h', |
| 244 'plugins/pepper_url_util.cc', | 246 'plugins/pepper_url_util.cc', |
| 245 'plugins/pepper_url_util.h', | 247 'plugins/pepper_url_util.h', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 }], | 477 }], |
| 476 ['inside_chromium_build==0', { | 478 ['inside_chromium_build==0', { |
| 477 'dependencies': [ | 479 'dependencies': [ |
| 478 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 480 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 479 ], | 481 ], |
| 480 }], | 482 }], |
| 481 ], | 483 ], |
| 482 }, | 484 }, |
| 483 ], | 485 ], |
| 484 } | 486 } |
| OLD | NEW |