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

Side by Side Diff: ash/BUILD.gn

Issue 1469733003: system tray ui change for AllowOnlyPolicyNetworksToConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shared build Created 5 years, 1 month 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
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 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("ash.gyp") ], 10 [ rebase_path("ash.gyp") ],
11 "scope", 11 "scope",
12 [ "ash.gyp" ]) 12 [ "ash.gyp" ])
13 13
14 component("ash") { 14 component("ash") {
15 sources = gypi_values.ash_sources 15 sources = gypi_values.ash_sources
16 16
17 configs += [ "//build/config:precompiled_headers" ] 17 configs += [ "//build/config:precompiled_headers" ]
18 defines = [ "ASH_IMPLEMENTATION" ] 18 defines = [ "ASH_IMPLEMENTATION" ]
19 19
20 public_deps = [ 20 public_deps = [
21 "//ash/resources", 21 "//ash/resources",
22 "//ash/strings", 22 "//ash/strings",
23 ] 23 ]
24 deps = [ 24 deps = [
25 "//base", 25 "//base",
26 "//base:i18n", 26 "//base:i18n",
27 "//base/third_party/dynamic_annotations", 27 "//base/third_party/dynamic_annotations",
28 "//cc", 28 "//cc",
29 "//components/device_event_log", 29 "//components/device_event_log",
30 "//components/onc",
30 "//components/signin/core/account_id", 31 "//components/signin/core/account_id",
31 "//components/user_manager", 32 "//components/user_manager",
32 "//components/wallpaper", 33 "//components/wallpaper",
33 "//content/public/browser", 34 "//content/public/browser",
34 "//media", 35 "//media",
35 "//net", 36 "//net",
36 "//skia", 37 "//skia",
37 "//third_party/icu", 38 "//third_party/icu",
38 "//ui/accessibility", 39 "//ui/accessibility",
39 "//ui/app_list", 40 "//ui/app_list",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 configs += [ "//build/config/win:windowed" ] 408 configs += [ "//build/config/win:windowed" ]
408 deps += [ "//sandbox" ] 409 deps += [ "//sandbox" ]
409 } 410 }
410 411
411 if (is_chromeos) { 412 if (is_chromeos) {
412 deps += [ "//device/bluetooth" ] 413 deps += [ "//device/bluetooth" ]
413 } 414 }
414 } 415 }
415 # When adding support for isolates, please have a look at run-time dependencies 416 # When adding support for isolates, please have a look at run-time dependencies
416 # in the ash_unittests_run target in ash.gyp. 417 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698