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