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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2867543002: content: add header files of public that were not listed in the BUILD.gn file (Closed)
Patch Set: fix check failures 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 | « content/browser/BUILD.gn ('k') | content/public/renderer/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "favicon_url.cc", 146 "favicon_url.cc",
147 "favicon_url.h", 147 "favicon_url.h",
148 "file_chooser_file_info.cc", 148 "file_chooser_file_info.cc",
149 "file_chooser_file_info.h", 149 "file_chooser_file_info.h",
150 "file_chooser_params.cc", 150 "file_chooser_params.cc",
151 "file_chooser_params.h", 151 "file_chooser_params.h",
152 "frame_navigate_params.cc", 152 "frame_navigate_params.cc",
153 "frame_navigate_params.h", 153 "frame_navigate_params.h",
154 "injection_test_mac.h", 154 "injection_test_mac.h",
155 "injection_test_win.h", 155 "injection_test_win.h",
156 "isolated_world_ids.h",
156 "javascript_dialog_type.h", 157 "javascript_dialog_type.h",
157 "main_function_params.h", 158 "main_function_params.h",
158 "manifest.cc", 159 "manifest.cc",
159 "manifest.h", 160 "manifest.h",
160 "manifest_util.cc", 161 "manifest_util.cc",
161 "manifest_util.h", 162 "manifest_util.h",
162 "media_metadata.cc", 163 "media_metadata.cc",
163 "media_metadata.h", 164 "media_metadata.h",
164 "media_stream_request.cc", 165 "media_stream_request.cc",
165 "media_stream_request.h", 166 "media_stream_request.h",
166 "menu_item.cc", 167 "menu_item.cc",
167 "menu_item.h", 168 "menu_item.h",
168 "mhtml_generation_params.cc", 169 "mhtml_generation_params.cc",
169 "mhtml_generation_params.h", 170 "mhtml_generation_params.h",
170 "mojo_channel_switches.cc", 171 "mojo_channel_switches.cc",
171 "mojo_channel_switches.h", 172 "mojo_channel_switches.h",
172 "notification_resources.cc", 173 "notification_resources.cc",
173 "notification_resources.h", 174 "notification_resources.h",
174 "origin_trial_policy.cc", 175 "origin_trial_policy.cc",
175 "origin_trial_policy.h", 176 "origin_trial_policy.h",
176 "origin_util.h", 177 "origin_util.h",
178 "page_importance_signals.h",
177 "page_state.cc", 179 "page_state.cc",
178 "page_state.h", 180 "page_state.h",
179 "page_type.h", 181 "page_type.h",
180 "page_zoom.h", 182 "page_zoom.h",
181 "pepper_plugin_info.cc", 183 "pepper_plugin_info.cc",
182 "pepper_plugin_info.h", 184 "pepper_plugin_info.h",
183 "persistent_notification_status.h", 185 "persistent_notification_status.h",
184 "platform_notification_data.cc", 186 "platform_notification_data.cc",
185 "platform_notification_data.h", 187 "platform_notification_data.h",
186 "presentation_connection_message.cc", 188 "presentation_connection_message.cc",
187 "presentation_connection_message.h", 189 "presentation_connection_message.h",
188 "presentation_info.cc", 190 "presentation_info.cc",
189 "presentation_info.h", 191 "presentation_info.h",
190 "previews_state.h", 192 "previews_state.h",
191 "process_type.h", 193 "process_type.h",
194 "push_event_payload.h",
192 "push_messaging_status.cc", 195 "push_messaging_status.cc",
193 "push_messaging_status.h", 196 "push_messaging_status.h",
194 "push_subscription_options.h", 197 "push_subscription_options.h",
195 "quarantine.h", 198 "quarantine.h",
196 "referrer.cc", 199 "referrer.cc",
197 "referrer.h", 200 "referrer.h",
198 "renderer_preferences.cc", 201 "renderer_preferences.cc",
199 "renderer_preferences.h", 202 "renderer_preferences.h",
200 "request_context_frame_type.h", 203 "request_context_frame_type.h",
201 "request_context_type.h", 204 "request_context_type.h",
(...skipping 15 matching lines...) Expand all
217 "sandboxed_process_launcher_delegate.h", 220 "sandboxed_process_launcher_delegate.h",
218 "screen_info.cc", 221 "screen_info.cc",
219 "screen_info.h", 222 "screen_info.h",
220 "screen_orientation_values.h", 223 "screen_orientation_values.h",
221 "send_zygote_child_ping_linux.h", 224 "send_zygote_child_ping_linux.h",
222 "service_info.cc", 225 "service_info.cc",
223 "service_info.h", 226 "service_info.h",
224 "service_manager_connection.h", 227 "service_manager_connection.h",
225 "simple_connection_filter.cc", 228 "simple_connection_filter.cc",
226 "simple_connection_filter.h", 229 "simple_connection_filter.h",
230 "socket_permission_request.h",
227 "speech_recognition_error.h", 231 "speech_recognition_error.h",
228 "speech_recognition_grammar.h", 232 "speech_recognition_grammar.h",
229 "speech_recognition_result.cc", 233 "speech_recognition_result.cc",
230 "speech_recognition_result.h", 234 "speech_recognition_result.h",
231 "stop_find_action.h", 235 "stop_find_action.h",
232 "storage_quota_params.h", 236 "storage_quota_params.h",
233 "three_d_api_types.h", 237 "three_d_api_types.h",
234 "url_constants.cc", 238 "url_constants.cc",
235 "url_constants.h", 239 "url_constants.h",
236 "url_fetcher.h", 240 "url_fetcher.h",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "network_service_test.mojom", 342 "network_service_test.mojom",
339 "window_container_type.mojom", 343 "window_container_type.mojom",
340 ] 344 ]
341 } 345 }
342 346
343 mojom("service_names") { 347 mojom("service_names") {
344 sources = [ 348 sources = [
345 "service_names.mojom", 349 "service_names.mojom",
346 ] 350 ]
347 } 351 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698