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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 7687005: Create ppapi_proxy.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « no previous file | ppapi/ppapi_shared.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'ppapi_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': 'static_library', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base',
12 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
13 '../gpu/gpu.gyp:gpu_ipc',
11 '../ipc/ipc.gyp:ipc', 14 '../ipc/ipc.gyp:ipc',
12 '../gpu/gpu.gyp:gpu_ipc',
13 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
14 '../ui/gfx/surface/surface.gyp:surface', 16 '../ui/gfx/surface/surface.gyp:surface',
15 'ppapi.gyp:ppapi_c', 17 'ppapi.gyp:ppapi_c',
16 'ppapi_shared', 18 'ppapi_shared',
17 ], 19 ],
18 'all_dependent_settings': { 20 'all_dependent_settings': {
19 'include_dirs': [ 21 'include_dirs': [
20 '..', 22 '..',
21 ], 23 ],
22 }, 24 },
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'proxy/resource_creation_proxy.h', 153 'proxy/resource_creation_proxy.h',
152 'proxy/serialized_flash_menu.cc', 154 'proxy/serialized_flash_menu.cc',
153 'proxy/serialized_flash_menu.h', 155 'proxy/serialized_flash_menu.h',
154 'proxy/serialized_structs.cc', 156 'proxy/serialized_structs.cc',
155 'proxy/serialized_structs.h', 157 'proxy/serialized_structs.h',
156 'proxy/serialized_var.cc', 158 'proxy/serialized_var.cc',
157 'proxy/serialized_var.h', 159 'proxy/serialized_var.h',
158 'proxy/var_serialization_rules.h', 160 'proxy/var_serialization_rules.h',
159 ], 161 ],
160 'defines': [ 162 'defines': [
161 ], 163 'PPAPI_PROXY_IMPLEMENTATION',
162 'conditions': [
163 ['OS=="win"', {
164 }],
165 ['OS=="linux"', {
166 }],
167 ['OS=="mac"', {
168 }]
169 ], 164 ],
170 }, 165 },
171 ], 166 ],
172 } 167 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698