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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9696051: Add NetworkListObserver utility class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'cpp/trusted/file_io_trusted.cc', 281 'cpp/trusted/file_io_trusted.cc',
282 'cpp/trusted/file_io_trusted.h', 282 'cpp/trusted/file_io_trusted.h',
283 283
284 # Utility sources. 284 # Utility sources.
285 'utility/completion_callback_factory.h', 285 'utility/completion_callback_factory.h',
286 'utility/non_thread_safe_ref_count.h', 286 'utility/non_thread_safe_ref_count.h',
287 'utility/graphics/paint_aggregator.cc', 287 'utility/graphics/paint_aggregator.cc',
288 'utility/graphics/paint_aggregator.h', 288 'utility/graphics/paint_aggregator.h',
289 'utility/graphics/paint_manager.cc', 289 'utility/graphics/paint_manager.cc',
290 'utility/graphics/paint_manager.h', 290 'utility/graphics/paint_manager.h',
291 'utility/private/network_list_observer_private.cc',
292 'utility/private/network_list_observer_private.h',
291 'utility/threading/simple_thread.cc', 293 'utility/threading/simple_thread.cc',
292 'utility/threading/simple_thread.h', 294 'utility/threading/simple_thread.h',
293 'utility/websocket/websocket_api.cc', 295 'utility/websocket/websocket_api.cc',
294 'utility/websocket/websocket_api.h', 296 'utility/websocket/websocket_api.h',
295 ], 297 ],
296 # 298 #
297 # Common Testing source for trusted and untrusted (NaCl) pugins. 299 # Common Testing source for trusted and untrusted (NaCl) pugins.
298 # 300 #
299 'test_common_source_files': [ 301 'test_common_source_files': [
300 # Common test files 302 # Common test files
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'c/dev/ppb_transport_dev.h', 455 'c/dev/ppb_transport_dev.h',
454 ], 456 ],
455 'cpp_source_files': [ 457 'cpp_source_files': [
456 'cpp/dev/transport_dev.cc', 458 'cpp/dev/transport_dev.cc',
457 'cpp/dev/transport_dev.h', 459 'cpp/dev/transport_dev.h',
458 ], 460 ],
459 }, 461 },
460 }], 462 }],
461 ], 463 ],
462 } 464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698