| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "speech_recognition_error.h", | 231 "speech_recognition_error.h", |
| 232 "speech_recognition_grammar.h", | 232 "speech_recognition_grammar.h", |
| 233 "speech_recognition_result.cc", | 233 "speech_recognition_result.cc", |
| 234 "speech_recognition_result.h", | 234 "speech_recognition_result.h", |
| 235 "stop_find_action.h", | 235 "stop_find_action.h", |
| 236 "storage_quota_params.h", | 236 "storage_quota_params.h", |
| 237 "three_d_api_types.h", | 237 "three_d_api_types.h", |
| 238 "url_constants.cc", | 238 "url_constants.cc", |
| 239 "url_constants.h", | 239 "url_constants.h", |
| 240 "url_fetcher.h", | 240 "url_fetcher.h", |
| 241 "url_loader_throttle.h", |
| 241 "url_utils.cc", | 242 "url_utils.cc", |
| 242 "url_utils.h", | 243 "url_utils.h", |
| 243 "user_agent.h", | 244 "user_agent.h", |
| 244 "web_preferences.cc", | 245 "web_preferences.cc", |
| 245 "web_preferences.h", | 246 "web_preferences.h", |
| 246 "webplugininfo.cc", | 247 "webplugininfo.cc", |
| 247 "webplugininfo.h", | 248 "webplugininfo.h", |
| 248 "zygote_fork_delegate_linux.h", | 249 "zygote_fork_delegate_linux.h", |
| 249 "zygote_handle.h", | 250 "zygote_handle.h", |
| 250 ] | 251 ] |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 sources = [ | 349 sources = [ |
| 349 "service_names.mojom", | 350 "service_names.mojom", |
| 350 ] | 351 ] |
| 351 } | 352 } |
| 352 | 353 |
| 353 mojom("resource_type_bindings") { | 354 mojom("resource_type_bindings") { |
| 354 sources = [ | 355 sources = [ |
| 355 "resource_type.mojom", | 356 "resource_type.mojom", |
| 356 ] | 357 ] |
| 357 } | 358 } |
| OLD | NEW |