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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 "channel_info_android.cc", | 63 "channel_info_android.cc", |
64 "channel_info_chromeos.cc", | 64 "channel_info_chromeos.cc", |
65 "channel_info_mac.mm", | 65 "channel_info_mac.mm", |
66 "channel_info_posix.cc", | 66 "channel_info_posix.cc", |
67 "channel_info_win.cc", | 67 "channel_info_win.cc", |
68 "child_process_logging.h", | 68 "child_process_logging.h", |
69 "child_process_logging_win.cc", | 69 "child_process_logging_win.cc", |
70 "chrome_content_client.cc", | 70 "chrome_content_client.cc", |
71 "chrome_content_client.h", | 71 "chrome_content_client.h", |
72 "chrome_content_client_constants.cc", | 72 "chrome_content_client_constants.cc", |
73 "chrome_content_client_ios.mm", | |
74 "chrome_media_client_android.cc", | 73 "chrome_media_client_android.cc", |
75 "chrome_media_client_android.h", | 74 "chrome_media_client_android.h", |
76 "chrome_result_codes.h", | 75 "chrome_result_codes.h", |
77 "chrome_utility_messages.h", | 76 "chrome_utility_messages.h", |
78 "common_message_generator.cc", | 77 "common_message_generator.cc", |
79 "common_message_generator.h", | 78 "common_message_generator.h", |
80 "common_param_traits.cc", | 79 "common_param_traits.cc", |
81 "common_param_traits.h", | 80 "common_param_traits.h", |
82 "common_param_traits_macros.h", | 81 "common_param_traits_macros.h", |
83 "component_flash_hint_file_linux.cc", | 82 "component_flash_hint_file_linux.cc", |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 "renderer_configuration.mojom", | 681 "renderer_configuration.mojom", |
683 "resource_usage_reporter.mojom", | 682 "resource_usage_reporter.mojom", |
684 "shell_handler_win.mojom", | 683 "shell_handler_win.mojom", |
685 ] | 684 ] |
686 | 685 |
687 public_deps = [ | 686 public_deps = [ |
688 "//components/content_settings/core/common:mojo_bindings", | 687 "//components/content_settings/core/common:mojo_bindings", |
689 "//url/mojo:url_mojom_gurl", | 688 "//url/mojo:url_mojom_gurl", |
690 ] | 689 ] |
691 } | 690 } |
OLD | NEW |