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

Side by Side Diff: cc/cc.gyp

Issue 11410021: Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'includes': [ 258 'includes': [
259 'cc.gypi', 259 'cc.gypi',
260 ], 260 ],
261 'dependencies': [ 261 'dependencies': [
262 '<(DEPTH)/base/base.gyp:base', 262 '<(DEPTH)/base/base.gyp:base',
263 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 263 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
264 '<(DEPTH)/skia/skia.gyp:skia', 264 '<(DEPTH)/skia/skia.gyp:skia',
265 '<(DEPTH)/media/media.gyp:media', 265 '<(DEPTH)/media/media.gyp:media',
266 '<(DEPTH)/ui/gl/gl.gyp:gl', 266 '<(DEPTH)/ui/gl/gl.gyp:gl',
267 '<(DEPTH)/ui/ui.gyp:ui', 267 '<(DEPTH)/ui/ui.gyp:ui',
268 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf',
269 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo rm_geometry',
270 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support' ,
271 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 268 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
272 ], 269 ],
273 'defines': [ 270 'defines': [
274 'CC_IMPLEMENTATION=1', 271 'CC_IMPLEMENTATION=1',
275 ], 272 ],
276 'include_dirs': [ 273 'include_dirs': [
277 '<(webkit_src_dir)/Source/Platform/chromium', 274 '<(webkit_src_dir)/Source/Platform/chromium',
278 '<@(cc_stubs_dirs)', 275 '<@(cc_stubs_dirs)',
279 ], 276 ],
280 'sources': [ 277 'sources': [
281 '<@(cc_source_files)', 278 '<@(cc_source_files)',
282 'stubs/config.h',
283 ], 279 ],
284 }, 280 },
285 ], 281 ],
286 } 282 }
OLDNEW
« no previous file with comments | « cc/caching_bitmap_content_layer_updater.cc ('k') | cc/cc.gypi » ('j') | cc/cc.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698