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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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.cc', |
206 'glue_serialize.h', | 206 'glue_serialize.h', |
207 'image_decoder.cc', | 207 'image_decoder.cc', |
208 'image_decoder.h', | 208 'image_decoder.h', |
| 209 'latin1_string_conversions.cc', |
| 210 'latin1_string_conversions.h', |
209 'network_list_observer.h', | 211 'network_list_observer.h', |
210 'npruntime_util.cc', | 212 'npruntime_util.cc', |
211 'npruntime_util.h', | 213 'npruntime_util.h', |
212 'resource_loader_bridge.cc', | 214 'resource_loader_bridge.cc', |
213 'resource_loader_bridge.h', | 215 'resource_loader_bridge.h', |
214 'resource_request_body.cc', | 216 'resource_request_body.cc', |
215 'resource_request_body.h', | 217 'resource_request_body.h', |
216 'resource_type.cc', | 218 'resource_type.cc', |
217 'resource_type.h', | 219 'resource_type.h', |
218 'scoped_clipboard_writer_glue.cc', | 220 'scoped_clipboard_writer_glue.cc', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'variables': { | 370 'variables': { |
369 'jni_gen_package': 'webkit', | 371 'jni_gen_package': 'webkit', |
370 'input_java_class': 'android/widget/OverScroller.class', | 372 'input_java_class': 'android/widget/OverScroller.class', |
371 }, | 373 }, |
372 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 374 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
373 }, | 375 }, |
374 ], | 376 ], |
375 }], | 377 }], |
376 ], | 378 ], |
377 } | 379 } |
OLD | NEW |