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

Side by Side Diff: ppapi/c/BUILD.gn

Issue 2849763002: Remove non-existing headers from the build (Closed)
Patch Set: rebase Created 3 years, 7 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 | « headless/BUILD.gn ('k') | remoting/base/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # These are just headers. 5 # These are just headers.
6 source_set("c") { 6 source_set("c") {
7 sources = [ 7 sources = [
8 "pp_array_output.h", 8 "pp_array_output.h",
9 "pp_bool.h", 9 "pp_bool.h",
10 "pp_codecs.h", 10 "pp_codecs.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "ppb_media_stream_video_track.h", 49 "ppb_media_stream_video_track.h",
50 "ppb_message_loop.h", 50 "ppb_message_loop.h",
51 "ppb_messaging.h", 51 "ppb_messaging.h",
52 "ppb_mouse_cursor.h", 52 "ppb_mouse_cursor.h",
53 "ppb_mouse_lock.h", 53 "ppb_mouse_lock.h",
54 "ppb_net_address.h", 54 "ppb_net_address.h",
55 "ppb_network_list.h", 55 "ppb_network_list.h",
56 "ppb_network_monitor.h", 56 "ppb_network_monitor.h",
57 "ppb_network_proxy.h", 57 "ppb_network_proxy.h",
58 "ppb_opengles2.h", 58 "ppb_opengles2.h",
59 "ppb_ppb_vpn_provider.h",
60 "ppb_tcp_socket.h", 59 "ppb_tcp_socket.h",
61 "ppb_text_input_controller.h", 60 "ppb_text_input_controller.h",
62 "ppb_udp_socket.h", 61 "ppb_udp_socket.h",
63 "ppb_url_loader.h", 62 "ppb_url_loader.h",
64 "ppb_url_request_info.h", 63 "ppb_url_request_info.h",
65 "ppb_url_response_info.h", 64 "ppb_url_response_info.h",
66 "ppb_var.h", 65 "ppb_var.h",
67 "ppb_var_array.h", 66 "ppb_var_array.h",
68 "ppb_var_array_buffer.h", 67 "ppb_var_array_buffer.h",
69 "ppb_var_dictionary.h", 68 "ppb_var_dictionary.h",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 165
167 # Trusted interfaces. 166 # Trusted interfaces.
168 "trusted/ppb_broker_trusted.h", 167 "trusted/ppb_broker_trusted.h",
169 "trusted/ppb_browser_font_trusted.h", 168 "trusted/ppb_browser_font_trusted.h",
170 "trusted/ppb_char_set_trusted.h", 169 "trusted/ppb_char_set_trusted.h",
171 "trusted/ppb_file_chooser_trusted.h", 170 "trusted/ppb_file_chooser_trusted.h",
172 "trusted/ppb_url_loader_trusted.h", 171 "trusted/ppb_url_loader_trusted.h",
173 "trusted/ppp_broker.h", 172 "trusted/ppp_broker.h",
174 ] 173 ]
175 } 174 }
OLDNEW
« no previous file with comments | « headless/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698