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