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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 6823016: Create a VarPrivate interface to contain the scripting helper functions of Var. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 | « ppapi/example/example.cc ('k') | ppapi/proxy/serialized_var.cc » ('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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_c', 8 'target_name': 'ppapi_c',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'cpp/dev/widget_client_dev.cc', 198 'cpp/dev/widget_client_dev.cc',
199 'cpp/dev/widget_client_dev.h', 199 'cpp/dev/widget_client_dev.h',
200 'cpp/dev/widget_dev.cc', 200 'cpp/dev/widget_dev.cc',
201 'cpp/dev/widget_dev.h', 201 'cpp/dev/widget_dev.h',
202 'cpp/dev/zoom_dev.cc', 202 'cpp/dev/zoom_dev.cc',
203 'cpp/dev/zoom_dev.h', 203 'cpp/dev/zoom_dev.h',
204 204
205 # Deprecated interfaces. 205 # Deprecated interfaces.
206 'cpp/dev/scriptable_object_deprecated.h', 206 'cpp/dev/scriptable_object_deprecated.h',
207 'cpp/dev/scriptable_object_deprecated.cc', 207 'cpp/dev/scriptable_object_deprecated.cc',
208
209 # Private interfaces.
210 'cpp/private/var_private.cc',
211 'cpp/private/var_private.h',
208 ], 212 ],
209 'conditions': [ 213 'conditions': [
210 ['OS=="win"', { 214 ['OS=="win"', {
211 'msvs_guid': 'AD371A1D-3459-4E2D-8E8A-881F4B83B908', 215 'msvs_guid': 'AD371A1D-3459-4E2D-8E8A-881F4B83B908',
212 'msvs_settings': { 216 'msvs_settings': {
213 'VCCLCompilerTool': { 217 'VCCLCompilerTool': {
214 'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data 218 'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data
215 }, 219 },
216 }, 220 },
217 }], 221 }],
(...skipping 30 matching lines...) Expand all
248 }], 252 }],
249 ['OS=="mac"', { 253 ['OS=="mac"', {
250 'xcode_settings': { 254 'xcode_settings': {
251 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 255 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
252 }, 256 },
253 }] 257 }]
254 ], 258 ],
255 }, 259 },
256 ], 260 ],
257 } 261 }
OLDNEW
« no previous file with comments | « ppapi/example/example.cc ('k') | ppapi/proxy/serialized_var.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698