Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 17836007: Move webkit_common to its own gyp file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/common/webkit_common.gypi ('k') | webkit/plugins/webkit_plugins.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 ], 157 ],
158 'dependencies': [ 158 'dependencies': [
159 '<(DEPTH)/base/base.gyp:base', 159 '<(DEPTH)/base/base.gyp:base',
160 '<(DEPTH)/base/base.gyp:base_i18n', 160 '<(DEPTH)/base/base.gyp:base_i18n',
161 '<(DEPTH)/net/net.gyp:net', 161 '<(DEPTH)/net/net.gyp:net',
162 '<(DEPTH)/skia/skia.gyp:skia', 162 '<(DEPTH)/skia/skia.gyp:skia',
163 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 163 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
164 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 164 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
165 '<(DEPTH)/ui/ui.gyp:ui', 165 '<(DEPTH)/ui/ui.gyp:ui',
166 '<(DEPTH)/url/url.gyp:url_lib', 166 '<(DEPTH)/url/url.gyp:url_lib',
167 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
167 'glue_common', 168 'glue_common',
168 'webkit_common',
169 ], 169 ],
170 170
171 'sources': [ 171 'sources': [
172 '../renderer/cpp_bound_class.cc', 172 '../renderer/cpp_bound_class.cc',
173 '../renderer/cpp_bound_class.h', 173 '../renderer/cpp_bound_class.h',
174 '../renderer/cpp_variant.cc', 174 '../renderer/cpp_variant.cc',
175 '../renderer/cpp_variant.h', 175 '../renderer/cpp_variant.h',
176 '../renderer/clipboard_utils.cc', 176 '../renderer/clipboard_utils.cc',
177 '../renderer/clipboard_utils.h', 177 '../renderer/clipboard_utils.h',
178 '../renderer/cursor_utils.cc', 178 '../renderer/cursor_utils.cc',
(...skipping 25 matching lines...) Expand all
204 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 204 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
205 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 205 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
206 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 206 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
207 '<(DEPTH)/ui/gl/gl.gyp:gl', 207 '<(DEPTH)/ui/gl/gl.gyp:gl',
208 '<(DEPTH)/ui/ui.gyp:ui', 208 '<(DEPTH)/ui/ui.gyp:ui',
209 '<(DEPTH)/ui/ui.gyp:ui_resources', 209 '<(DEPTH)/ui/ui.gyp:ui_resources',
210 '<(DEPTH)/url/url.gyp:url_lib', 210 '<(DEPTH)/url/url.gyp:url_lib',
211 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 211 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
212 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base', 212 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
213 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 213 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
214 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
214 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', 215 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common',
215 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 216 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
216 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', 217 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser',
217 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 218 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
218 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources', 219 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources',
219 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings', 220 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
220 'glue_common', 221 'glue_common',
221 'plugins', 222 'plugins',
222 'webkit_common',
223 'webkit_media', 223 'webkit_media',
224 ], 224 ],
225 'include_dirs': [ 225 'include_dirs': [
226 '<(INTERMEDIATE_DIR)', 226 '<(INTERMEDIATE_DIR)',
227 '<(SHARED_INTERMEDIATE_DIR)/webkit', 227 '<(SHARED_INTERMEDIATE_DIR)/webkit',
228 '<(SHARED_INTERMEDIATE_DIR)/ui', 228 '<(SHARED_INTERMEDIATE_DIR)/ui',
229 ], 229 ],
230 'sources': [ 230 'sources': [
231 'ftp_directory_listing_response_delegate.cc', 231 'ftp_directory_listing_response_delegate.cc',
232 'ftp_directory_listing_response_delegate.h', 232 'ftp_directory_listing_response_delegate.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'variables': { 343 'variables': {
344 'jni_gen_package': 'webkit', 344 'jni_gen_package': 'webkit',
345 'input_java_class': 'android/widget/OverScroller.class', 345 'input_java_class': 'android/widget/OverScroller.class',
346 }, 346 },
347 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 347 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
348 }, 348 },
349 ], 349 ],
350 }], 350 }],
351 ], 351 ],
352 } 352 }
OLDNEW
« no previous file with comments | « webkit/common/webkit_common.gypi ('k') | webkit/plugins/webkit_plugins.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698