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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 1697008: New Pepper API implementation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/glue/plugins/pepper_webplugin_delegate_impl.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 }, 106 },
107 { 107 {
108 'target_name': 'glue', 108 'target_name': 'glue',
109 'type': '<(library)', 109 'type': '<(library)',
110 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', 110 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
111 'dependencies': [ 111 'dependencies': [
112 '<(DEPTH)/app/app.gyp:app_base', 112 '<(DEPTH)/app/app.gyp:app_base',
113 '<(DEPTH)/net/net.gyp:net', 113 '<(DEPTH)/net/net.gyp:net',
114 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 114 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
115 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 115 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
116 '<(DEPTH)/third_party/ppapi/ppapi.gyp:ppapi_c',
116 '<(webkit_src_dir)/WebKit/chromium/WebKit.gyp:webkit', 117 '<(webkit_src_dir)/WebKit/chromium/WebKit.gyp:webkit',
117 'webkit_resources', 118 'webkit_resources',
118 'webkit_strings', 119 'webkit_strings',
119 ], 120 ],
120 'actions': [ 121 'actions': [
121 { 122 {
122 'action_name': 'webkit_version', 123 'action_name': 'webkit_version',
123 'inputs': [ 124 'inputs': [
124 '../build/webkit_version.py', 125 '../build/webkit_version.py',
125 '<(webkit_src_dir)/WebCore/Configurations/Version.xcconfig', 126 '<(webkit_src_dir)/WebCore/Configurations/Version.xcconfig',
(...skipping 26 matching lines...) Expand all
152 'plugins/carbon_plugin_window_tracker_mac.h', 153 'plugins/carbon_plugin_window_tracker_mac.h',
153 'plugins/carbon_plugin_window_tracker_mac.cc', 154 'plugins/carbon_plugin_window_tracker_mac.cc',
154 'plugins/coregraphics_private_symbols_mac.h', 155 'plugins/coregraphics_private_symbols_mac.h',
155 'plugins/nphostapi.h', 156 'plugins/nphostapi.h',
156 'plugins/gtk_plugin_container.h', 157 'plugins/gtk_plugin_container.h',
157 'plugins/gtk_plugin_container.cc', 158 'plugins/gtk_plugin_container.cc',
158 'plugins/gtk_plugin_container_manager.h', 159 'plugins/gtk_plugin_container_manager.h',
159 'plugins/gtk_plugin_container_manager.cc', 160 'plugins/gtk_plugin_container_manager.cc',
160 'plugins/npapi_extension_thunk.cc', 161 'plugins/npapi_extension_thunk.cc',
161 'plugins/npapi_extension_thunk.h', 162 'plugins/npapi_extension_thunk.h',
163 'plugins/pepper_device_context_2d.cc',
164 'plugins/pepper_device_context_2d.h',
165 'plugins/pepper_image_data.cc',
166 'plugins/pepper_image_data.h',
167 'plugins/pepper_plugin_delegate.h',
168 'plugins/pepper_plugin_instance.cc',
169 'plugins/pepper_plugin_instance.h',
170 'plugins/pepper_plugin_module.cc',
171 'plugins/pepper_plugin_module.h',
172 'plugins/pepper_resource_tracker.cc',
173 'plugins/pepper_resource_tracker.h',
174 'plugins/pepper_resource.cc',
175 'plugins/pepper_resource.h',
176 'plugins/pepper_var.cc',
177 'plugins/pepper_var.h',
178 'plugins/pepper_webplugin_delegate_impl.cc',
179 'plugins/pepper_webplugin_delegate_impl.h',
162 'plugins/plugin_constants_win.h', 180 'plugins/plugin_constants_win.h',
163 'plugins/plugin_host.cc', 181 'plugins/plugin_host.cc',
164 'plugins/plugin_host.h', 182 'plugins/plugin_host.h',
165 'plugins/plugin_instance.cc', 183 'plugins/plugin_instance.cc',
166 'plugins/plugin_instance.h', 184 'plugins/plugin_instance.h',
167 'plugins/plugin_instance_mac.mm', 185 'plugins/plugin_instance_mac.mm',
168 'plugins/plugin_lib.cc', 186 'plugins/plugin_lib.cc',
169 'plugins/plugin_lib.h', 187 'plugins/plugin_lib.h',
170 'plugins/plugin_lib_mac.mm', 188 'plugins/plugin_lib_mac.mm',
171 'plugins/plugin_lib_posix.cc', 189 'plugins/plugin_lib_posix.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 }], 375 }],
358 ['inside_chromium_build==0', { 376 ['inside_chromium_build==0', {
359 'dependencies': [ 377 'dependencies': [
360 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 378 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
361 ], 379 ],
362 }], 380 }],
363 ], 381 ],
364 }, 382 },
365 ], 383 ],
366 } 384 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/pepper_webplugin_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698