| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'webkit_strings', | 265 'webkit_strings', |
| 266 ], | 266 ], |
| 267 'include_dirs': [ | 267 'include_dirs': [ |
| 268 '<(INTERMEDIATE_DIR)', | 268 '<(INTERMEDIATE_DIR)', |
| 269 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 269 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 270 '<(SHARED_INTERMEDIATE_DIR)/ui', | 270 '<(SHARED_INTERMEDIATE_DIR)/ui', |
| 271 ], | 271 ], |
| 272 'sources': [ | 272 'sources': [ |
| 273 'ftp_directory_listing_response_delegate.cc', | 273 'ftp_directory_listing_response_delegate.cc', |
| 274 'ftp_directory_listing_response_delegate.h', | 274 'ftp_directory_listing_response_delegate.h', |
| 275 'glue_serialize_deprecated.cc', | |
| 276 'glue_serialize_deprecated.h', | |
| 277 'image_decoder.cc', | 275 'image_decoder.cc', |
| 278 'image_decoder.h', | 276 'image_decoder.h', |
| 279 'network_list_observer.h', | 277 'network_list_observer.h', |
| 280 'npruntime_util.cc', | 278 'npruntime_util.cc', |
| 281 'npruntime_util.h', | 279 'npruntime_util.h', |
| 282 'resource_loader_bridge.cc', | 280 'resource_loader_bridge.cc', |
| 283 'resource_loader_bridge.h', | 281 'resource_loader_bridge.h', |
| 284 'resource_request_body.cc', | 282 'resource_request_body.cc', |
| 285 'resource_request_body.h', | 283 'resource_request_body.h', |
| 286 'resource_type.cc', | 284 'resource_type.cc', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'variables': { | 372 'variables': { |
| 375 'jni_gen_package': 'webkit', | 373 'jni_gen_package': 'webkit', |
| 376 'input_java_class': 'android/widget/OverScroller.class', | 374 'input_java_class': 'android/widget/OverScroller.class', |
| 377 }, | 375 }, |
| 378 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 376 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 379 }, | 377 }, |
| 380 ], | 378 ], |
| 381 }], | 379 }], |
| 382 ], | 380 ], |
| 383 } | 381 } |
| OLD | NEW |