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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 169 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
170 '<(DEPTH)/ui/ui.gyp:ui', | 170 '<(DEPTH)/ui/ui.gyp:ui', |
171 '<(DEPTH)/ui/ui.gyp:ui_resources', | 171 '<(DEPTH)/ui/ui.gyp:ui_resources', |
172 '<(DEPTH)/url/url.gyp:url_lib', | 172 '<(DEPTH)/url/url.gyp:url_lib', |
173 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 173 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
174 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 174 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
175 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', | 175 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', |
176 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 176 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
177 'glue_common', | 177 'glue_common', |
178 'plugins', | 178 'plugins', |
179 'webkit_base', | |
180 'webkit_common', | 179 'webkit_common', |
181 'webkit_media', | 180 'webkit_media', |
182 'webkit_resources', | 181 'webkit_resources', |
183 'webkit_storage', | 182 'webkit_storage', |
184 'webkit_strings', | 183 'webkit_strings', |
185 ], | 184 ], |
186 'include_dirs': [ | 185 'include_dirs': [ |
187 '<(INTERMEDIATE_DIR)', | 186 '<(INTERMEDIATE_DIR)', |
188 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 187 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
189 '<(SHARED_INTERMEDIATE_DIR)/ui', | 188 '<(SHARED_INTERMEDIATE_DIR)/ui', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'variables': { | 357 'variables': { |
359 'jni_gen_package': 'webkit', | 358 'jni_gen_package': 'webkit', |
360 'input_java_class': 'android/widget/OverScroller.class', | 359 'input_java_class': 'android/widget/OverScroller.class', |
361 }, | 360 }, |
362 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 361 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
363 }, | 362 }, |
364 ], | 363 ], |
365 }], | 364 }], |
366 ], | 365 ], |
367 } | 366 } |
OLD | NEW |