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

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

Issue 17513002: Move DataElement into webkit/common (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.gyp ('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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 '<(DEPTH)/skia/skia.gyp:skia', 200 '<(DEPTH)/skia/skia.gyp:skia',
201 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 201 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
202 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 202 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
203 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 203 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
204 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 204 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
205 '<(DEPTH)/ui/gl/gl.gyp:gl', 205 '<(DEPTH)/ui/gl/gl.gyp:gl',
206 '<(DEPTH)/ui/ui.gyp:ui', 206 '<(DEPTH)/ui/ui.gyp:ui',
207 '<(DEPTH)/ui/ui.gyp:ui_resources', 207 '<(DEPTH)/ui/ui.gyp:ui_resources',
208 '<(DEPTH)/url/url.gyp:url_lib', 208 '<(DEPTH)/url/url.gyp:url_lib',
209 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 209 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
210 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
211 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 210 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
212 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 211 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
213 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', 212 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common',
214 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 213 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
215 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', 214 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser',
216 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 215 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
217 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', 216 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources',
218 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', 217 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings',
219 'glue_common', 218 'glue_common',
220 'plugins', 219 'plugins',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'variables': { 315 'variables': {
317 'jni_gen_package': 'webkit', 316 'jni_gen_package': 'webkit',
318 'input_java_class': 'android/widget/OverScroller.class', 317 'input_java_class': 'android/widget/OverScroller.class',
319 }, 318 },
320 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 319 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
321 }, 320 },
322 ], 321 ],
323 }], 322 }],
324 ], 323 ],
325 } 324 }
OLDNEW
« no previous file with comments | « webkit/common/webkit_common.gyp ('k') | webkit/plugins/webkit_plugins.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698