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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 8956021: Revert 115093 because of memory test failures - WebSocket Pepper API: C++ helper class implementa... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/helper/dev/websocket_api_dev.cc ('k') | ppapi/tests/test_websocket.h » ('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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'cpp/private/udp_socket_private.cc', 242 'cpp/private/udp_socket_private.cc',
243 'cpp/private/udp_socket_private.h', 243 'cpp/private/udp_socket_private.h',
244 'cpp/private/var_private.cc', 244 'cpp/private/var_private.cc',
245 'cpp/private/var_private.h', 245 'cpp/private/var_private.h',
246 246
247 # Trusted interfaces. 247 # Trusted interfaces.
248 'cpp/trusted/file_chooser_trusted.cc', 248 'cpp/trusted/file_chooser_trusted.cc',
249 'cpp/trusted/file_chooser_trusted.h', 249 'cpp/trusted/file_chooser_trusted.h',
250 'cpp/trusted/file_io_trusted.cc', 250 'cpp/trusted/file_io_trusted.cc',
251 'cpp/trusted/file_io_trusted.h', 251 'cpp/trusted/file_io_trusted.h',
252
253 # Helper interfaces.
254 'cpp/helper/dev/websocket_api_dev.cc',
255 'cpp/helper/dev/websocket_api_dev.h',
256 ], 252 ],
257 # 253 #
258 # Common Testing source for trusted and untrusted (NaCl) pugins. 254 # Common Testing source for trusted and untrusted (NaCl) pugins.
259 # 255 #
260 'test_common_source_files': [ 256 'test_common_source_files': [
261 # Common test files 257 # Common test files
262 'tests/all_c_includes.h', 258 'tests/all_c_includes.h',
263 'tests/all_cpp_includes.h', 259 'tests/all_cpp_includes.h',
264 'tests/arch_dependent_sizes_32.h', 260 'tests/arch_dependent_sizes_32.h',
265 'tests/arch_dependent_sizes_64.h', 261 'tests/arch_dependent_sizes_64.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'c/dev/ppb_transport_dev.h', 385 'c/dev/ppb_transport_dev.h',
390 ], 386 ],
391 'cpp_source_files': [ 387 'cpp_source_files': [
392 'cpp/dev/transport_dev.cc', 388 'cpp/dev/transport_dev.cc',
393 'cpp/dev/transport_dev.h', 389 'cpp/dev/transport_dev.h',
394 ], 390 ],
395 }, 391 },
396 }], 392 }],
397 ], 393 ],
398 } 394 }
OLDNEW
« no previous file with comments | « ppapi/cpp/helper/dev/websocket_api_dev.cc ('k') | ppapi/tests/test_websocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698