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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9290040: Revert 119198 - First pass at implementing the MessageLoop interface. This includes a simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'cpp/trusted/file_io_trusted.cc', 260 'cpp/trusted/file_io_trusted.cc',
261 'cpp/trusted/file_io_trusted.h', 261 'cpp/trusted/file_io_trusted.h',
262 262
263 # Utility sources. 263 # Utility sources.
264 'utility/completion_callback_factory.h', 264 'utility/completion_callback_factory.h',
265 'utility/non_thread_safe_ref_count.h', 265 'utility/non_thread_safe_ref_count.h',
266 'utility/graphics/paint_aggregator.cc', 266 'utility/graphics/paint_aggregator.cc',
267 'utility/graphics/paint_aggregator.h', 267 'utility/graphics/paint_aggregator.h',
268 'utility/graphics/paint_manager.cc', 268 'utility/graphics/paint_manager.cc',
269 'utility/graphics/paint_manager.h', 269 'utility/graphics/paint_manager.h',
270 'utility/threading/simple_thread.cc',
271 'utility/threading/simple_thread.h',
272 ], 270 ],
273 # 271 #
274 # Common Testing source for trusted and untrusted (NaCl) pugins. 272 # Common Testing source for trusted and untrusted (NaCl) pugins.
275 # 273 #
276 'test_common_source_files': [ 274 'test_common_source_files': [
277 # Common test files 275 # Common test files
278 'tests/all_c_includes.h', 276 'tests/all_c_includes.h',
279 'tests/all_cpp_includes.h', 277 'tests/all_cpp_includes.h',
280 'tests/arch_dependent_sizes_32.h', 278 'tests/arch_dependent_sizes_32.h',
281 'tests/arch_dependent_sizes_64.h', 279 'tests/arch_dependent_sizes_64.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'c/dev/ppb_transport_dev.h', 414 'c/dev/ppb_transport_dev.h',
417 ], 415 ],
418 'cpp_source_files': [ 416 'cpp_source_files': [
419 'cpp/dev/transport_dev.cc', 417 'cpp/dev/transport_dev.cc',
420 'cpp/dev/transport_dev.h', 418 'cpp/dev/transport_dev.h',
421 ], 419 ],
422 }, 420 },
423 }], 421 }],
424 ], 422 ],
425 } 423 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698