| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 # Disable narrowing-conversion-in-initialization-list warnings in that we | 7 # Disable narrowing-conversion-in-initialization-list warnings in that we |
| 8 # do not want to fix it in data file "webcursor_gtk_data.h". | 8 # do not want to fix it in data file "webcursor_gtk_data.h". |
| 9 'cflags+': ['-Wno-narrowing'], | 9 'cflags+': ['-Wno-narrowing'], |
| 10 'cflags_cc+': ['-Wno-narrowing'], | 10 'cflags_cc+': ['-Wno-narrowing'], |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 'webcursor_aurawin.cc', | 305 'webcursor_aurawin.cc', |
| 306 'webcursor_aurax11.cc', | 306 'webcursor_aurax11.cc', |
| 307 'webcursor_null.cc', | 307 'webcursor_null.cc', |
| 308 'webcursor_gtk.cc', | 308 'webcursor_gtk.cc', |
| 309 'webcursor_gtk_data.h', | 309 'webcursor_gtk_data.h', |
| 310 'webcursor_mac.mm', | 310 'webcursor_mac.mm', |
| 311 'webcursor_win.cc', | 311 'webcursor_win.cc', |
| 312 'webdropdata.cc', | 312 'webdropdata.cc', |
| 313 'webdropdata_win.cc', | 313 'webdropdata_win.cc', |
| 314 'webdropdata.h', | 314 'webdropdata.h', |
| 315 'webfallbackthemeengine_impl.cc', |
| 316 'webfallbackthemeengine_impl.h', |
| 315 'webfileutilities_impl.cc', | 317 'webfileutilities_impl.cc', |
| 316 'webfileutilities_impl.h', | 318 'webfileutilities_impl.h', |
| 317 'webkit_glue.cc', | 319 'webkit_glue.cc', |
| 318 'webkit_glue.h', | 320 'webkit_glue.h', |
| 319 'webkit_glue_export.h', | 321 'webkit_glue_export.h', |
| 320 'webkitplatformsupport_impl.cc', | 322 'webkitplatformsupport_impl.cc', |
| 321 'webkitplatformsupport_impl.h', | 323 'webkitplatformsupport_impl.h', |
| 322 'webmenuitem.cc', | 324 'webmenuitem.cc', |
| 323 'webmenuitem.h', | 325 'webmenuitem.h', |
| 324 'webmenurunner_mac.h', | 326 'webmenurunner_mac.h', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 'variables': { | 495 'variables': { |
| 494 'jni_gen_package': 'webkit', | 496 'jni_gen_package': 'webkit', |
| 495 'input_java_class': 'android/widget/OverScroller.class', | 497 'input_java_class': 'android/widget/OverScroller.class', |
| 496 }, | 498 }, |
| 497 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 499 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 498 }, | 500 }, |
| 499 ], | 501 ], |
| 500 }], | 502 }], |
| 501 ], | 503 ], |
| 502 } | 504 } |
| OLD | NEW |