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/config/chrome_build.gni") | 6 import("//build/config/chrome_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
10 import("//build/config/sanitizers/sanitizers.gni") | 10 import("//build/config/sanitizers/sanitizers.gni") |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
128 ":chrome_exe_version", | 128 ":chrome_exe_version", |
129 ":file_pre_reader", | 129 ":file_pre_reader", |
130 ":visual_elements_resources", | 130 ":visual_elements_resources", |
131 "//base", | 131 "//base", |
132 "//breakpad:breakpad_handler", | 132 "//breakpad:breakpad_handler", |
133 "//breakpad:breakpad_sender", | 133 "//breakpad:breakpad_sender", |
134 "//chrome/app/version_assembly:chrome_exe_manifest", | 134 "//chrome/app/version_assembly:chrome_exe_manifest", |
135 "//chrome/browser:chrome_process_finder", | 135 "//chrome/browser:chrome_process_finder", |
136 "//chrome/chrome_watcher", | 136 "//chrome/chrome_watcher", |
137 "//chrome/chrome_watcher:client", | 137 "//chrome/chrome_watcher:client", |
138 "//chrome/common", | |
Lei Zhang
2016/06/30 01:55:40
Has Windows switched to GN yet? If not, don't you
robliao
2016/06/30 16:58:08
Obsoleted with latest patchset.
| |
138 "//chrome/common:constants", | 139 "//chrome/common:constants", |
139 "//chrome/common:metrics_constants_util_win", | 140 "//chrome/common:metrics_constants_util_win", |
140 "//chrome/install_static:install_static_util", | 141 "//chrome/install_static:install_static_util", |
141 "//chrome/installer/util:with_no_strings", | 142 "//chrome/installer/util:with_no_strings", |
142 "//chrome_elf", | 143 "//chrome_elf", |
143 "//components/browser_watcher:browser_watcher_client", | 144 "//components/browser_watcher:browser_watcher_client", |
144 "//components/crash/content/app", | 145 "//components/crash/content/app", |
145 "//components/crash/core/common", | 146 "//components/crash/core/common", |
146 "//components/flags_ui:switches", | 147 "//components/flags_ui:switches", |
147 "//components/startup_metric_utils/common", | 148 "//components/startup_metric_utils/common", |
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1774 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1775 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
1775 "//chrome/tools/build/linux/chrome-wrapper", | 1776 "//chrome/tools/build/linux/chrome-wrapper", |
1776 "//third_party/xdg-utils/scripts/xdg-mime", | 1777 "//third_party/xdg-utils/scripts/xdg-mime", |
1777 "//third_party/xdg-utils/scripts/xdg-settings", | 1778 "//third_party/xdg-utils/scripts/xdg-settings", |
1778 ] | 1779 ] |
1779 outputs = [ | 1780 outputs = [ |
1780 "$root_out_dir/{{source_file_part}}", | 1781 "$root_out_dir/{{source_file_part}}", |
1781 ] | 1782 ] |
1782 } | 1783 } |
1783 } | 1784 } |
OLD | NEW |