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

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

Issue 10905100: Ensure that include paths used by webkit_compositor_bindings work in WebKit as well. (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 | webkit/compositor_bindings/web_compositor_support_impl.h » ('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': 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'type': 'static_library', 60 'type': 'static_library',
61 'dependencies': [ 61 'dependencies': [
62 '../../skia/skia.gyp:skia', 62 '../../skia/skia.gyp:skia',
63 ], 63 ],
64 'sources': [ 64 'sources': [
65 'web_compositor_support_impl.cc', 65 'web_compositor_support_impl.cc',
66 'web_compositor_support_impl.h', 66 'web_compositor_support_impl.h',
67 ], 67 ],
68 'include_dirs': [ 68 'include_dirs': [
69 '../..', 69 '../..',
70 '<(webkit_src_dir)',
70 '<(webkit_src_dir)/Source/Platform/chromium', 71 '<(webkit_src_dir)/Source/Platform/chromium',
71 ], 72 ],
72 'conditions': [ 73 'conditions': [
73 ['use_libcc_for_compositor==1', { 74 ['use_libcc_for_compositor==1', {
74 'include_dirs': [ 75 'include_dirs': [
75 '../../cc', 76 '../../cc',
76 '../../cc/stubs', 77 '../../cc/stubs',
77 ], 78 ],
78 'dependencies': [ 79 'dependencies': [
79 'webkit_compositor_bindings', 80 'webkit_compositor_bindings',
(...skipping 35 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 | webkit/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698