| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 | 6 |
| 7 # This file builds nacl64.exe, which is a 64-bit x86 Windows executable | 7 # This file builds nacl64.exe, which is a 64-bit x86 Windows executable |
| 8 # used only in the 32-bit x86 Windows build. The :broker code runs both | 8 # used only in the 32-bit x86 Windows build. The :broker code runs both |
| 9 # in nacl64.exe and in the 32-bit chrome executable, to launch | 9 # in nacl64.exe and in the 32-bit chrome executable, to launch |
| 10 # nacl64.exe and communicate with it. | 10 # nacl64.exe and communicate with it. |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 | 149 |
| 150 check_includes = false | 150 check_includes = false |
| 151 | 151 |
| 152 deps = [ | 152 deps = [ |
| 153 "//chrome/common:constants", | 153 "//chrome/common:constants", |
| 154 "//chrome/install_static:install_static_util", | 154 "//chrome/install_static:install_static_util", |
| 155 "//chrome/installer/util:with_no_strings", | 155 "//chrome/installer/util:with_no_strings", |
| 156 "//components/browser_watcher:browser_watcher_client", | 156 "//components/browser_watcher:browser_watcher_client", |
| 157 "//components/flags_ui:switches", | 157 "//components/flags_ui:switches", |
| 158 "//components/policy", | 158 "//components/policy", |
| 159 "//content/public/common:crash_keys", |
| 159 "//content/public/common:static_switches", | 160 "//content/public/common:static_switches", |
| 160 "//ipc", | 161 "//ipc", |
| 162 "//media/base:crash_keys", |
| 161 "//third_party/kasko", | 163 "//third_party/kasko", |
| 162 ] | 164 ] |
| 163 } | 165 } |
| 164 } | 166 } |
| OLD | NEW |