| 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 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//services/service_manager/public/service_manifest.gni") | 7 import("//services/service_manager/public/service_manifest.gni") |
| 8 | 8 |
| 9 # This file builds nacl64.exe, which is a 64-bit x86 Windows executable | 9 # This file builds nacl64.exe, which is a 64-bit x86 Windows executable |
| 10 # used only in the 32-bit x86 Windows build. The :broker code runs both | 10 # used only in the 32-bit x86 Windows build. The :broker code runs both |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 | 164 |
| 165 deps = [ | 165 deps = [ |
| 166 "//chrome/common:constants", | 166 "//chrome/common:constants", |
| 167 "//chrome/install_static:install_static_util", | 167 "//chrome/install_static:install_static_util", |
| 168 "//chrome/installer/util:with_no_strings", | 168 "//chrome/installer/util:with_no_strings", |
| 169 "//components/browser_watcher:browser_watcher_client", | 169 "//components/browser_watcher:browser_watcher_client", |
| 170 "//components/flags_ui:switches", | 170 "//components/flags_ui:switches", |
| 171 "//components/policy:generated", | 171 "//components/policy:generated", |
| 172 "//content/public/common:static_switches", | 172 "//content/public/common:static_switches", |
| 173 "//ipc", | 173 "//ipc", |
| 174 "//third_party/kasko", | |
| 175 ] | 174 ] |
| 176 } | 175 } |
| 177 } | 176 } |
| 178 | 177 |
| 179 service_manifest("nacl_broker_manifest") { | 178 service_manifest("nacl_broker_manifest") { |
| 180 name = "nacl_broker" | 179 name = "nacl_broker" |
| 181 source = "nacl_broker_manifest.json" | 180 source = "nacl_broker_manifest.json" |
| 182 } | 181 } |
| OLD | NEW |