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

Side by Side Diff: ash/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 months 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 | « no previous file | base/BUILD.gn » ('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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1496 1496
1497 executable("ash_shell_with_content") { 1497 executable("ash_shell_with_content") {
1498 testonly = true 1498 testonly = true
1499 sources = [ 1499 sources = [
1500 "shell/content/shell_with_content_main.cc", 1500 "shell/content/shell_with_content_main.cc",
1501 ] 1501 ]
1502 1502
1503 deps = [ 1503 deps = [
1504 ":ash_shell_lib_with_content", 1504 ":ash_shell_lib_with_content",
1505 "//base", 1505 "//base",
1506 "//build/config/sanitizers:deps", 1506 "//build/config:exe_and_shlib_deps",
1507 "//build/win:default_exe_manifest", 1507 "//build/win:default_exe_manifest",
1508 "//components/user_manager", 1508 "//components/user_manager",
1509 "//content", 1509 "//content",
1510 "//content/public/app:both", 1510 "//content/public/app:both",
1511 "//device/bluetooth", 1511 "//device/bluetooth",
1512 ] 1512 ]
1513 1513
1514 data_deps = [ 1514 data_deps = [
1515 "//ash/strings:ash_test_strings", 1515 "//ash/strings:ash_test_strings",
1516 "//ash/resources:ash_test_resources_with_content_100_percent", 1516 "//ash/resources:ash_test_resources_with_content_100_percent",
1517 "//ash/resources:ash_test_resources_200_percent", 1517 "//ash/resources:ash_test_resources_200_percent",
1518 ] 1518 ]
1519 } 1519 }
OLDNEW
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698