| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '../plugins/ppapi/ppb_directory_reader_impl.cc', | 251 '../plugins/ppapi/ppb_directory_reader_impl.cc', |
| 252 '../plugins/ppapi/ppb_directory_reader_impl.h', | 252 '../plugins/ppapi/ppb_directory_reader_impl.h', |
| 253 '../plugins/ppapi/ppb_file_chooser_impl.cc', | 253 '../plugins/ppapi/ppb_file_chooser_impl.cc', |
| 254 '../plugins/ppapi/ppb_file_chooser_impl.h', | 254 '../plugins/ppapi/ppb_file_chooser_impl.h', |
| 255 '../plugins/ppapi/ppb_file_io_impl.cc', | 255 '../plugins/ppapi/ppb_file_io_impl.cc', |
| 256 '../plugins/ppapi/ppb_file_io_impl.h', | 256 '../plugins/ppapi/ppb_file_io_impl.h', |
| 257 '../plugins/ppapi/ppb_file_ref_impl.cc', | 257 '../plugins/ppapi/ppb_file_ref_impl.cc', |
| 258 '../plugins/ppapi/ppb_file_ref_impl.h', | 258 '../plugins/ppapi/ppb_file_ref_impl.h', |
| 259 '../plugins/ppapi/ppb_file_system_impl.cc', | 259 '../plugins/ppapi/ppb_file_system_impl.cc', |
| 260 '../plugins/ppapi/ppb_file_system_impl.h', | 260 '../plugins/ppapi/ppb_file_system_impl.h', |
| 261 '../plugins/ppapi/ppb_find_impl.cc', | |
| 262 '../plugins/ppapi/ppb_find_impl.h', | |
| 263 '../plugins/ppapi/ppb_flash_clipboard_impl.cc', | 261 '../plugins/ppapi/ppb_flash_clipboard_impl.cc', |
| 264 '../plugins/ppapi/ppb_flash_clipboard_impl.h', | 262 '../plugins/ppapi/ppb_flash_clipboard_impl.h', |
| 265 '../plugins/ppapi/ppb_flash_file_impl.cc', | 263 '../plugins/ppapi/ppb_flash_file_impl.cc', |
| 266 '../plugins/ppapi/ppb_flash_file_impl.h', | 264 '../plugins/ppapi/ppb_flash_file_impl.h', |
| 267 '../plugins/ppapi/ppb_flash_impl.cc', | 265 '../plugins/ppapi/ppb_flash_impl.cc', |
| 268 '../plugins/ppapi/ppb_flash_impl.h', | 266 '../plugins/ppapi/ppb_flash_impl.h', |
| 269 '../plugins/ppapi/ppb_flash_impl_linux.cc', | 267 '../plugins/ppapi/ppb_flash_impl_linux.cc', |
| 270 '../plugins/ppapi/ppb_flash_menu_impl.cc', | 268 '../plugins/ppapi/ppb_flash_menu_impl.cc', |
| 271 '../plugins/ppapi/ppb_flash_menu_impl.h', | 269 '../plugins/ppapi/ppb_flash_menu_impl.h', |
| 272 '../plugins/ppapi/ppb_flash_net_connector_impl.cc', | 270 '../plugins/ppapi/ppb_flash_net_connector_impl.cc', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 }, | 543 }, |
| 546 'includes': [ '../../build/grit_action.gypi' ], | 544 'includes': [ '../../build/grit_action.gypi' ], |
| 547 }, | 545 }, |
| 548 ], | 546 ], |
| 549 'includes': [ '../../build/grit_target.gypi' ], | 547 'includes': [ '../../build/grit_target.gypi' ], |
| 550 }, | 548 }, |
| 551 ], | 549 ], |
| 552 }], | 550 }], |
| 553 ], | 551 ], |
| 554 } | 552 } |
| OLD | NEW |