OLD | NEW |
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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "push_subscription_options.h", | 197 "push_subscription_options.h", |
198 "quarantine.h", | 198 "quarantine.h", |
199 "referrer.cc", | 199 "referrer.cc", |
200 "referrer.h", | 200 "referrer.h", |
201 "renderer_preferences.cc", | 201 "renderer_preferences.cc", |
202 "renderer_preferences.h", | 202 "renderer_preferences.h", |
203 "request_context_frame_type.h", | 203 "request_context_frame_type.h", |
204 "request_context_type.h", | 204 "request_context_type.h", |
205 "resource_devtools_info.cc", | 205 "resource_devtools_info.cc", |
206 "resource_devtools_info.h", | 206 "resource_devtools_info.h", |
| 207 "resource_request.cc", |
| 208 "resource_request.h", |
207 "resource_request_body.cc", | 209 "resource_request_body.cc", |
208 "resource_request_body.h", | 210 "resource_request_body.h", |
209 "resource_response.cc", | 211 "resource_response.cc", |
210 "resource_response.h", | 212 "resource_response.h", |
211 "resource_response_info.cc", | 213 "resource_response_info.cc", |
212 "resource_response_info.h", | 214 "resource_response_info.h", |
213 "resource_type.cc", | 215 "resource_type.cc", |
214 "resource_type.h", | 216 "resource_type.h", |
215 "result_codes.h", | 217 "result_codes.h", |
216 "sandbox_init.h", | 218 "sandbox_init.h", |
217 "sandbox_linux.h", | 219 "sandbox_linux.h", |
218 "sandbox_type.h", | 220 "sandbox_type.h", |
219 "sandboxed_process_launcher_delegate.cc", | 221 "sandboxed_process_launcher_delegate.cc", |
220 "sandboxed_process_launcher_delegate.h", | 222 "sandboxed_process_launcher_delegate.h", |
221 "screen_info.cc", | 223 "screen_info.cc", |
222 "screen_info.h", | 224 "screen_info.h", |
223 "screen_orientation_values.h", | 225 "screen_orientation_values.h", |
224 "send_zygote_child_ping_linux.h", | 226 "send_zygote_child_ping_linux.h", |
225 "service_manager_connection.h", | 227 "service_manager_connection.h", |
| 228 "service_worker_modes.h", |
226 "simple_connection_filter.cc", | 229 "simple_connection_filter.cc", |
227 "simple_connection_filter.h", | 230 "simple_connection_filter.h", |
228 "socket_permission_request.h", | 231 "socket_permission_request.h", |
229 "speech_recognition_error.h", | 232 "speech_recognition_error.h", |
230 "speech_recognition_grammar.h", | 233 "speech_recognition_grammar.h", |
231 "speech_recognition_result.cc", | 234 "speech_recognition_result.cc", |
232 "speech_recognition_result.h", | 235 "speech_recognition_result.h", |
233 "stop_find_action.h", | 236 "stop_find_action.h", |
234 "storage_quota_params.h", | 237 "storage_quota_params.h", |
235 "three_d_api_types.h", | 238 "three_d_api_types.h", |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 sources = [ | 351 sources = [ |
349 "service_names.mojom", | 352 "service_names.mojom", |
350 ] | 353 ] |
351 } | 354 } |
352 | 355 |
353 mojom("resource_type_bindings") { | 356 mojom("resource_type_bindings") { |
354 sources = [ | 357 sources = [ |
355 "resource_type.mojom", | 358 "resource_type.mojom", |
356 ] | 359 ] |
357 } | 360 } |
OLD | NEW |