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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 8956008: WebSocket Pepper API: C++ utility class implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for landing Created 8 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 | « chrome/test/ui/ppapi_uitest.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 270
271 # Utility sources. 271 # Utility sources.
272 'utility/completion_callback_factory.h', 272 'utility/completion_callback_factory.h',
273 'utility/non_thread_safe_ref_count.h', 273 'utility/non_thread_safe_ref_count.h',
274 'utility/graphics/paint_aggregator.cc', 274 'utility/graphics/paint_aggregator.cc',
275 'utility/graphics/paint_aggregator.h', 275 'utility/graphics/paint_aggregator.h',
276 'utility/graphics/paint_manager.cc', 276 'utility/graphics/paint_manager.cc',
277 'utility/graphics/paint_manager.h', 277 'utility/graphics/paint_manager.h',
278 'utility/threading/simple_thread.cc', 278 'utility/threading/simple_thread.cc',
279 'utility/threading/simple_thread.h', 279 'utility/threading/simple_thread.h',
280 'utility/websocket/websocket_api.cc',
281 'utility/websocket/websocket_api.h',
280 ], 282 ],
281 # 283 #
282 # Common Testing source for trusted and untrusted (NaCl) pugins. 284 # Common Testing source for trusted and untrusted (NaCl) pugins.
283 # 285 #
284 'test_common_source_files': [ 286 'test_common_source_files': [
285 # Common test files 287 # Common test files
286 'tests/all_c_includes.h', 288 'tests/all_c_includes.h',
287 'tests/all_cpp_includes.h', 289 'tests/all_cpp_includes.h',
288 'tests/arch_dependent_sizes_32.h', 290 'tests/arch_dependent_sizes_32.h',
289 'tests/arch_dependent_sizes_64.h', 291 'tests/arch_dependent_sizes_64.h',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'c/dev/ppb_transport_dev.h', 435 'c/dev/ppb_transport_dev.h',
434 ], 436 ],
435 'cpp_source_files': [ 437 'cpp_source_files': [
436 'cpp/dev/transport_dev.cc', 438 'cpp/dev/transport_dev.cc',
437 'cpp/dev/transport_dev.h', 439 'cpp/dev/transport_dev.h',
438 ], 440 ],
439 }, 441 },
440 }], 442 }],
441 ], 443 ],
442 } 444 }
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_websocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698