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

Side by Side Diff: cc/cc.gyp

Issue 11415089: ui/compositor: use cc/ directly instead of webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac 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/active_animation.h ('k') | cc/layer.h » ('j') | cc/proxy.h » ('J')
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 'cc_source_files': [ 7 'cc_source_files': [
8 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'defines': [ 271 'defines': [
272 'CC_IMPLEMENTATION=1', 272 'CC_IMPLEMENTATION=1',
273 ], 273 ],
274 'include_dirs': [ 274 'include_dirs': [
275 '<(webkit_src_dir)/Source/Platform/chromium', 275 '<(webkit_src_dir)/Source/Platform/chromium',
276 '<@(cc_stubs_dirs)', 276 '<@(cc_stubs_dirs)',
277 ], 277 ],
278 'sources': [ 278 'sources': [
279 '<@(cc_source_files)', 279 '<@(cc_source_files)',
280 ], 280 ],
281 'direct_dependent_settings': {
282 'include_dirs': [
283 # Needed for <public/WebTransformationMatrix.h> in layer.h
284 '<(webkit_src_dir)/Source/Platform/chromium',
285 ],
286 }
281 }, 287 },
282 ], 288 ],
283 } 289 }
OLDNEW
« no previous file with comments | « cc/active_animation.h ('k') | cc/layer.h » ('j') | cc/proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698