| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "//breakpad:breakpad_sender", | 148 "//breakpad:breakpad_sender", |
| 149 "//chrome/app/version_assembly:chrome_exe_manifest", | 149 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 150 "//chrome/browser:chrome_process_finder", | 150 "//chrome/browser:chrome_process_finder", |
| 151 "//chrome/chrome_watcher", | 151 "//chrome/chrome_watcher", |
| 152 "//chrome/chrome_watcher:client", | 152 "//chrome/chrome_watcher:client", |
| 153 "//chrome/installer/util", | 153 "//chrome/installer/util", |
| 154 "//chrome_elf", | 154 "//chrome_elf", |
| 155 "//components/browser_watcher:browser_watcher_client", | 155 "//components/browser_watcher:browser_watcher_client", |
| 156 "//components/crash/content/app", | 156 "//components/crash/content/app", |
| 157 "//components/crash/core/common", | 157 "//components/crash/core/common", |
| 158 "//components/flags_ui:switches", |
| 158 "//content:sandbox_helper_win", | 159 "//content:sandbox_helper_win", |
| 159 "//content/public/common:static_switches", | 160 "//content/public/common:static_switches", |
| 160 "//crypto", | 161 "//crypto", |
| 161 "//sandbox", | 162 "//sandbox", |
| 162 "//ui/gfx", | 163 "//ui/gfx", |
| 163 ] | 164 ] |
| 164 data_deps = [ | 165 data_deps = [ |
| 165 "//chrome/app/version_assembly:version_assembly_manifest", | 166 "//chrome/app/version_assembly:version_assembly_manifest", |
| 166 ] | 167 ] |
| 167 | 168 |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1069 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1069 "//chrome/tools/build/linux/chrome-wrapper", | 1070 "//chrome/tools/build/linux/chrome-wrapper", |
| 1070 "//third_party/xdg-utils/scripts/xdg-mime", | 1071 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1071 "//third_party/xdg-utils/scripts/xdg-settings", | 1072 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1072 ] | 1073 ] |
| 1073 outputs = [ | 1074 outputs = [ |
| 1074 "$root_out_dir/{{source_file_part}}", | 1075 "$root_out_dir/{{source_file_part}}", |
| 1075 ] | 1076 ] |
| 1076 } | 1077 } |
| 1077 } | 1078 } |
| OLD | NEW |