Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: ash/mus/BUILD.gn

Issue 2549583002: Remove ash_unittests/mash_unittests from Windows build targets (Closed)
Patch Set: review comments 2 Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/common/BUILD.gn ('k') | chrome/tools/build/win/create_installer_archive.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
11 assert(is_chromeos)
12
11 source_set("lib") { 13 source_set("lib") {
12 sources = [ 14 sources = [
13 "accelerators/accelerator_controller_delegate_mus.cc", 15 "accelerators/accelerator_controller_delegate_mus.cc",
14 "accelerators/accelerator_controller_delegate_mus.h", 16 "accelerators/accelerator_controller_delegate_mus.h",
15 "accelerators/accelerator_controller_registrar.cc", 17 "accelerators/accelerator_controller_registrar.cc",
16 "accelerators/accelerator_controller_registrar.h", 18 "accelerators/accelerator_controller_registrar.h",
17 "accelerators/accelerator_handler.h", 19 "accelerators/accelerator_handler.h",
18 "accelerators/accelerator_ids.h", 20 "accelerators/accelerator_ids.h",
19 "accessibility_delegate_mus.cc", 21 "accessibility_delegate_mus.cc",
20 "accessibility_delegate_mus.h", 22 "accessibility_delegate_mus.h",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "//ui/views/mus", 283 "//ui/views/mus",
282 ] 284 ]
283 285
284 data_deps = [ 286 data_deps = [
285 ":mus", 287 ":mus",
286 "//mash/quick_launch", 288 "//mash/quick_launch",
287 ] 289 ]
288 290
289 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 291 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
290 } 292 }
OLDNEW
« no previous file with comments | « ash/common/BUILD.gn ('k') | chrome/tools/build/win/create_installer_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698