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

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: readd names that I mistakenly removed from AUTHORS file Created 9 years, 2 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/cpp/private/flash_udp_socket.cc ('k') | ppapi/ppapi_proxy.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_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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'c/dev/ppp_zoom_dev.h', 92 'c/dev/ppp_zoom_dev.h',
93 93
94 # Private interfaces. 94 # Private interfaces.
95 'c/private/ppb_flash.h', 95 'c/private/ppb_flash.h',
96 'c/private/ppb_flash_clipboard.h', 96 'c/private/ppb_flash_clipboard.h',
97 'c/private/ppb_flash_file.h', 97 'c/private/ppb_flash_file.h',
98 'c/private/ppb_flash_fullscreen.h', 98 'c/private/ppb_flash_fullscreen.h',
99 'c/private/ppb_flash_menu.h', 99 'c/private/ppb_flash_menu.h',
100 'c/private/ppb_flash_net_connector.h', 100 'c/private/ppb_flash_net_connector.h',
101 'c/private/ppb_flash_tcp_socket.h', 101 'c/private/ppb_flash_tcp_socket.h',
102 'c/private/ppb_flash_udp_socket.h',
102 'c/private/ppb_gpu_blacklist_private.h', 103 'c/private/ppb_gpu_blacklist_private.h',
103 'c/private/ppb_instance_private.h', 104 'c/private/ppb_instance_private.h',
104 'c/private/ppb_nacl_private.h', 105 'c/private/ppb_nacl_private.h',
105 'c/private/ppb_pdf.h', 106 'c/private/ppb_pdf.h',
106 'c/private/ppb_proxy_private.h', 107 'c/private/ppb_proxy_private.h',
107 'c/private/ppp_instance_private.h', 108 'c/private/ppp_instance_private.h',
108 109
109 # Deprecated interfaces. 110 # Deprecated interfaces.
110 'c/dev/deprecated_bool.h', 111 'c/dev/deprecated_bool.h',
111 'c/dev/ppb_var_deprecated.h', 112 'c/dev/ppb_var_deprecated.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 }], 296 }],
296 ['OS=="mac"', { 297 ['OS=="mac"', {
297 'xcode_settings': { 298 'xcode_settings': {
298 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 299 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
299 }, 300 },
300 }] 301 }]
301 ], 302 ],
302 }, 303 },
303 ], 304 ],
304 } 305 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/flash_udp_socket.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698