| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 '../child/fling_animator_impl_android.cc', | 44 '../child/fling_animator_impl_android.cc', |
| 45 '../child/fling_animator_impl_android.h', | 45 '../child/fling_animator_impl_android.h', |
| 46 '../child/fling_curve_configuration.cc', | 46 '../child/fling_curve_configuration.cc', |
| 47 '../child/fling_curve_configuration.h', | 47 '../child/fling_curve_configuration.h', |
| 48 '../child/ftp_directory_listing_response_delegate.cc', | 48 '../child/ftp_directory_listing_response_delegate.cc', |
| 49 '../child/ftp_directory_listing_response_delegate.h', | 49 '../child/ftp_directory_listing_response_delegate.h', |
| 50 '../child/multipart_response_delegate.cc', | 50 '../child/multipart_response_delegate.cc', |
| 51 '../child/multipart_response_delegate.h', | 51 '../child/multipart_response_delegate.h', |
| 52 '../child/resource_loader_bridge.cc', | 52 '../child/resource_loader_bridge.cc', |
| 53 '../child/resource_loader_bridge.h', | 53 '../child/resource_loader_bridge.h', |
| 54 '../child/site_isolation_policy.cc', |
| 55 '../child/site_isolation_policy.h', |
| 54 '../child/touch_fling_gesture_curve.cc', | 56 '../child/touch_fling_gesture_curve.cc', |
| 55 '../child/touch_fling_gesture_curve.h', | 57 '../child/touch_fling_gesture_curve.h', |
| 56 '../child/web_discardable_memory_impl.cc', | 58 '../child/web_discardable_memory_impl.cc', |
| 57 '../child/web_discardable_memory_impl.h', | 59 '../child/web_discardable_memory_impl.h', |
| 58 '../child/webfallbackthemeengine_impl.cc', | 60 '../child/webfallbackthemeengine_impl.cc', |
| 59 '../child/webfallbackthemeengine_impl.h', | 61 '../child/webfallbackthemeengine_impl.h', |
| 60 '../child/webkit_child_export.h', | 62 '../child/webkit_child_export.h', |
| 61 '../child/webkit_child_helpers.cc', | 63 '../child/webkit_child_helpers.cc', |
| 62 '../child/webkit_child_helpers.h', | 64 '../child/webkit_child_helpers.h', |
| 63 '../child/webkitplatformsupport_child_impl.cc', | 65 '../child/webkitplatformsupport_child_impl.cc', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'variables': { | 237 'variables': { |
| 236 'jni_gen_package': 'webkit', | 238 'jni_gen_package': 'webkit', |
| 237 'input_java_class': 'android/widget/OverScroller.class', | 239 'input_java_class': 'android/widget/OverScroller.class', |
| 238 }, | 240 }, |
| 239 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 241 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 240 }, | 242 }, |
| 241 ], | 243 ], |
| 242 }], | 244 }], |
| 243 ], | 245 ], |
| 244 } | 246 } |
| OLD | NEW |