| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 '../plugins/ppapi/usb_key_code_conversion_win.cc', | 255 '../plugins/ppapi/usb_key_code_conversion_win.cc', |
| 256 '../plugins/sad_plugin.cc', | 256 '../plugins/sad_plugin.cc', |
| 257 '../plugins/sad_plugin.h', | 257 '../plugins/sad_plugin.h', |
| 258 '../plugins/webkit_plugins_export.h', | 258 '../plugins/webkit_plugins_export.h', |
| 259 '../plugins/webplugininfo.cc', | 259 '../plugins/webplugininfo.cc', |
| 260 '../plugins/webplugininfo.h', | 260 '../plugins/webplugininfo.h', |
| 261 '../plugins/webview_plugin.cc', | 261 '../plugins/webview_plugin.cc', |
| 262 '../plugins/webview_plugin.h', | 262 '../plugins/webview_plugin.h', |
| 263 'alt_error_page_resource_fetcher.cc', | 263 'alt_error_page_resource_fetcher.cc', |
| 264 'alt_error_page_resource_fetcher.h', | 264 'alt_error_page_resource_fetcher.h', |
| 265 'cpp_binding_example.cc', | |
| 266 'cpp_binding_example.h', | |
| 267 'cpp_bound_class.cc', | 265 'cpp_bound_class.cc', |
| 268 'cpp_bound_class.h', | 266 'cpp_bound_class.h', |
| 269 'cpp_variant.cc', | 267 'cpp_variant.cc', |
| 270 'cpp_variant.h', | 268 'cpp_variant.h', |
| 271 'dom_operations.cc', | 269 'dom_operations.cc', |
| 272 'dom_operations.h', | 270 'dom_operations.h', |
| 273 'fling_curve_configuration.cc', | 271 'fling_curve_configuration.cc', |
| 274 'fling_curve_configuration.h', | 272 'fling_curve_configuration.h', |
| 275 'fling_animator_impl_android.cc', | 273 'fling_animator_impl_android.cc', |
| 276 'fling_animator_impl_android.h', | 274 'fling_animator_impl_android.h', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 'variables': { | 508 'variables': { |
| 511 'jni_gen_package': 'webkit', | 509 'jni_gen_package': 'webkit', |
| 512 'input_java_class': 'android/widget/OverScroller.class', | 510 'input_java_class': 'android/widget/OverScroller.class', |
| 513 }, | 511 }, |
| 514 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 512 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 515 }, | 513 }, |
| 516 ], | 514 ], |
| 517 }], | 515 }], |
| 518 ], | 516 ], |
| 519 } | 517 } |
| OLD | NEW |