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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9455092: HostResolver is exposed to plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added shared declaration of GetPPB_HostResolver_Private_0_1_Thunk. Created 8 years, 10 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
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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'tests/test_flash_fullscreen.cc', 372 'tests/test_flash_fullscreen.cc',
373 'tests/test_flash_fullscreen.h', 373 'tests/test_flash_fullscreen.h',
374 'tests/test_flash_message_loop.cc', 374 'tests/test_flash_message_loop.cc',
375 'tests/test_flash_message_loop.h', 375 'tests/test_flash_message_loop.h',
376 'tests/test_fullscreen.cc', 376 'tests/test_fullscreen.cc',
377 'tests/test_fullscreen.h', 377 'tests/test_fullscreen.h',
378 'tests/test_graphics_2d.cc', 378 'tests/test_graphics_2d.cc',
379 'tests/test_graphics_2d.h', 379 'tests/test_graphics_2d.h',
380 'tests/test_graphics_3d.cc', 380 'tests/test_graphics_3d.cc',
381 'tests/test_graphics_3d.h', 381 'tests/test_graphics_3d.h',
382 'tests/test_host_resolver_private.cc',
383 'tests/test_host_resolver_private.h',
382 'tests/test_image_data.cc', 384 'tests/test_image_data.cc',
383 'tests/test_image_data.h', 385 'tests/test_image_data.h',
384 'tests/test_input_event.cc', 386 'tests/test_input_event.cc',
385 'tests/test_input_event.h', 387 'tests/test_input_event.h',
386 'tests/test_memory.cc', 388 'tests/test_memory.cc',
387 'tests/test_memory.h', 389 'tests/test_memory.h',
388 'tests/test_net_address_private.cc', 390 'tests/test_net_address_private.cc',
389 'tests/test_net_address_private.h', 391 'tests/test_net_address_private.h',
390 'tests/test_paint_aggregator.cc', 392 'tests/test_paint_aggregator.cc',
391 'tests/test_paint_aggregator.h', 393 'tests/test_paint_aggregator.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'c/dev/ppb_transport_dev.h', 433 'c/dev/ppb_transport_dev.h',
432 ], 434 ],
433 'cpp_source_files': [ 435 'cpp_source_files': [
434 'cpp/dev/transport_dev.cc', 436 'cpp/dev/transport_dev.cc',
435 'cpp/dev/transport_dev.h', 437 'cpp/dev/transport_dev.h',
436 ], 438 ],
437 }, 439 },
438 }], 440 }],
439 ], 441 ],
440 } 442 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698