| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "network_service_test.mojom", | 342 "network_service_test.mojom", |
| 343 "window_container_type.mojom", | 343 "window_container_type.mojom", |
| 344 ] | 344 ] |
| 345 } | 345 } |
| 346 | 346 |
| 347 mojom("service_names") { | 347 mojom("service_names") { |
| 348 sources = [ | 348 sources = [ |
| 349 "service_names.mojom", | 349 "service_names.mojom", |
| 350 ] | 350 ] |
| 351 } | 351 } |
| 352 |
| 353 mojom("resource_type_bindings") { |
| 354 sources = [ |
| 355 "resource_type.mojom", |
| 356 ] |
| 357 } |
| OLD | NEW |