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

Side by Side Diff: components/policy/core/common/BUILD.gn

Issue 2056033002: Clean Up Remaining Domain Check Call and netapi32.lib Usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isos
Patch Set: Created 4 years, 6 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 | « chrome/chrome_browser.gypi ('k') | components/policy/core/common/policy_loader_win.cc » ('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 6
7 source_set("common") { 7 source_set("common") {
8 visibility = [ 8 visibility = [
9 "//components/policy/*", 9 "//components/policy/*",
10 "//components/syncable_prefs/*", 10 "//components/syncable_prefs/*",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "//components/policy", 140 "//components/policy",
141 "//components/prefs", 141 "//components/prefs",
142 "//google_apis", 142 "//google_apis",
143 "//net", 143 "//net",
144 "//third_party/re2", 144 "//third_party/re2",
145 "//url", 145 "//url",
146 ] 146 ]
147 147
148 if (is_win) { 148 if (is_win) {
149 libs = [ 149 libs = [
150 "netapi32.lib",
151 "shlwapi.lib", 150 "shlwapi.lib",
152 "userenv.lib", 151 "userenv.lib",
153 "ntdsapi.lib", 152 "ntdsapi.lib",
154 ] 153 ]
155 } 154 }
156 if (is_android) { 155 if (is_android) {
157 sources += [ "cloud/component_cloud_policy_service_stub.cc" ] 156 sources += [ "cloud/component_cloud_policy_service_stub.cc" ]
158 sources -= [ 157 sources -= [
159 "cloud/component_cloud_policy_service.cc", 158 "cloud/component_cloud_policy_service.cc",
160 "cloud/component_cloud_policy_store.cc", 159 "cloud/component_cloud_policy_store.cc",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "//components/policy:policy_component_test_support", 290 "//components/policy:policy_component_test_support",
292 "//components/prefs:test_support", 291 "//components/prefs:test_support",
293 "//components/prefs:test_support", 292 "//components/prefs:test_support",
294 "//google_apis", 293 "//google_apis",
295 "//net:test_support", 294 "//net:test_support",
296 "//testing/gmock", 295 "//testing/gmock",
297 "//testing/gtest", 296 "//testing/gtest",
298 ] 297 ]
299 } 298 }
300 } 299 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/policy/core/common/policy_loader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698