| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 '../plugins/ppapi/resource_creation_impl.h', | 334 '../plugins/ppapi/resource_creation_impl.h', |
| 335 '../plugins/ppapi/resource_helper.cc', | 335 '../plugins/ppapi/resource_helper.cc', |
| 336 '../plugins/ppapi/resource_helper.h', | 336 '../plugins/ppapi/resource_helper.h', |
| 337 '../plugins/ppapi/string.cc', | 337 '../plugins/ppapi/string.cc', |
| 338 '../plugins/ppapi/string.h', | 338 '../plugins/ppapi/string.h', |
| 339 '../plugins/ppapi/usb_key_code_conversion.h', | 339 '../plugins/ppapi/usb_key_code_conversion.h', |
| 340 '../plugins/ppapi/usb_key_code_conversion.cc', | 340 '../plugins/ppapi/usb_key_code_conversion.cc', |
| 341 '../plugins/ppapi/usb_key_code_conversion_linux.cc', | 341 '../plugins/ppapi/usb_key_code_conversion_linux.cc', |
| 342 '../plugins/ppapi/usb_key_code_conversion_mac.cc', | 342 '../plugins/ppapi/usb_key_code_conversion_mac.cc', |
| 343 '../plugins/ppapi/usb_key_code_conversion_win.cc', | 343 '../plugins/ppapi/usb_key_code_conversion_win.cc', |
| 344 '../plugins/ppapi/usb_keycode_map.h', | |
| 345 '../plugins/sad_plugin.cc', | 344 '../plugins/sad_plugin.cc', |
| 346 '../plugins/sad_plugin.h', | 345 '../plugins/sad_plugin.h', |
| 347 '../plugins/webkit_plugins_export.h', | 346 '../plugins/webkit_plugins_export.h', |
| 348 '../plugins/webplugininfo.cc', | 347 '../plugins/webplugininfo.cc', |
| 349 '../plugins/webplugininfo.h', | 348 '../plugins/webplugininfo.h', |
| 350 '../plugins/webview_plugin.cc', | 349 '../plugins/webview_plugin.cc', |
| 351 '../plugins/webview_plugin.h', | 350 '../plugins/webview_plugin.h', |
| 352 'alt_error_page_resource_fetcher.cc', | 351 'alt_error_page_resource_fetcher.cc', |
| 353 'alt_error_page_resource_fetcher.h', | 352 'alt_error_page_resource_fetcher.h', |
| 354 'cpp_binding_example.cc', | 353 'cpp_binding_example.cc', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 }, | 559 }, |
| 561 'includes': [ '../../build/grit_action.gypi' ], | 560 'includes': [ '../../build/grit_action.gypi' ], |
| 562 }, | 561 }, |
| 563 ], | 562 ], |
| 564 'includes': [ '../../build/grit_target.gypi' ], | 563 'includes': [ '../../build/grit_target.gypi' ], |
| 565 }, | 564 }, |
| 566 ], | 565 ], |
| 567 }], | 566 }], |
| 568 ], | 567 ], |
| 569 } | 568 } |
| OLD | NEW |