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

Side by Side Diff: trunk/src/webkit/renderer/webkit_renderer.gyp

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_renderer', 8 'target_name': 'webkit_renderer',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'defines': [ 11 'defines': [
12 'WEBKIT_RENDERER_IMPLEMENTATION', 12 'WEBKIT_RENDERER_IMPLEMENTATION',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/base/base.gyp:base_i18n', 16 '<(DEPTH)/base/base.gyp:base_i18n',
17 '<(DEPTH)/net/net.gyp:net', 17 '<(DEPTH)/net/net.gyp:net',
18 '<(DEPTH)/skia/skia.gyp:skia', 18 '<(DEPTH)/skia/skia.gyp:skia',
19 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 19 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
20 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 20 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
22 '<(DEPTH)/ui/ui.gyp:ui', 21 '<(DEPTH)/ui/ui.gyp:ui',
23 '<(DEPTH)/url/url.gyp:url_lib', 22 '<(DEPTH)/url/url.gyp:url_lib',
24 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 23 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
25 ], 24 ],
26 'sources': [ 25 'sources': [
27 'cpp_bound_class.cc', 26 'cpp_bound_class.cc',
28 'cpp_bound_class.h', 27 'cpp_bound_class.h',
29 'cpp_variant.cc', 28 'cpp_variant.cc',
30 'cpp_variant.h', 29 'cpp_variant.h',
31 'clipboard_utils.cc', 30 'clipboard_utils.cc',
32 'clipboard_utils.h', 31 'clipboard_utils.h',
33 'webkit_renderer_export.h', 32 'webkit_renderer_export.h',
34 ], 33 ],
35 }, 34 },
36 ], 35 ],
37 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698