| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'cpp_variant.cc', | 195 'cpp_variant.cc', |
| 196 'cpp_variant.h', | 196 'cpp_variant.h', |
| 197 'cursor_utils.cc', | 197 'cursor_utils.cc', |
| 198 'cursor_utils.h', | 198 'cursor_utils.h', |
| 199 'fling_curve_configuration.cc', | 199 'fling_curve_configuration.cc', |
| 200 'fling_curve_configuration.h', | 200 'fling_curve_configuration.h', |
| 201 'fling_animator_impl_android.cc', | 201 'fling_animator_impl_android.cc', |
| 202 'fling_animator_impl_android.h', | 202 'fling_animator_impl_android.h', |
| 203 'ftp_directory_listing_response_delegate.cc', | 203 'ftp_directory_listing_response_delegate.cc', |
| 204 'ftp_directory_listing_response_delegate.h', | 204 'ftp_directory_listing_response_delegate.h', |
| 205 'glue_serialize.cc', | 205 'glue_serialize_deprecated.cc', |
| 206 'glue_serialize.h', | 206 'glue_serialize_deprecated.h', |
| 207 'image_decoder.cc', | 207 'image_decoder.cc', |
| 208 'image_decoder.h', | 208 'image_decoder.h', |
| 209 'latin1_string_conversions.cc', | 209 'latin1_string_conversions.cc', |
| 210 'latin1_string_conversions.h', | 210 'latin1_string_conversions.h', |
| 211 'network_list_observer.h', | 211 'network_list_observer.h', |
| 212 'npruntime_util.cc', | 212 'npruntime_util.cc', |
| 213 'npruntime_util.h', | 213 'npruntime_util.h', |
| 214 'resource_loader_bridge.cc', | 214 'resource_loader_bridge.cc', |
| 215 'resource_loader_bridge.h', | 215 'resource_loader_bridge.h', |
| 216 'resource_request_body.cc', | 216 'resource_request_body.cc', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'variables': { | 370 'variables': { |
| 371 'jni_gen_package': 'webkit', | 371 'jni_gen_package': 'webkit', |
| 372 'input_java_class': 'android/widget/OverScroller.class', | 372 'input_java_class': 'android/widget/OverScroller.class', |
| 373 }, | 373 }, |
| 374 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 374 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 375 }, | 375 }, |
| 376 ], | 376 ], |
| 377 }], | 377 }], |
| 378 ], | 378 ], |
| 379 } | 379 } |
| OLD | NEW |