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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 175 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
176 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 176 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
177 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 177 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
178 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 178 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
179 '<(DEPTH)/ui/gl/gl.gyp:gl', | 179 '<(DEPTH)/ui/gl/gl.gyp:gl', |
180 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 180 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
181 '<(DEPTH)/ui/ui.gyp:ui', | 181 '<(DEPTH)/ui/ui.gyp:ui', |
182 '<(DEPTH)/ui/ui.gyp:ui_resources', | 182 '<(DEPTH)/ui/ui.gyp:ui_resources', |
183 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 183 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
184 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 184 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
| 185 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
185 'glue_common', | 186 'glue_common', |
186 'plugins_common', | 187 'plugins_common', |
187 'plugins', | 188 'plugins', |
188 'user_agent', | |
189 'webkit_base', | 189 'webkit_base', |
190 'webkit_common', | 190 'webkit_common', |
191 'webkit_media', | 191 'webkit_media', |
192 'webkit_resources', | 192 'webkit_resources', |
193 'webkit_storage', | 193 'webkit_storage', |
194 'webkit_strings', | 194 'webkit_strings', |
195 ], | 195 ], |
196 'include_dirs': [ | 196 'include_dirs': [ |
197 '<(INTERMEDIATE_DIR)', | 197 '<(INTERMEDIATE_DIR)', |
198 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 198 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'variables': { | 368 'variables': { |
369 'jni_gen_package': 'webkit', | 369 'jni_gen_package': 'webkit', |
370 'input_java_class': 'android/widget/OverScroller.class', | 370 'input_java_class': 'android/widget/OverScroller.class', |
371 }, | 371 }, |
372 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 372 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
373 }, | 373 }, |
374 ], | 374 ], |
375 }], | 375 }], |
376 ], | 376 ], |
377 } | 377 } |
OLD | NEW |