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

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

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 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 | « webkit/gpu/webkit_gpu_export.h ('k') | webkit/support/test_webkit_platform_support.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 'chromium_code': 1, 7 'chromium_code': 1,
8 'webkit_compositor_bindings_sources': [ 8 'webkit_compositor_bindings_sources': [
9 'scrollbar_impl.cc', 9 'scrollbar_impl.cc',
10 'scrollbar_impl.h', 10 'scrollbar_impl.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'target_name': 'webkit_compositor_bindings', 58 'target_name': 'webkit_compositor_bindings',
59 'type': '<(component)', 59 'type': '<(component)',
60 'dependencies': [ 60 'dependencies': [
61 '<(DEPTH)/base/base.gyp:base', 61 '<(DEPTH)/base/base.gyp:base',
62 '<(DEPTH)/cc/cc.gyp:cc', 62 '<(DEPTH)/cc/cc.gyp:cc',
63 '<(DEPTH)/gpu/gpu.gyp:gpu', 63 '<(DEPTH)/gpu/gpu.gyp:gpu',
64 '<(DEPTH)/media/media.gyp:media', 64 '<(DEPTH)/media/media.gyp:media',
65 '<(DEPTH)/skia/skia.gyp:skia', 65 '<(DEPTH)/skia/skia.gyp:skia',
66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
67 '<(DEPTH)/ui/ui.gyp:ui', 67 '<(DEPTH)/ui/ui.gyp:ui',
68 '<(DEPTH)/webkit/gpu/webkit_gpu.gyp:webkit_gpu', 68 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
69 ], 69 ],
70 'sources': [ 70 'sources': [
71 '<@(webkit_compositor_bindings_sources)', 71 '<@(webkit_compositor_bindings_sources)',
72 ], 72 ],
73 'defines': [ 73 'defines': [
74 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' 74 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
75 ] 75 ]
76 }, 76 },
77 ], 77 ],
78 } 78 }
OLDNEW
« no previous file with comments | « webkit/gpu/webkit_gpu_export.h ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698