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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 8395037: IDL for WebSocket Pepper API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update C++ API Created 9 years, 1 month 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) 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_c', 8 'target_name': 'ppapi_c',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'c/dev/ppb_find_dev.h', 70 'c/dev/ppb_find_dev.h',
71 'c/dev/ppb_font_dev.h', 71 'c/dev/ppb_font_dev.h',
72 'c/dev/ppb_fullscreen_dev.h', 72 'c/dev/ppb_fullscreen_dev.h',
73 'c/dev/ppb_ime_input_event_dev.h', 73 'c/dev/ppb_ime_input_event_dev.h',
74 'c/dev/ppb_memory_dev.h', 74 'c/dev/ppb_memory_dev.h',
75 'c/dev/ppb_scrollbar_dev.h', 75 'c/dev/ppb_scrollbar_dev.h',
76 'c/dev/ppb_surface_3d_dev.h', 76 'c/dev/ppb_surface_3d_dev.h',
77 'c/dev/ppb_testing_dev.h', 77 'c/dev/ppb_testing_dev.h',
78 'c/dev/ppb_url_util_dev.h', 78 'c/dev/ppb_url_util_dev.h',
79 'c/dev/ppb_video_decoder_dev.h', 79 'c/dev/ppb_video_decoder_dev.h',
80 'c/dev/ppb_websocket_dev.h',
dmichael (off chromium) 2011/11/10 17:32:33 You haven't added (nor implemented) the C++ versio
Takashi Toyoshima 2011/11/10 18:40:45 Yes. I experimentally add C++ interface, but it do
80 'c/dev/ppb_widget_dev.h', 81 'c/dev/ppb_widget_dev.h',
81 'c/dev/ppb_zoom_dev.h', 82 'c/dev/ppb_zoom_dev.h',
82 'c/dev/ppp_cursor_control_dev.h', 83 'c/dev/ppp_cursor_control_dev.h',
83 'c/dev/ppp_find_dev.h', 84 'c/dev/ppp_find_dev.h',
84 'c/dev/ppp_network_state_dev.h', 85 'c/dev/ppp_network_state_dev.h',
85 'c/dev/ppp_scrollbar_dev.h', 86 'c/dev/ppp_scrollbar_dev.h',
86 'c/dev/ppp_selection_dev.h', 87 'c/dev/ppp_selection_dev.h',
87 'c/dev/ppb_text_input_dev.h', 88 'c/dev/ppb_text_input_dev.h',
88 'c/dev/ppp_video_decoder_dev.h', 89 'c/dev/ppp_video_decoder_dev.h',
89 'c/dev/ppp_widget_dev.h', 90 'c/dev/ppp_widget_dev.h',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 }], 302 }],
302 ['OS=="mac"', { 303 ['OS=="mac"', {
303 'xcode_settings': { 304 'xcode_settings': {
304 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 305 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
305 }, 306 },
306 }] 307 }]
307 ], 308 ],
308 }, 309 },
309 ], 310 ],
310 } 311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698