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', |
| 201 'plugins/pepper_error_util.h', |
200 'plugins/pepper_event_conversion.cc', | 202 'plugins/pepper_event_conversion.cc', |
201 'plugins/pepper_event_conversion.h', | 203 'plugins/pepper_event_conversion.h', |
202 'plugins/pepper_file_chooser.cc', | 204 'plugins/pepper_file_chooser.cc', |
203 'plugins/pepper_file_chooser.h', | 205 'plugins/pepper_file_chooser.h', |
204 'plugins/pepper_file_io.cc', | 206 'plugins/pepper_file_io.cc', |
205 'plugins/pepper_file_io.h', | 207 'plugins/pepper_file_io.h', |
206 'plugins/pepper_file_ref.cc', | 208 'plugins/pepper_file_ref.cc', |
207 'plugins/pepper_file_ref.h', | 209 'plugins/pepper_file_ref.h', |
208 'plugins/pepper_file_system.cc', | 210 'plugins/pepper_file_system.cc', |
209 'plugins/pepper_file_system.h', | 211 'plugins/pepper_file_system.h', |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 }], | 461 }], |
460 ['inside_chromium_build==0', { | 462 ['inside_chromium_build==0', { |
461 'dependencies': [ | 463 'dependencies': [ |
462 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 464 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
463 ], | 465 ], |
464 }], | 466 }], |
465 ], | 467 ], |
466 }, | 468 }, |
467 ], | 469 ], |
468 } | 470 } |
OLD | NEW |