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

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

Issue 10918076: Make webkit_compositor_support depend directly on WebKit.gyp:webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | 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': 0, 7 'chromium_code': 0,
8 'use_libcc_for_compositor%': 0, 8 'use_libcc_for_compositor%': 0,
9 'webkit_compositor_bindings_sources': [ 9 'webkit_compositor_bindings_sources': [
10 'CCThreadImpl.cpp', 10 'CCThreadImpl.cpp',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 ], 53 ],
54 54
55 55
56 }, 56 },
57 'targets': [ 57 'targets': [
58 { 58 {
59 'target_name': 'webkit_compositor_support', 59 'target_name': 'webkit_compositor_support',
60 'type': 'static_library', 60 'type': 'static_library',
61 'dependencies': [ 61 'dependencies': [
62 '../../skia/skia.gyp:skia', 62 '../../skia/skia.gyp:skia',
63 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
63 ], 64 ],
64 'sources': [ 65 'sources': [
65 'web_compositor_support_impl.cc', 66 'web_compositor_support_impl.cc',
66 'web_compositor_support_impl.h', 67 'web_compositor_support_impl.h',
67 ], 68 ],
68 'include_dirs': [ 69 'include_dirs': [
69 '../..', 70 '../..',
70 '<(webkit_src_dir)/Source/Platform/chromium', 71 '<(webkit_src_dir)/Source/Platform/chromium',
71 ], 72 ],
72 'conditions': [ 73 'conditions': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'defines': [ 116 'defines': [
116 'WEBKIT_DLL', 117 'WEBKIT_DLL',
117 ], 118 ],
118 }], 119 }],
119 ] 120 ]
120 }, 121 },
121 ], 122 ],
122 }], 123 }],
123 ], 124 ],
124 } 125 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698