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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 | 57 |
58 { | 58 { |
59 'target_name': 'glue_common', | 59 'target_name': 'glue_common', |
60 'type': '<(component)', | 60 'type': '<(component)', |
61 'variables': { 'enable_wexit_time_destructors': 1, }, | 61 'variables': { 'enable_wexit_time_destructors': 1, }, |
62 'defines': [ | 62 'defines': [ |
63 'WEBKIT_EXTENSIONS_IMPLEMENTATION', | 63 'WEBKIT_EXTENSIONS_IMPLEMENTATION', |
64 'WEBKIT_GLUE_IMPLEMENTATION', | 64 'WEBKIT_GLUE_IMPLEMENTATION', |
65 ], | 65 ], |
66 'dependencies': [ | 66 'dependencies': [ |
| 67 '<(DEPTH)/base/base.gyp:base', |
67 '<(DEPTH)/base/base.gyp:base_i18n', | 68 '<(DEPTH)/base/base.gyp:base_i18n', |
68 '<(DEPTH)/base/base.gyp:base', | |
69 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 69 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
70 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | |
71 '<(DEPTH)/net/net.gyp:net', | 70 '<(DEPTH)/net/net.gyp:net', |
72 '<(DEPTH)/skia/skia.gyp:skia', | 71 '<(DEPTH)/skia/skia.gyp:skia', |
73 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 72 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
74 '<(DEPTH)/ui/ui.gyp:ui', | 73 '<(DEPTH)/ui/ui.gyp:ui', |
75 '<(DEPTH)/ui/ui.gyp:ui_resources', | 74 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 75 '<(DEPTH)/url/url.gyp:url', |
76 ], | 76 ], |
77 | 77 |
78 'include_dirs': [ | 78 'include_dirs': [ |
79 '<(INTERMEDIATE_DIR)', | 79 '<(INTERMEDIATE_DIR)', |
80 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 80 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
81 '<(SHARED_INTERMEDIATE_DIR)/ui', | 81 '<(SHARED_INTERMEDIATE_DIR)/ui', |
82 ], | 82 ], |
83 | 83 |
84 'sources': [ | 84 'sources': [ |
85 'multipart_response_delegate.cc', | 85 'multipart_response_delegate.cc', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 'type': '<(component)', | 151 'type': '<(component)', |
152 'variables': { 'enable_wexit_time_destructors': 1, }, | 152 'variables': { 'enable_wexit_time_destructors': 1, }, |
153 'defines': [ | 153 'defines': [ |
154 'WEBKIT_EXTENSIONS_IMPLEMENTATION', | 154 'WEBKIT_EXTENSIONS_IMPLEMENTATION', |
155 'WEBKIT_GLUE_IMPLEMENTATION', | 155 'WEBKIT_GLUE_IMPLEMENTATION', |
156 ], | 156 ], |
157 'dependencies': [ | 157 'dependencies': [ |
158 '<(DEPTH)/base/base.gyp:base_i18n', | 158 '<(DEPTH)/base/base.gyp:base_i18n', |
159 '<(DEPTH)/base/base.gyp:base_static', | 159 '<(DEPTH)/base/base.gyp:base_static', |
160 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 160 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
161 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | |
162 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 161 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
163 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 162 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
164 '<(DEPTH)/net/net.gyp:net', | 163 '<(DEPTH)/net/net.gyp:net', |
165 '<(DEPTH)/printing/printing.gyp:printing', | 164 '<(DEPTH)/printing/printing.gyp:printing', |
166 '<(DEPTH)/skia/skia.gyp:skia', | 165 '<(DEPTH)/skia/skia.gyp:skia', |
167 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 166 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
168 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 167 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
169 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 168 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
170 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 169 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
171 '<(DEPTH)/ui/gl/gl.gyp:gl', | 170 '<(DEPTH)/ui/gl/gl.gyp:gl', |
172 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 171 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
173 '<(DEPTH)/ui/ui.gyp:ui', | 172 '<(DEPTH)/ui/ui.gyp:ui', |
174 '<(DEPTH)/ui/ui.gyp:ui_resources', | 173 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 174 '<(DEPTH)/url/url.gyp:url', |
175 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 175 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
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_common', | 178 'plugins_common', |
179 'plugins', | 179 'plugins', |
180 'user_agent', | 180 'user_agent', |
181 'webkit_base', | 181 'webkit_base', |
182 'webkit_media', | 182 'webkit_media', |
183 'webkit_resources', | 183 'webkit_resources', |
184 'webkit_storage', | 184 'webkit_storage', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'variables': { | 365 'variables': { |
366 'jni_gen_package': 'webkit', | 366 'jni_gen_package': 'webkit', |
367 'input_java_class': 'android/widget/OverScroller.class', | 367 'input_java_class': 'android/widget/OverScroller.class', |
368 }, | 368 }, |
369 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 369 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
370 }, | 370 }, |
371 ], | 371 ], |
372 }], | 372 }], |
373 ], | 373 ], |
374 } | 374 } |
OLD | NEW |