| 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/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
| 7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
| 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
| 9 import("//extensions/features/features.gni") | 9 import("//extensions/features/features.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "//components/version_info", | 204 "//components/version_info", |
| 205 "//components/visitedlink/common", | 205 "//components/visitedlink/common", |
| 206 "//content/public/common", | 206 "//content/public/common", |
| 207 "//crypto", | 207 "//crypto", |
| 208 "//device/vr:features", | 208 "//device/vr:features", |
| 209 "//extensions/common:common_constants", | 209 "//extensions/common:common_constants", |
| 210 "//extensions/features", | 210 "//extensions/features", |
| 211 "//google_apis", | 211 "//google_apis", |
| 212 "//gpu/command_buffer/service", | 212 "//gpu/command_buffer/service", |
| 213 "//gpu/config", | 213 "//gpu/config", |
| 214 "//gpu/config:crash_keys", |
| 214 "//ipc", | 215 "//ipc", |
| 215 "//media", | 216 "//media", |
| 216 "//mojo/edk/system", | 217 "//mojo/edk/system", |
| 217 "//mojo/public/cpp/bindings", | 218 "//mojo/public/cpp/bindings", |
| 218 "//net", | 219 "//net", |
| 219 "//pdf:features", | 220 "//pdf:features", |
| 220 "//ppapi/features", | 221 "//ppapi/features", |
| 221 "//printing/features", | 222 "//printing/features", |
| 222 "//skia", | 223 "//skia", |
| 223 "//third_party/icu", | 224 "//third_party/icu", |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 mojom("instant_mojom") { | 726 mojom("instant_mojom") { |
| 726 sources = [ | 727 sources = [ |
| 727 "instant.mojom", | 728 "instant.mojom", |
| 728 ] | 729 ] |
| 729 | 730 |
| 730 public_deps = [ | 731 public_deps = [ |
| 731 "//mojo/common:common_custom_types", | 732 "//mojo/common:common_custom_types", |
| 732 "//url/mojo:url_mojom_gurl", | 733 "//url/mojo:url_mojom_gurl", |
| 733 ] | 734 ] |
| 734 } | 735 } |
| OLD | NEW |