| 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 10 matching lines...) Expand all Loading... |
| 21 'WEBKIT_CHILD_IMPLEMENTATION', | 21 'WEBKIT_CHILD_IMPLEMENTATION', |
| 22 ], | 22 ], |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 '<(DEPTH)/base/base.gyp:base', | 24 '<(DEPTH)/base/base.gyp:base', |
| 25 '<(DEPTH)/base/base.gyp:base_i18n', | 25 '<(DEPTH)/base/base.gyp:base_i18n', |
| 26 '<(DEPTH)/base/base.gyp:base_static', | 26 '<(DEPTH)/base/base.gyp:base_static', |
| 27 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 27 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 28 '<(DEPTH)/net/net.gyp:net', | 28 '<(DEPTH)/net/net.gyp:net', |
| 29 '<(DEPTH)/skia/skia.gyp:skia', | 29 '<(DEPTH)/skia/skia.gyp:skia', |
| 30 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 30 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 31 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | |
| 32 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 31 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
| 33 '<(DEPTH)/ui/ui.gyp:ui', | 32 '<(DEPTH)/ui/ui.gyp:ui', |
| 34 '<(DEPTH)/url/url.gyp:url_lib', | 33 '<(DEPTH)/url/url.gyp:url_lib', |
| 35 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 34 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 36 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 35 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 37 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | 36 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |
| 38 ], | 37 ], |
| 39 | 38 |
| 40 'include_dirs': [ | 39 'include_dirs': [ |
| 41 # For JNI generated header. | 40 # For JNI generated header. |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 '<(DEPTH)/base/base.gyp:base_static', | 130 '<(DEPTH)/base/base.gyp:base_static', |
| 132 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 131 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 133 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 132 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 134 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 133 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 135 '<(DEPTH)/net/net.gyp:net', | 134 '<(DEPTH)/net/net.gyp:net', |
| 136 '<(DEPTH)/printing/printing.gyp:printing', | 135 '<(DEPTH)/printing/printing.gyp:printing', |
| 137 '<(DEPTH)/skia/skia.gyp:skia', | 136 '<(DEPTH)/skia/skia.gyp:skia', |
| 138 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 137 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 139 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 138 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 140 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 139 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 141 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | |
| 142 '<(DEPTH)/ui/gl/gl.gyp:gl', | 140 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 143 '<(DEPTH)/ui/ui.gyp:ui', | 141 '<(DEPTH)/ui/ui.gyp:ui', |
| 144 '<(DEPTH)/ui/ui.gyp:ui_resources', | 142 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 145 '<(DEPTH)/url/url.gyp:url_lib', | 143 '<(DEPTH)/url/url.gyp:url_lib', |
| 146 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 144 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 147 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 145 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 148 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | 146 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |
| 149 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 147 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
| 150 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', | 148 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', |
| 151 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 149 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'variables': { | 236 'variables': { |
| 239 'jni_gen_package': 'webkit', | 237 'jni_gen_package': 'webkit', |
| 240 'input_java_class': 'android/widget/OverScroller.class', | 238 'input_java_class': 'android/widget/OverScroller.class', |
| 241 }, | 239 }, |
| 242 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 240 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 243 }, | 241 }, |
| 244 ], | 242 ], |
| 245 }], | 243 }], |
| 246 ], | 244 ], |
| 247 } | 245 } |
| OLD | NEW |