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

Side by Side Diff: components/security_state/BUILD.gn

Issue 2170813003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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 | « components/search_provider_logos/BUILD.gn ('k') | components/signin/core/account_id/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 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 } 8 }
9 9
10 # GYP version: components/security_state.gyp 10 # GYP version: components/security_state.gyp
11 source_set("security_state") { 11 static_library("security_state") {
12 sources = [ 12 sources = [
13 "security_state_model.cc", 13 "security_state_model.cc",
14 "security_state_model.h", 14 "security_state_model.h",
15 "security_state_model_client.h", 15 "security_state_model_client.h",
16 "switches.cc", 16 "switches.cc",
17 "switches.h", 17 "switches.h",
18 ] 18 ]
19 19
20 deps = [ 20 deps = [
21 "//base", 21 "//base",
(...skipping 15 matching lines...) Expand all
37 sources = [ 37 sources = [
38 "security_state_model_unittest.cc", 38 "security_state_model_unittest.cc",
39 ] 39 ]
40 40
41 deps = [ 41 deps = [
42 ":security_state", 42 ":security_state",
43 "//net:test_support", 43 "//net:test_support",
44 "//testing/gtest", 44 "//testing/gtest",
45 ] 45 ]
46 } 46 }
OLDNEW
« no previous file with comments | « components/search_provider_logos/BUILD.gn ('k') | components/signin/core/account_id/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698