| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "conflicts/module_watcher_win.cc", | 83 "conflicts/module_watcher_win.cc", |
| 84 "conflicts/module_watcher_win.h", | 84 "conflicts/module_watcher_win.h", |
| 85 "content_restriction.h", | 85 "content_restriction.h", |
| 86 "crash_keys.cc", | 86 "crash_keys.cc", |
| 87 "crash_keys.h", | 87 "crash_keys.h", |
| 88 "custom_handlers/protocol_handler.cc", | 88 "custom_handlers/protocol_handler.cc", |
| 89 "custom_handlers/protocol_handler.h", | 89 "custom_handlers/protocol_handler.h", |
| 90 "descriptors_android.h", | 90 "descriptors_android.h", |
| 91 "ini_parser.cc", | 91 "ini_parser.cc", |
| 92 "ini_parser.h", | 92 "ini_parser.h", |
| 93 "instant_type_traits.h", | 93 "instant_struct_traits.h", |
| 94 "logging_chrome.cc", | 94 "logging_chrome.cc", |
| 95 "logging_chrome.h", | 95 "logging_chrome.h", |
| 96 "mac/app_shim_launch.h", | 96 "mac/app_shim_launch.h", |
| 97 "mac/app_shim_messages.h", | 97 "mac/app_shim_messages.h", |
| 98 "mac/cfbundle_blocker.h", | 98 "mac/cfbundle_blocker.h", |
| 99 "mac/cfbundle_blocker.mm", | 99 "mac/cfbundle_blocker.mm", |
| 100 "mac/launchd.h", | 100 "mac/launchd.h", |
| 101 "mac/launchd.mm", | 101 "mac/launchd.mm", |
| 102 "media/media_resource_provider.cc", | 102 "media/media_resource_provider.cc", |
| 103 "media/media_resource_provider.h", | 103 "media/media_resource_provider.h", |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 mojom("instant_mojom") { | 692 mojom("instant_mojom") { |
| 693 sources = [ | 693 sources = [ |
| 694 "instant.mojom", | 694 "instant.mojom", |
| 695 ] | 695 ] |
| 696 | 696 |
| 697 public_deps = [ | 697 public_deps = [ |
| 698 "//mojo/common:common_custom_types", | 698 "//mojo/common:common_custom_types", |
| 699 "//url/mojo:url_mojom_gurl", | 699 "//url/mojo:url_mojom_gurl", |
| 700 ] | 700 ] |
| 701 } | 701 } |
| OLD | NEW |