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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 15971005: Move the WebCursor sources from webkit/glue to webkit/common/cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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/plugins/webkit_plugins.gypi ('k') | 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': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 14 matching lines...) Expand all
25 '<(DEPTH)/ui/ui.gyp:ui', 25 '<(DEPTH)/ui/ui.gyp:ui',
26 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 26 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
27 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings', 27 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings',
28 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 28 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
29 'glue', 29 'glue',
30 'glue_common', 30 'glue_common',
31 'plugins', 31 'plugins',
32 'plugins_common', 32 'plugins_common',
33 'user_agent', 33 'user_agent',
34 'webkit_base', 34 'webkit_base',
35 'webkit_common',
35 'webkit_media', 36 'webkit_media',
36 'webkit_storage', 37 'webkit_storage',
37 'webkit_support_common', 38 'webkit_support_common',
38 ], 39 ],
39 'include_dirs': [ 40 'include_dirs': [
40 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit 41 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit
41 ], 42 ],
42 'defines': [ 43 'defines': [
43 # Technically not a unit test but require functions available only to 44 # Technically not a unit test but require functions available only to
44 # unit tests. 45 # unit tests.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 '<(DEPTH)', 182 '<(DEPTH)',
182 ], 183 ],
183 'conditions': [ 184 'conditions': [
184 ['OS=="android"', { 185 ['OS=="android"', {
185 'toolsets': ['target', 'host'], 186 'toolsets': ['target', 'host'],
186 }], 187 }],
187 ], 188 ],
188 }, 189 },
189 ], 190 ],
190 } 191 }
OLDNEW
« no previous file with comments | « webkit/plugins/webkit_plugins.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698