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

Side by Side Diff: webkit/plugins/webkit_plugins.gypi

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 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
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', 8 'target_name': 'plugins',
9 'type': '<(component)', 9 'type': '<(component)',
10 'defines': [ 10 'defines': [
(...skipping 23 matching lines...) Expand all
34 '<(DEPTH)/ui/ui.gyp:ui', 34 '<(DEPTH)/ui/ui.gyp:ui',
35 '<(DEPTH)/ui/ui.gyp:ui_resources', 35 '<(DEPTH)/ui/ui.gyp:ui_resources',
36 '<(DEPTH)/url/url.gyp:url_lib', 36 '<(DEPTH)/url/url.gyp:url_lib',
37 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 37 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
38 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 38 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
39 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 39 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
40 '<(DEPTH)/webkit/glue/webkit_glue_common.gyp:glue_common', 40 '<(DEPTH)/webkit/glue/webkit_glue_common.gyp:glue_common',
41 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', 41 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common',
42 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 42 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
43 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 43 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
44 'glue_child',
44 ], 45 ],
45 'sources': [ 46 'sources': [
46 # This list contains all .h, .cc, and .mm files in glue except for 47 # This list contains all .h, .cc, and .mm files in glue except for
47 # those in the test subdirectory and those with unittest in in their 48 # those in the test subdirectory and those with unittest in in their
48 # names. 49 # names.
49 '../plugins/ppapi/audio_helper.cc', 50 '../plugins/ppapi/audio_helper.cc',
50 '../plugins/ppapi/audio_helper.h', 51 '../plugins/ppapi/audio_helper.h',
51 '../plugins/ppapi/common.h', 52 '../plugins/ppapi/common.h',
52 '../plugins/ppapi/content_decryptor_delegate.cc', 53 '../plugins/ppapi/content_decryptor_delegate.cc',
53 '../plugins/ppapi/content_decryptor_delegate.h', 54 '../plugins/ppapi/content_decryptor_delegate.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'msvs_disabled_warnings': [ 4800, 4267 ], 149 'msvs_disabled_warnings': [ 4800, 4267 ],
149 'sources/': [['exclude', '_posix\\.cc$']], 150 'sources/': [['exclude', '_posix\\.cc$']],
150 'include_dirs': [ 151 'include_dirs': [
151 '<(DEPTH)/third_party/wtl/include', 152 '<(DEPTH)/third_party/wtl/include',
152 ], 153 ],
153 }], 154 }],
154 ], 155 ],
155 }, 156 },
156 ] 157 ]
157 } 158 }
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/url_request_info_util.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698