| 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 'image_decoder.cc', | 278 'image_decoder.cc', |
| 279 'image_decoder.h', | 279 'image_decoder.h', |
| 280 'network_list_observer.h', | 280 'network_list_observer.h', |
| 281 'resource_loader_bridge.cc', | 281 'resource_loader_bridge.cc', |
| 282 'resource_loader_bridge.h', | 282 'resource_loader_bridge.h', |
| 283 'resource_request_body.cc', | |
| 284 'resource_request_body.h', | |
| 285 'resource_type.cc', | 283 'resource_type.cc', |
| 286 'resource_type.h', | 284 'resource_type.h', |
| 287 'simple_webmimeregistry_impl.cc', | 285 'simple_webmimeregistry_impl.cc', |
| 288 'simple_webmimeregistry_impl.h', | 286 'simple_webmimeregistry_impl.h', |
| 289 'webfileutilities_impl.cc', | 287 'webfileutilities_impl.cc', |
| 290 'webfileutilities_impl.h', | 288 'webfileutilities_impl.h', |
| 291 'webkit_glue.cc', | 289 'webkit_glue.cc', |
| 292 'webkit_glue.h', | 290 'webkit_glue.h', |
| 293 'webkit_glue_export.h', | 291 'webkit_glue_export.h', |
| 294 'webkitplatformsupport_impl.cc', | 292 'webkitplatformsupport_impl.cc', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'variables': { | 365 'variables': { |
| 368 'jni_gen_package': 'webkit', | 366 'jni_gen_package': 'webkit', |
| 369 'input_java_class': 'android/widget/OverScroller.class', | 367 'input_java_class': 'android/widget/OverScroller.class', |
| 370 }, | 368 }, |
| 371 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 369 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 372 }, | 370 }, |
| 373 ], | 371 ], |
| 374 }], | 372 }], |
| 375 ], | 373 ], |
| 376 } | 374 } |
| OLD | NEW |