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

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

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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
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 10 matching lines...) Expand all
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',
31 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', 32 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme',
32 '<(DEPTH)/ui/ui.gyp:ui', 33 '<(DEPTH)/ui/ui.gyp:ui',
33 '<(DEPTH)/url/url.gyp:url_lib', 34 '<(DEPTH)/url/url.gyp:url_lib',
34 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 35 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
35 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 36 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
36 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 37 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
37 ], 38 ],
38 39
39 'include_dirs': [ 40 'include_dirs': [
40 # For JNI generated header. 41 # For JNI generated header.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 '<(DEPTH)/base/base.gyp:base_static', 131 '<(DEPTH)/base/base.gyp:base_static',
131 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 132 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
132 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 133 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
133 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 134 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
134 '<(DEPTH)/net/net.gyp:net', 135 '<(DEPTH)/net/net.gyp:net',
135 '<(DEPTH)/printing/printing.gyp:printing', 136 '<(DEPTH)/printing/printing.gyp:printing',
136 '<(DEPTH)/skia/skia.gyp:skia', 137 '<(DEPTH)/skia/skia.gyp:skia',
137 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 138 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
138 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 139 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
139 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 140 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
141 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
140 '<(DEPTH)/ui/gl/gl.gyp:gl', 142 '<(DEPTH)/ui/gl/gl.gyp:gl',
141 '<(DEPTH)/ui/ui.gyp:ui', 143 '<(DEPTH)/ui/ui.gyp:ui',
142 '<(DEPTH)/ui/ui.gyp:ui_resources', 144 '<(DEPTH)/ui/ui.gyp:ui_resources',
143 '<(DEPTH)/url/url.gyp:url_lib', 145 '<(DEPTH)/url/url.gyp:url_lib',
144 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 146 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
145 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 147 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
146 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 148 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
147 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 149 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
148 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', 150 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser',
149 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 151 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'variables': { 238 'variables': {
237 'jni_gen_package': 'webkit', 239 'jni_gen_package': 'webkit',
238 'input_java_class': 'android/widget/OverScroller.class', 240 'input_java_class': 'android/widget/OverScroller.class',
239 }, 241 },
240 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 242 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
241 }, 243 },
242 ], 244 ],
243 }], 245 }],
244 ], 246 ],
245 } 247 }
OLDNEW
« no previous file with comments | « webkit/common/webkit_common.gyp ('k') | webkit/renderer/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698