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

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

Issue 12217099: Implement the Platform::sharedOffscreenGraphicsContext3D method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no factory member vars Created 7 years, 9 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 (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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 }, 76 },
77 { 77 {
78 'target_name': 'webkit_compositor_bindings', 78 'target_name': 'webkit_compositor_bindings',
79 'type': '<(component)', 79 'type': '<(component)',
80 'dependencies': [ 80 'dependencies': [
81 '../../base/base.gyp:base', 81 '../../base/base.gyp:base',
82 '../../cc/cc.gyp:cc', 82 '../../cc/cc.gyp:cc',
83 '../../media/media.gyp:media', 83 '../../media/media.gyp:media',
84 '../../skia/skia.gyp:skia', 84 '../../skia/skia.gyp:skia',
85 '../../ui/ui.gyp:ui', 85 '../../ui/ui.gyp:ui',
86 '../../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
86 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 87 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
87 ], 88 ],
88 'sources': [ 89 'sources': [
89 '<@(webkit_compositor_bindings_sources)', 90 '<@(webkit_compositor_bindings_sources)',
90 ], 91 ],
91 'defines': [ 92 'defines': [
92 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' 93 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
93 ] 94 ]
94 }, 95 },
95 ], 96 ],
96 } 97 }
OLDNEW
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698