| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "extensions/chrome_manifest_handlers.h", | 277 "extensions/chrome_manifest_handlers.h", |
| 278 "extensions/chrome_manifest_url_handlers.cc", | 278 "extensions/chrome_manifest_url_handlers.cc", |
| 279 "extensions/chrome_manifest_url_handlers.h", | 279 "extensions/chrome_manifest_url_handlers.h", |
| 280 "extensions/chrome_utility_extensions_messages.h", | 280 "extensions/chrome_utility_extensions_messages.h", |
| 281 "extensions/command.cc", | 281 "extensions/command.cc", |
| 282 "extensions/command.h", | 282 "extensions/command.h", |
| 283 "extensions/extension_constants.cc", | 283 "extensions/extension_constants.cc", |
| 284 "extensions/extension_constants.h", | 284 "extensions/extension_constants.h", |
| 285 "extensions/extension_metrics.cc", | 285 "extensions/extension_metrics.cc", |
| 286 "extensions/extension_metrics.h", | 286 "extensions/extension_metrics.h", |
| 287 "extensions/extension_process_policy.cc", | |
| 288 "extensions/extension_process_policy.h", | |
| 289 "extensions/image_writer/image_writer_util_mac.cc", | 287 "extensions/image_writer/image_writer_util_mac.cc", |
| 290 "extensions/image_writer/image_writer_util_mac.h", | 288 "extensions/image_writer/image_writer_util_mac.h", |
| 291 "extensions/manifest_handlers/app_icon_color_info.cc", | 289 "extensions/manifest_handlers/app_icon_color_info.cc", |
| 292 "extensions/manifest_handlers/app_icon_color_info.h", | 290 "extensions/manifest_handlers/app_icon_color_info.h", |
| 293 "extensions/manifest_handlers/app_launch_info.cc", | 291 "extensions/manifest_handlers/app_launch_info.cc", |
| 294 "extensions/manifest_handlers/app_launch_info.h", | 292 "extensions/manifest_handlers/app_launch_info.h", |
| 295 "extensions/manifest_handlers/automation.cc", | 293 "extensions/manifest_handlers/automation.cc", |
| 296 "extensions/manifest_handlers/automation.h", | 294 "extensions/manifest_handlers/automation.h", |
| 297 "extensions/manifest_handlers/content_scripts_handler.cc", | 295 "extensions/manifest_handlers/content_scripts_handler.cc", |
| 298 "extensions/manifest_handlers/content_scripts_handler.h", | 296 "extensions/manifest_handlers/content_scripts_handler.h", |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 mojom("instant_mojom") { | 729 mojom("instant_mojom") { |
| 732 sources = [ | 730 sources = [ |
| 733 "instant.mojom", | 731 "instant.mojom", |
| 734 ] | 732 ] |
| 735 | 733 |
| 736 public_deps = [ | 734 public_deps = [ |
| 737 "//mojo/common:common_custom_types", | 735 "//mojo/common:common_custom_types", |
| 738 "//url/mojo:url_mojom_gurl", | 736 "//url/mojo:url_mojom_gurl", |
| 739 ] | 737 ] |
| 740 } | 738 } |
| OLD | NEW |