| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'webkit_strings', | 239 'webkit_strings', |
| 240 ], | 240 ], |
| 241 'include_dirs': [ | 241 'include_dirs': [ |
| 242 '<(INTERMEDIATE_DIR)', | 242 '<(INTERMEDIATE_DIR)', |
| 243 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 243 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 244 '<(SHARED_INTERMEDIATE_DIR)/ui', | 244 '<(SHARED_INTERMEDIATE_DIR)/ui', |
| 245 ], | 245 ], |
| 246 'sources': [ | 246 'sources': [ |
| 247 'ftp_directory_listing_response_delegate.cc', | 247 'ftp_directory_listing_response_delegate.cc', |
| 248 'ftp_directory_listing_response_delegate.h', | 248 'ftp_directory_listing_response_delegate.h', |
| 249 'glue_serialize_deprecated.cc', | |
| 250 'glue_serialize_deprecated.h', | |
| 251 'image_decoder.cc', | 249 'image_decoder.cc', |
| 252 'image_decoder.h', | 250 'image_decoder.h', |
| 253 'network_list_observer.h', | 251 'network_list_observer.h', |
| 254 'npruntime_util.cc', | 252 'npruntime_util.cc', |
| 255 'npruntime_util.h', | 253 'npruntime_util.h', |
| 256 'resource_loader_bridge.cc', | 254 'resource_loader_bridge.cc', |
| 257 'resource_loader_bridge.h', | 255 'resource_loader_bridge.h', |
| 258 'resource_request_body.cc', | 256 'resource_request_body.cc', |
| 259 'resource_request_body.h', | 257 'resource_request_body.h', |
| 260 'resource_type.cc', | 258 'resource_type.cc', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'variables': { | 389 'variables': { |
| 392 'jni_gen_package': 'webkit', | 390 'jni_gen_package': 'webkit', |
| 393 'input_java_class': 'android/widget/OverScroller.class', | 391 'input_java_class': 'android/widget/OverScroller.class', |
| 394 }, | 392 }, |
| 395 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 393 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 396 }, | 394 }, |
| 397 ], | 395 ], |
| 398 }], | 396 }], |
| 399 ], | 397 ], |
| 400 } | 398 } |
| OLD | NEW |