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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'webcursor_aurawin.cc', | 314 'webcursor_aurawin.cc', |
315 'webcursor_aurax11.cc', | 315 'webcursor_aurax11.cc', |
316 'webcursor_null.cc', | 316 'webcursor_null.cc', |
317 'webcursor_gtk.cc', | 317 'webcursor_gtk.cc', |
318 'webcursor_gtk_data.h', | 318 'webcursor_gtk_data.h', |
319 'webcursor_mac.mm', | 319 'webcursor_mac.mm', |
320 'webcursor_win.cc', | 320 'webcursor_win.cc', |
321 'webdropdata.cc', | 321 'webdropdata.cc', |
322 'webdropdata_win.cc', | 322 'webdropdata_win.cc', |
323 'webdropdata.h', | 323 'webdropdata.h', |
| 324 'webfallbackthemeengine_impl.cc', |
| 325 'webfallbackthemeengine_impl.h', |
324 'webfileutilities_impl.cc', | 326 'webfileutilities_impl.cc', |
325 'webfileutilities_impl.h', | 327 'webfileutilities_impl.h', |
326 'webkit_constants.h', | 328 'webkit_constants.h', |
327 'webkit_glue.cc', | 329 'webkit_glue.cc', |
328 'webkit_glue.h', | 330 'webkit_glue.h', |
329 'webkit_glue_export.h', | 331 'webkit_glue_export.h', |
330 'webkitplatformsupport_impl.cc', | 332 'webkitplatformsupport_impl.cc', |
331 'webkitplatformsupport_impl.h', | 333 'webkitplatformsupport_impl.h', |
332 'webmenuitem.cc', | 334 'webmenuitem.cc', |
333 'webmenuitem.h', | 335 'webmenuitem.h', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'variables': { | 510 'variables': { |
509 'jni_gen_package': 'webkit', | 511 'jni_gen_package': 'webkit', |
510 'input_java_class': 'android/widget/OverScroller.class', | 512 'input_java_class': 'android/widget/OverScroller.class', |
511 }, | 513 }, |
512 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 514 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
513 }, | 515 }, |
514 ], | 516 ], |
515 }], | 517 }], |
516 ], | 518 ], |
517 } | 519 } |
OLD | NEW |