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

Side by Side Diff: webkit/plugins/webkit_plugins.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/npapi/webplugin_delegate_impl_win.cc ('k') | webkit/support/webkit_support.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'plugins_common', 8 'target_name': 'plugins_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines': [ 10 'defines': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '<(DEPTH)/ui/gl/gl.gyp:gl', 100 '<(DEPTH)/ui/gl/gl.gyp:gl',
101 '<(DEPTH)/ui/ui.gyp:ui', 101 '<(DEPTH)/ui/ui.gyp:ui',
102 '<(DEPTH)/ui/ui.gyp:ui_resources', 102 '<(DEPTH)/ui/ui.gyp:ui_resources',
103 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 103 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
104 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 104 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
105 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 105 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
106 'glue_common', 106 'glue_common',
107 'plugins_common', 107 'plugins_common',
108 'user_agent', 108 'user_agent',
109 'webkit_base', 109 'webkit_base',
110 'webkit_common',
110 'webkit_storage', 111 'webkit_storage',
111 ], 112 ],
112 'sources': [ 113 'sources': [
113 # This list contains all .h, .cc, and .mm files in glue except for 114 # This list contains all .h, .cc, and .mm files in glue except for
114 # those in the test subdirectory and those with unittest in in their 115 # those in the test subdirectory and those with unittest in in their
115 # names. 116 # names.
116 '../plugins/npapi/gtk_plugin_container.cc', 117 '../plugins/npapi/gtk_plugin_container.cc',
117 '../plugins/npapi/gtk_plugin_container.h', 118 '../plugins/npapi/gtk_plugin_container.h',
118 '../plugins/npapi/gtk_plugin_container_manager.cc', 119 '../plugins/npapi/gtk_plugin_container_manager.cc',
119 '../plugins/npapi/gtk_plugin_container_manager.h', 120 '../plugins/npapi/gtk_plugin_container_manager.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 '<(DEPTH)/third_party/wtl/include', 287 '<(DEPTH)/third_party/wtl/include',
287 ], 288 ],
288 'sources!': [ 289 'sources!': [
289 'plugins/plugin_stubs.cc', 290 'plugins/plugin_stubs.cc',
290 ], 291 ],
291 }], 292 }],
292 ], 293 ],
293 } 294 }
294 ], 295 ],
295 } 296 }
OLDNEW
« no previous file with comments | « webkit/plugins/npapi/webplugin_delegate_impl_win.cc ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698