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

Side by Side Diff: trunk/src/webkit/renderer/compositor_bindings/compositor_bindings.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
« no previous file with comments | « trunk/src/webkit/glue/webkit_glue.gypi ('k') | trunk/src/webkit/renderer/webkit_renderer.gyp » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 { 27 {
28 'target_name': 'webkit_compositor_bindings', 28 'target_name': 'webkit_compositor_bindings',
29 'type': '<(component)', 29 'type': '<(component)',
30 'dependencies': [ 30 'dependencies': [
31 '<(DEPTH)/base/base.gyp:base', 31 '<(DEPTH)/base/base.gyp:base',
32 '<(DEPTH)/cc/cc.gyp:cc', 32 '<(DEPTH)/cc/cc.gyp:cc',
33 '<(DEPTH)/gpu/gpu.gyp:gpu', 33 '<(DEPTH)/gpu/gpu.gyp:gpu',
34 '<(DEPTH)/media/media.gyp:media', 34 '<(DEPTH)/media/media.gyp:media',
35 '<(DEPTH)/skia/skia.gyp:skia', 35 '<(DEPTH)/skia/skia.gyp:skia',
36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
38 '<(DEPTH)/ui/ui.gyp:ui', 37 '<(DEPTH)/ui/ui.gyp:ui',
39 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 38 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
40 ], 39 ],
41 'defines': [ 40 'defines': [
42 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' 41 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
43 ], 42 ],
44 'sources': [ 43 'sources': [
45 'scrollbar_impl.cc', 44 'scrollbar_impl.cc',
46 'scrollbar_impl.h', 45 'scrollbar_impl.h',
47 'web_animation_curve_common.cc', 46 'web_animation_curve_common.cc',
(...skipping 26 matching lines...) Expand all
74 'web_to_cc_animation_delegate_adapter.cc', 73 'web_to_cc_animation_delegate_adapter.cc',
75 'web_to_cc_animation_delegate_adapter.h', 74 'web_to_cc_animation_delegate_adapter.h',
76 'web_transform_animation_curve_impl.cc', 75 'web_transform_animation_curve_impl.cc',
77 'web_transform_animation_curve_impl.h', 76 'web_transform_animation_curve_impl.h',
78 'web_transform_operations_impl.cc', 77 'web_transform_operations_impl.cc',
79 'web_transform_operations_impl.h', 78 'web_transform_operations_impl.h',
80 ], 79 ],
81 }, 80 },
82 ], 81 ],
83 } 82 }
OLDNEW
« no previous file with comments | « trunk/src/webkit/glue/webkit_glue.gypi ('k') | trunk/src/webkit/renderer/webkit_renderer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698