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

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

Issue 17420005: Move the following clipboard files from webkit\glue to webkit\renderer. These files now live in the… (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/support/test_webkit_platform_support.cc ('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 17 matching lines...) Expand all
28 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 28 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
29 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', 29 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common',
30 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings', 30 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings',
31 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 31 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
32 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', 32 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser',
33 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 33 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
34 '<(DEPTH)/webkit/storage_renderer.gyp:webkit_storage_renderer', 34 '<(DEPTH)/webkit/storage_renderer.gyp:webkit_storage_renderer',
35 'glue', 35 'glue',
36 'glue_child', 36 'glue_child',
37 'glue_common', 37 'glue_common',
38 'glue_renderer',
38 'plugins', 39 'plugins',
39 'webkit_common', 40 'webkit_common',
40 'webkit_media', 41 'webkit_media',
41 'webkit_support_common', 42 'webkit_support_common',
42 ], 43 ],
43 'include_dirs': [ 44 'include_dirs': [
44 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit 45 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit
45 ], 46 ],
46 'defines': [ 47 'defines': [
47 # Technically not a unit test but require functions available only to 48 # Technically not a unit test but require functions available only to
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'dependencies': [ 113 'dependencies': [
113 '<(DEPTH)/base/base.gyp:base', 114 '<(DEPTH)/base/base.gyp:base',
114 '<(DEPTH)/crypto/crypto.gyp:crypto', 115 '<(DEPTH)/crypto/crypto.gyp:crypto',
115 '<(DEPTH)/net/net.gyp:net', 116 '<(DEPTH)/net/net.gyp:net',
116 '<(DEPTH)/skia/skia.gyp:skia', 117 '<(DEPTH)/skia/skia.gyp:skia',
117 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen', 118 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen',
118 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 119 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
119 '<(DEPTH)/ui/ui.gyp:ui', 120 '<(DEPTH)/ui/ui.gyp:ui',
120 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 121 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
121 'glue', 122 'glue',
123 'glue_renderer',
122 'webkit_support_gfx', 124 'webkit_support_gfx',
123 ], 125 ],
124 'export_dependent_settings': [ 126 'export_dependent_settings': [
125 '<(DEPTH)/base/base.gyp:base', 127 '<(DEPTH)/base/base.gyp:base',
126 ], 128 ],
127 'sources': [ 129 'sources': [
128 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc', 130 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc',
129 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h', 131 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h',
130 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc', 132 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc',
131 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h', 133 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h',
132 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.cc', 134 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.cc',
133 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.h', 135 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.h',
134 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h', 136 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h',
135 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m', 137 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m',
136 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc', 138 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc',
137 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h', 139 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h',
138 '<(DEPTH)/webkit/support/simple_appcache_system.cc', 140 '<(DEPTH)/webkit/support/simple_appcache_system.cc',
139 '<(DEPTH)/webkit/support/simple_appcache_system.h', 141 '<(DEPTH)/webkit/support/simple_appcache_system.h',
140 '<(DEPTH)/webkit/support/simple_clipboard_impl.cc',
141 '<(DEPTH)/webkit/support/simple_dom_storage_system.cc', 142 '<(DEPTH)/webkit/support/simple_dom_storage_system.cc',
142 '<(DEPTH)/webkit/support/simple_dom_storage_system.h', 143 '<(DEPTH)/webkit/support/simple_dom_storage_system.h',
143 '<(DEPTH)/webkit/support/simple_file_system.cc', 144 '<(DEPTH)/webkit/support/simple_file_system.cc',
144 '<(DEPTH)/webkit/support/simple_file_system.h', 145 '<(DEPTH)/webkit/support/simple_file_system.h',
145 '<(DEPTH)/webkit/support/simple_file_writer.cc', 146 '<(DEPTH)/webkit/support/simple_file_writer.cc',
146 '<(DEPTH)/webkit/support/simple_file_writer.h', 147 '<(DEPTH)/webkit/support/simple_file_writer.h',
147 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc', 148 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc',
148 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h', 149 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h',
149 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc', 150 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc',
150 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h', 151 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 '<(DEPTH)', 184 '<(DEPTH)',
184 ], 185 ],
185 'conditions': [ 186 'conditions': [
186 ['OS=="android"', { 187 ['OS=="android"', {
187 'toolsets': ['target', 'host'], 188 'toolsets': ['target', 'host'],
188 }], 189 }],
189 ], 190 ],
190 }, 191 },
191 ], 192 ],
192 } 193 }
OLDNEW
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698