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

Side by Side Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 11366089: cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gyp entries for stubs Created 8 years, 1 month 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 | « cc/thread_proxy.cc ('k') | webkit/compositor_bindings/web_content_layer_impl.cc » ('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 'webkit_compositor_bindings_sources': [ 7 'webkit_compositor_bindings_sources': [
8 'web_animation_curve_common.cc', 8 'web_animation_curve_common.cc',
9 'web_animation_curve_common.h', 9 'web_animation_curve_common.h',
10 'web_animation_impl.cc', 10 'web_animation_impl.cc',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo rm_geometry', 79 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo rm_geometry',
80 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support' , 80 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support' ,
81 ], 81 ],
82 'include_dirs': [ 82 'include_dirs': [
83 '../../cc', 83 '../../cc',
84 '<@(cc_stubs_dirs)', 84 '<@(cc_stubs_dirs)',
85 '<(webkit_src_dir)/Source/Platform/chromium', 85 '<(webkit_src_dir)/Source/Platform/chromium',
86 ], 86 ],
87 'sources': [ 87 'sources': [
88 '<@(webkit_compositor_bindings_sources)', 88 '<@(webkit_compositor_bindings_sources)',
89 'webcore_convert.cc',
90 'webcore_convert.h',
91 ], 89 ],
92 }, 90 },
93 ], 91 ],
94 } 92 }
OLDNEW
« no previous file with comments | « cc/thread_proxy.cc ('k') | webkit/compositor_bindings/web_content_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698