| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 ":file_pre_reader", | 127 ":file_pre_reader", |
| 128 | 128 |
| 129 # 'chrome_nacl_win64" TODO(GYP) bug 512869 | 129 # 'chrome_nacl_win64" TODO(GYP) bug 512869 |
| 130 "//base", | 130 "//base", |
| 131 "//breakpad:breakpad_handler", | 131 "//breakpad:breakpad_handler", |
| 132 "//breakpad:breakpad_sender", | 132 "//breakpad:breakpad_sender", |
| 133 "//chrome/app/version_assembly:chrome_exe_manifest", | 133 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 134 "//chrome/browser:chrome_process_finder", | 134 "//chrome/browser:chrome_process_finder", |
| 135 "//chrome/chrome_watcher", | 135 "//chrome/chrome_watcher", |
| 136 "//chrome/chrome_watcher:client", | 136 "//chrome/chrome_watcher:client", |
| 137 "//chrome/common:constants", |
| 138 "//chrome/common:metrics_constants_util_win", |
| 137 "//chrome/installer/util:with_no_strings", | 139 "//chrome/installer/util:with_no_strings", |
| 138 "//chrome_elf", | 140 "//chrome_elf", |
| 139 "//components/browser_watcher:browser_watcher_client", | 141 "//components/browser_watcher:browser_watcher_client", |
| 140 "//components/crash/content/app", | 142 "//components/crash/content/app", |
| 141 "//components/crash/core/common", | 143 "//components/crash/core/common", |
| 142 "//components/flags_ui:switches", | 144 "//components/flags_ui:switches", |
| 143 "//components/startup_metric_utils/common", | 145 "//components/startup_metric_utils/common", |
| 144 "//content:sandbox_helper_win", | 146 "//content:sandbox_helper_win", |
| 145 "//content/public/common:static_switches", | 147 "//content/public/common:static_switches", |
| 146 "//crypto", | 148 "//crypto", |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1096 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1098 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1097 "//chrome/tools/build/linux/chrome-wrapper", | 1099 "//chrome/tools/build/linux/chrome-wrapper", |
| 1098 "//third_party/xdg-utils/scripts/xdg-mime", | 1100 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1099 "//third_party/xdg-utils/scripts/xdg-settings", | 1101 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1100 ] | 1102 ] |
| 1101 outputs = [ | 1103 outputs = [ |
| 1102 "$root_out_dir/{{source_file_part}}", | 1104 "$root_out_dir/{{source_file_part}}", |
| 1103 ] | 1105 ] |
| 1104 } | 1106 } |
| 1105 } | 1107 } |
| OLD | NEW |