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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 '../child/web_discardable_memory_impl.h', | 56 '../child/web_discardable_memory_impl.h', |
57 '../child/webfallbackthemeengine_impl.cc', | 57 '../child/webfallbackthemeengine_impl.cc', |
58 '../child/webfallbackthemeengine_impl.h', | 58 '../child/webfallbackthemeengine_impl.h', |
59 '../child/webkit_child_export.h', | 59 '../child/webkit_child_export.h', |
60 '../child/webkit_child_helpers.cc', | 60 '../child/webkit_child_helpers.cc', |
61 '../child/webkit_child_helpers.h', | 61 '../child/webkit_child_helpers.h', |
62 '../child/webkitplatformsupport_child_impl.cc', | 62 '../child/webkitplatformsupport_child_impl.cc', |
63 '../child/webkitplatformsupport_child_impl.h', | 63 '../child/webkitplatformsupport_child_impl.h', |
64 '../child/webkitplatformsupport_impl.cc', | 64 '../child/webkitplatformsupport_impl.cc', |
65 '../child/webkitplatformsupport_impl.h', | 65 '../child/webkitplatformsupport_impl.h', |
| 66 '../child/websocket_handle_bridge.h', |
| 67 '../child/websocket_handle_delegate.h', |
| 68 '../child/websocket_handle_impl.cc', |
| 69 '../child/websocket_handle_impl.h', |
66 '../child/websocketstreamhandle_bridge.h', | 70 '../child/websocketstreamhandle_bridge.h', |
67 '../child/websocketstreamhandle_delegate.h', | 71 '../child/websocketstreamhandle_delegate.h', |
68 '../child/websocketstreamhandle_impl.cc', | 72 '../child/websocketstreamhandle_impl.cc', |
69 '../child/websocketstreamhandle_impl.h', | 73 '../child/websocketstreamhandle_impl.h', |
70 '../child/webthemeengine_impl_android.cc', | 74 '../child/webthemeengine_impl_android.cc', |
71 '../child/webthemeengine_impl_android.h', | 75 '../child/webthemeengine_impl_android.h', |
72 '../child/webthemeengine_impl_default.cc', | 76 '../child/webthemeengine_impl_default.cc', |
73 '../child/webthemeengine_impl_default.h', | 77 '../child/webthemeengine_impl_default.h', |
74 '../child/webthemeengine_impl_mac.cc', | 78 '../child/webthemeengine_impl_mac.cc', |
75 '../child/webthemeengine_impl_mac.h', | 79 '../child/webthemeengine_impl_mac.h', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'variables': { | 237 'variables': { |
234 'jni_gen_package': 'webkit', | 238 'jni_gen_package': 'webkit', |
235 'input_java_class': 'android/widget/OverScroller.class', | 239 'input_java_class': 'android/widget/OverScroller.class', |
236 }, | 240 }, |
237 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 241 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
238 }, | 242 }, |
239 ], | 243 ], |
240 }], | 244 }], |
241 ], | 245 ], |
242 } | 246 } |
OLD | NEW |