| 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/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/locales.gni") | 8 import("//build/config/locales.gni") |
| 9 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "//chrome/app/version_assembly:chrome_exe_manifest", | 141 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 142 "//chrome/browser:chrome_process_finder", | 142 "//chrome/browser:chrome_process_finder", |
| 143 "//chrome/chrome_watcher", | 143 "//chrome/chrome_watcher", |
| 144 "//chrome/chrome_watcher:client", | 144 "//chrome/chrome_watcher:client", |
| 145 "//chrome/installer/util:with_no_strings", | 145 "//chrome/installer/util:with_no_strings", |
| 146 "//chrome_elf", | 146 "//chrome_elf", |
| 147 "//components/browser_watcher:browser_watcher_client", | 147 "//components/browser_watcher:browser_watcher_client", |
| 148 "//components/crash/content/app", | 148 "//components/crash/content/app", |
| 149 "//components/crash/core/common", | 149 "//components/crash/core/common", |
| 150 "//components/flags_ui:switches", | 150 "//components/flags_ui:switches", |
| 151 "//components/startup_metric_utils/common", |
| 151 "//content:sandbox_helper_win", | 152 "//content:sandbox_helper_win", |
| 152 "//content/public/common:static_switches", | 153 "//content/public/common:static_switches", |
| 153 "//crypto", | 154 "//crypto", |
| 154 "//sandbox", | 155 "//sandbox", |
| 155 "//third_party/crashpad/crashpad/handler:handler_lib", | 156 "//third_party/crashpad/crashpad/handler:handler_lib", |
| 156 "//third_party/kasko", | 157 "//third_party/kasko", |
| 157 "//ui/gfx", | 158 "//ui/gfx", |
| 158 "//win8/delegate_execute", | 159 "//win8/delegate_execute", |
| 159 "//win8/metro_driver", | 160 "//win8/metro_driver", |
| 160 ] | 161 ] |
| (...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1069 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1070 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1070 "//chrome/tools/build/linux/chrome-wrapper", | 1071 "//chrome/tools/build/linux/chrome-wrapper", |
| 1071 "//third_party/xdg-utils/scripts/xdg-mime", | 1072 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1072 "//third_party/xdg-utils/scripts/xdg-settings", | 1073 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1073 ] | 1074 ] |
| 1074 outputs = [ | 1075 outputs = [ |
| 1075 "$root_out_dir/{{source_file_part}}", | 1076 "$root_out_dir/{{source_file_part}}", |
| 1076 ] | 1077 ] |
| 1077 } | 1078 } |
| 1078 } | 1079 } |
| OLD | NEW |