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