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

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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 # Trusted interfaces. 270 # Trusted interfaces.
271 'cpp/trusted/browser_font_trusted.cc', 271 'cpp/trusted/browser_font_trusted.cc',
272 'cpp/trusted/browser_font_trusted.h', 272 'cpp/trusted/browser_font_trusted.h',
273 'cpp/trusted/file_chooser_trusted.cc', 273 'cpp/trusted/file_chooser_trusted.cc',
274 'cpp/trusted/file_chooser_trusted.h', 274 'cpp/trusted/file_chooser_trusted.h',
275 'cpp/trusted/file_io_trusted.cc', 275 'cpp/trusted/file_io_trusted.cc',
276 'cpp/trusted/file_io_trusted.h', 276 'cpp/trusted/file_io_trusted.h',
277 277
278 # Utility sources. 278 # Utility sources.
279 'utility/completion_callback_factory.h', 279 'utility/completion_callback_factory.h',
280 'utility/network_list_observer.cc',
281 'utility/network_list_observer.h',
280 'utility/non_thread_safe_ref_count.h', 282 'utility/non_thread_safe_ref_count.h',
281 'utility/graphics/paint_aggregator.cc', 283 'utility/graphics/paint_aggregator.cc',
282 'utility/graphics/paint_aggregator.h', 284 'utility/graphics/paint_aggregator.h',
283 'utility/graphics/paint_manager.cc', 285 'utility/graphics/paint_manager.cc',
284 'utility/graphics/paint_manager.h', 286 'utility/graphics/paint_manager.h',
285 'utility/threading/simple_thread.cc', 287 'utility/threading/simple_thread.cc',
286 'utility/threading/simple_thread.h', 288 'utility/threading/simple_thread.h',
287 'utility/websocket/websocket_api.cc', 289 'utility/websocket/websocket_api.cc',
288 'utility/websocket/websocket_api.h', 290 'utility/websocket/websocket_api.h',
289 ], 291 ],
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'c/dev/ppb_transport_dev.h', 447 'c/dev/ppb_transport_dev.h',
446 ], 448 ],
447 'cpp_source_files': [ 449 'cpp_source_files': [
448 'cpp/dev/transport_dev.cc', 450 'cpp/dev/transport_dev.cc',
449 'cpp/dev/transport_dev.h', 451 'cpp/dev/transport_dev.h',
450 ], 452 ],
451 }, 453 },
452 }], 454 }],
453 ], 455 ],
454 } 456 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698