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

Side by Side Diff: ppapi/tests/all_cpp_includes.h

Issue 884483007: Image Capture PPAPI: remove unused APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile errors in all_c(pp)_includes.h Created 5 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
« no previous file with comments | « ppapi/tests/all_c_includes.h ('k') | ppapi/thunk/ppb_image_capture_config_private_thunk.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 // This test simply includes all the C++ headers to ensure they compile with a 5 // This test simply includes all the C++ headers to ensure they compile with a
6 // C++ compiler. If it compiles, it passes. 6 // C++ compiler. If it compiles, it passes.
7 // 7 //
8 #ifndef PPAPI_TESTS_ALL_CPP_INCLUDES_H_ 8 #ifndef PPAPI_TESTS_ALL_CPP_INCLUDES_H_
9 #define PPAPI_TESTS_ALL_CPP_INCLUDES_H_ 9 #define PPAPI_TESTS_ALL_CPP_INCLUDES_H_
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #include "ppapi/cpp/module_impl.h" 50 #include "ppapi/cpp/module_impl.h"
51 #include "ppapi/cpp/mouse_lock.h" 51 #include "ppapi/cpp/mouse_lock.h"
52 #include "ppapi/cpp/net_address.h" 52 #include "ppapi/cpp/net_address.h"
53 #include "ppapi/cpp/network_proxy.h" 53 #include "ppapi/cpp/network_proxy.h"
54 #include "ppapi/cpp/point.h" 54 #include "ppapi/cpp/point.h"
55 #include "ppapi/cpp/private/camera_capabilities_private.h" 55 #include "ppapi/cpp/private/camera_capabilities_private.h"
56 #include "ppapi/cpp/private/content_decryptor_private.h" 56 #include "ppapi/cpp/private/content_decryptor_private.h"
57 #include "ppapi/cpp/private/find_private.h" 57 #include "ppapi/cpp/private/find_private.h"
58 #include "ppapi/cpp/private/flash_font_file.h" 58 #include "ppapi/cpp/private/flash_font_file.h"
59 #include "ppapi/cpp/private/flash_fullscreen.h" 59 #include "ppapi/cpp/private/flash_fullscreen.h"
60 #include "ppapi/cpp/private/image_capture_config_private.h"
61 #include "ppapi/cpp/private/image_capture_private.h" 60 #include "ppapi/cpp/private/image_capture_private.h"
62 #include "ppapi/cpp/private/instance_private.h" 61 #include "ppapi/cpp/private/instance_private.h"
63 #include "ppapi/cpp/private/instance_private.h" 62 #include "ppapi/cpp/private/instance_private.h"
64 #include "ppapi/cpp/private/net_address_private.h" 63 #include "ppapi/cpp/private/net_address_private.h"
65 #include "ppapi/cpp/private/tcp_socket_private.h" 64 #include "ppapi/cpp/private/tcp_socket_private.h"
66 #include "ppapi/cpp/private/udp_socket_private.h" 65 #include "ppapi/cpp/private/udp_socket_private.h"
67 #include "ppapi/cpp/private/var_private.h" 66 #include "ppapi/cpp/private/var_private.h"
68 #include "ppapi/cpp/private/video_destination_private.h" 67 #include "ppapi/cpp/private/video_destination_private.h"
69 #include "ppapi/cpp/private/video_frame_private.h" 68 #include "ppapi/cpp/private/video_frame_private.h"
70 #include "ppapi/cpp/private/video_source_private.h" 69 #include "ppapi/cpp/private/video_source_private.h"
(...skipping 14 matching lines...) Expand all
85 #include "ppapi/cpp/video_frame.h" 84 #include "ppapi/cpp/video_frame.h"
86 #include "ppapi/cpp/websocket.h" 85 #include "ppapi/cpp/websocket.h"
87 #include "ppapi/utility/completion_callback_factory.h" 86 #include "ppapi/utility/completion_callback_factory.h"
88 #include "ppapi/utility/completion_callback_factory_thread_traits.h" 87 #include "ppapi/utility/completion_callback_factory_thread_traits.h"
89 #include "ppapi/utility/graphics/paint_aggregator.h" 88 #include "ppapi/utility/graphics/paint_aggregator.h"
90 #include "ppapi/utility/graphics/paint_manager.h" 89 #include "ppapi/utility/graphics/paint_manager.h"
91 #include "ppapi/utility/threading/lock.h" 90 #include "ppapi/utility/threading/lock.h"
92 #include "ppapi/utility/threading/simple_thread.h" 91 #include "ppapi/utility/threading/simple_thread.h"
93 92
94 #endif // PPAPI_TESTS_ALL_CPP_INCLUDES_H_ 93 #endif // PPAPI_TESTS_ALL_CPP_INCLUDES_H_
OLDNEW
« no previous file with comments | « ppapi/tests/all_c_includes.h ('k') | ppapi/thunk/ppb_image_capture_config_private_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698