Chromium Code Reviews| 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", | |
|
gab
2016/04/12 19:21:08
Adding previously missing 'common_constants' depen
| |
| 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1102 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1104 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1103 "//chrome/tools/build/linux/chrome-wrapper", | 1105 "//chrome/tools/build/linux/chrome-wrapper", |
| 1104 "//third_party/xdg-utils/scripts/xdg-mime", | 1106 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1105 "//third_party/xdg-utils/scripts/xdg-settings", | 1107 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1106 ] | 1108 ] |
| 1107 outputs = [ | 1109 outputs = [ |
| 1108 "$root_out_dir/{{source_file_part}}", | 1110 "$root_out_dir/{{source_file_part}}", |
| 1109 ] | 1111 ] |
| 1110 } | 1112 } |
| 1111 } | 1113 } |
| OLD | NEW |