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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 7745005: Initial work for UDP Pepper API (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: A few more changes after self-review Created 9 years, 3 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
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<(nacl_ppapi_library_suffix)', 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'c/dev/ppp_widget_dev.h', 89 'c/dev/ppp_widget_dev.h',
90 'c/dev/ppp_zoom_dev.h', 90 'c/dev/ppp_zoom_dev.h',
91 91
92 # Private interfaces. 92 # Private interfaces.
93 'c/private/ppb_flash.h', 93 'c/private/ppb_flash.h',
94 'c/private/ppb_flash_clipboard.h', 94 'c/private/ppb_flash_clipboard.h',
95 'c/private/ppb_flash_file.h', 95 'c/private/ppb_flash_file.h',
96 'c/private/ppb_flash_menu.h', 96 'c/private/ppb_flash_menu.h',
97 'c/private/ppb_flash_net_connector.h', 97 'c/private/ppb_flash_net_connector.h',
98 'c/private/ppb_flash_tcp_socket.h', 98 'c/private/ppb_flash_tcp_socket.h',
99 'c/private/ppb_flash_udp_socket.h',
99 'c/private/ppb_gpu_blacklist_private.h', 100 'c/private/ppb_gpu_blacklist_private.h',
100 'c/private/ppb_instance_private.h', 101 'c/private/ppb_instance_private.h',
101 'c/private/ppb_nacl_private.h', 102 'c/private/ppb_nacl_private.h',
102 'c/private/ppb_pdf.h', 103 'c/private/ppb_pdf.h',
103 'c/private/ppb_proxy_private.h', 104 'c/private/ppb_proxy_private.h',
104 'c/private/ppp_instance_private.h', 105 'c/private/ppp_instance_private.h',
105 106
106 # Deprecated interfaces. 107 # Deprecated interfaces.
107 'c/dev/deprecated_bool.h', 108 'c/dev/deprecated_bool.h',
108 'c/dev/ppb_var_deprecated.h', 109 'c/dev/ppb_var_deprecated.h',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }], 287 }],
287 ['OS=="mac"', { 288 ['OS=="mac"', {
288 'xcode_settings': { 289 'xcode_settings': {
289 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 290 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
290 }, 291 },
291 }] 292 }]
292 ], 293 ],
293 }, 294 },
294 ], 295 ],
295 } 296 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698