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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 6673098: Remove PPB_Var interface's scripting functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing convert. Created 9 years, 9 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/c/ppb_var.h ('k') | ppapi/ppapi_tests.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) 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 13 matching lines...) Expand all
24 'c/pp_rect.h', 24 'c/pp_rect.h',
25 'c/pp_resource.h', 25 'c/pp_resource.h',
26 'c/pp_size.h', 26 'c/pp_size.h',
27 'c/pp_stdint.h', 27 'c/pp_stdint.h',
28 'c/pp_time.h', 28 'c/pp_time.h',
29 'c/pp_var.h', 29 'c/pp_var.h',
30 'c/ppb.h', 30 'c/ppb.h',
31 'c/ppb_audio.h', 31 'c/ppb_audio.h',
32 'c/ppb_audio_config.h', 32 'c/ppb_audio_config.h',
33 'c/ppb_core.h', 33 'c/ppb_core.h',
34 'c/ppb_class.h',
35 'c/ppb_graphics_2d.h', 34 'c/ppb_graphics_2d.h',
36 'c/ppb_image_data.h', 35 'c/ppb_image_data.h',
37 'c/ppb_instance.h', 36 'c/ppb_instance.h',
38 'c/ppb_url_loader.h', 37 'c/ppb_url_loader.h',
39 'c/ppb_url_request_info.h', 38 'c/ppb_url_request_info.h',
40 'c/ppb_url_response_info.h', 39 'c/ppb_url_response_info.h',
41 'c/ppb_var.h', 40 'c/ppb_var.h',
42 'c/ppp.h', 41 'c/ppp.h',
43 'c/ppp_instance.h', 42 'c/ppp_instance.h',
44 43
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 }], 244 }],
246 ['OS=="mac"', { 245 ['OS=="mac"', {
247 'xcode_settings': { 246 'xcode_settings': {
248 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 247 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
249 }, 248 },
250 }] 249 }]
251 ], 250 ],
252 }, 251 },
253 ], 252 ],
254 } 253 }
OLDNEW
« no previous file with comments | « ppapi/c/ppb_var.h ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698