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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 '<(SHARED_INTERMEDIATE_DIR)/ui', | 273 '<(SHARED_INTERMEDIATE_DIR)/ui', |
274 ], | 274 ], |
275 'sources': [ | 275 'sources': [ |
276 'ftp_directory_listing_response_delegate.cc', | 276 'ftp_directory_listing_response_delegate.cc', |
277 'ftp_directory_listing_response_delegate.h', | 277 'ftp_directory_listing_response_delegate.h', |
278 'glue_serialize_deprecated.cc', | 278 'glue_serialize_deprecated.cc', |
279 'glue_serialize_deprecated.h', | 279 'glue_serialize_deprecated.h', |
280 'image_decoder.cc', | 280 'image_decoder.cc', |
281 'image_decoder.h', | 281 'image_decoder.h', |
282 'network_list_observer.h', | 282 'network_list_observer.h', |
283 'npruntime_util.cc', | |
284 'npruntime_util.h', | |
285 'resource_loader_bridge.cc', | 283 'resource_loader_bridge.cc', |
286 'resource_loader_bridge.h', | 284 'resource_loader_bridge.h', |
287 'resource_request_body.cc', | 285 'resource_request_body.cc', |
288 'resource_request_body.h', | 286 'resource_request_body.h', |
289 'resource_type.cc', | 287 'resource_type.cc', |
290 'resource_type.h', | 288 'resource_type.h', |
291 'simple_webmimeregistry_impl.cc', | 289 'simple_webmimeregistry_impl.cc', |
292 'simple_webmimeregistry_impl.h', | 290 'simple_webmimeregistry_impl.h', |
293 'webfileutilities_impl.cc', | 291 'webfileutilities_impl.cc', |
294 'webfileutilities_impl.h', | 292 'webfileutilities_impl.h', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 'variables': { | 369 'variables': { |
372 'jni_gen_package': 'webkit', | 370 'jni_gen_package': 'webkit', |
373 'input_java_class': 'android/widget/OverScroller.class', | 371 'input_java_class': 'android/widget/OverScroller.class', |
374 }, | 372 }, |
375 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 373 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
376 }, | 374 }, |
377 ], | 375 ], |
378 }], | 376 }], |
379 ], | 377 ], |
380 } | 378 } |
OLD | NEW |