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

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

Issue 107083004: [PPAPI] API definition for video media stream artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix build warnings Created 6 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
« no previous file with comments | « ppapi/tests/all_c_includes.h ('k') | no next file » | 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 27 matching lines...) Expand all
38 #include "ppapi/cpp/file_ref.h" 38 #include "ppapi/cpp/file_ref.h"
39 #include "ppapi/cpp/file_system.h" 39 #include "ppapi/cpp/file_system.h"
40 #include "ppapi/cpp/fullscreen.h" 40 #include "ppapi/cpp/fullscreen.h"
41 #include "ppapi/cpp/graphics_2d.h" 41 #include "ppapi/cpp/graphics_2d.h"
42 #include "ppapi/cpp/graphics_3d.h" 42 #include "ppapi/cpp/graphics_3d.h"
43 #include "ppapi/cpp/graphics_3d_client.h" 43 #include "ppapi/cpp/graphics_3d_client.h"
44 #include "ppapi/cpp/host_resolver.h" 44 #include "ppapi/cpp/host_resolver.h"
45 #include "ppapi/cpp/image_data.h" 45 #include "ppapi/cpp/image_data.h"
46 #include "ppapi/cpp/instance.h" 46 #include "ppapi/cpp/instance.h"
47 #include "ppapi/cpp/logging.h" 47 #include "ppapi/cpp/logging.h"
48 #include "ppapi/cpp/media_stream_video_track.h"
48 #include "ppapi/cpp/module.h" 49 #include "ppapi/cpp/module.h"
49 #include "ppapi/cpp/module_impl.h" 50 #include "ppapi/cpp/module_impl.h"
50 #include "ppapi/cpp/mouse_lock.h" 51 #include "ppapi/cpp/mouse_lock.h"
51 #include "ppapi/cpp/net_address.h" 52 #include "ppapi/cpp/net_address.h"
52 #include "ppapi/cpp/network_proxy.h" 53 #include "ppapi/cpp/network_proxy.h"
53 #include "ppapi/cpp/point.h" 54 #include "ppapi/cpp/point.h"
54 #include "ppapi/cpp/private/content_decryptor_private.h" 55 #include "ppapi/cpp/private/content_decryptor_private.h"
55 #include "ppapi/cpp/private/flash_font_file.h" 56 #include "ppapi/cpp/private/flash_font_file.h"
56 #include "ppapi/cpp/private/flash_fullscreen.h" 57 #include "ppapi/cpp/private/flash_fullscreen.h"
57 #include "ppapi/cpp/private/instance_private.h" 58 #include "ppapi/cpp/private/instance_private.h"
(...skipping 12 matching lines...) Expand all
70 #include "ppapi/cpp/text_input_controller.h" 71 #include "ppapi/cpp/text_input_controller.h"
71 #include "ppapi/cpp/touch_point.h" 72 #include "ppapi/cpp/touch_point.h"
72 #include "ppapi/cpp/udp_socket.h" 73 #include "ppapi/cpp/udp_socket.h"
73 #include "ppapi/cpp/url_loader.h" 74 #include "ppapi/cpp/url_loader.h"
74 #include "ppapi/cpp/url_request_info.h" 75 #include "ppapi/cpp/url_request_info.h"
75 #include "ppapi/cpp/url_response_info.h" 76 #include "ppapi/cpp/url_response_info.h"
76 #include "ppapi/cpp/var.h" 77 #include "ppapi/cpp/var.h"
77 #include "ppapi/cpp/var_array.h" 78 #include "ppapi/cpp/var_array.h"
78 #include "ppapi/cpp/var_array_buffer.h" 79 #include "ppapi/cpp/var_array_buffer.h"
79 #include "ppapi/cpp/var_dictionary.h" 80 #include "ppapi/cpp/var_dictionary.h"
81 #include "ppapi/cpp/video_frame.h"
80 #include "ppapi/cpp/websocket.h" 82 #include "ppapi/cpp/websocket.h"
81 #include "ppapi/utility/completion_callback_factory.h" 83 #include "ppapi/utility/completion_callback_factory.h"
82 #include "ppapi/utility/completion_callback_factory_thread_traits.h" 84 #include "ppapi/utility/completion_callback_factory_thread_traits.h"
83 #include "ppapi/utility/graphics/paint_aggregator.h" 85 #include "ppapi/utility/graphics/paint_aggregator.h"
84 #include "ppapi/utility/graphics/paint_manager.h" 86 #include "ppapi/utility/graphics/paint_manager.h"
85 #include "ppapi/utility/threading/lock.h" 87 #include "ppapi/utility/threading/lock.h"
86 #include "ppapi/utility/threading/simple_thread.h" 88 #include "ppapi/utility/threading/simple_thread.h"
87 89
88 #endif // PPAPI_TESTS_ALL_CPP_INCLUDES_H_ 90 #endif // PPAPI_TESTS_ALL_CPP_INCLUDES_H_
OLDNEW
« no previous file with comments | « ppapi/tests/all_c_includes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698