| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "//ipc", | 222 "//ipc", |
| 223 "//media", | 223 "//media", |
| 224 "//mojo/edk/system", | 224 "//mojo/edk/system", |
| 225 "//mojo/public/cpp/bindings", | 225 "//mojo/public/cpp/bindings", |
| 226 "//net", | 226 "//net", |
| 227 "//pdf:features", | 227 "//pdf:features", |
| 228 "//ppapi/features", | 228 "//ppapi/features", |
| 229 "//printing/features", | 229 "//printing/features", |
| 230 "//skia", | 230 "//skia", |
| 231 "//third_party/icu", | 231 "//third_party/icu", |
| 232 "//third_party/kasko:kasko_features", | |
| 233 "//third_party/re2", | 232 "//third_party/re2", |
| 234 "//third_party/widevine/cdm:headers", | 233 "//third_party/widevine/cdm:headers", |
| 235 "//third_party/zlib:zip", | 234 "//third_party/zlib:zip", |
| 236 "//ui/accessibility", | 235 "//ui/accessibility", |
| 237 "//ui/base", | 236 "//ui/base", |
| 238 "//ui/gfx/ipc", | 237 "//ui/gfx/ipc", |
| 239 "//ui/gfx/ipc/geometry", | 238 "//ui/gfx/ipc/geometry", |
| 240 "//ui/gfx/ipc/skia", | 239 "//ui/gfx/ipc/skia", |
| 241 "//ui/gl", | 240 "//ui/gl", |
| 242 "//ui/message_center", | 241 "//ui/message_center", |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 "renderer_configuration.mojom", | 679 "renderer_configuration.mojom", |
| 681 "resource_usage_reporter.mojom", | 680 "resource_usage_reporter.mojom", |
| 682 "shell_handler_win.mojom", | 681 "shell_handler_win.mojom", |
| 683 ] | 682 ] |
| 684 | 683 |
| 685 public_deps = [ | 684 public_deps = [ |
| 686 "//components/content_settings/core/common:mojo_bindings", | 685 "//components/content_settings/core/common:mojo_bindings", |
| 687 "//url/mojo:url_mojom_gurl", | 686 "//url/mojo:url_mojom_gurl", |
| 688 ] | 687 ] |
| 689 } | 688 } |
| OLD | NEW |