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

Side by Side Diff: components/signin/core/browser/BUILD.gn

Issue 2261253003: Add chrome/browser/extensions to "GN check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dumb typo Created 4 years, 4 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/safe_browsing_db/BUILD.gn ('k') | components/spellcheck/browser/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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("browser") { 9 static_library("browser") {
10 sources = [ 10 sources = [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "signin_tracker.cc", 67 "signin_tracker.cc",
68 "signin_tracker.h", 68 "signin_tracker.h",
69 "webdata/token_service_table.cc", 69 "webdata/token_service_table.cc",
70 "webdata/token_service_table.h", 70 "webdata/token_service_table.h",
71 "webdata/token_web_data.cc", 71 "webdata/token_web_data.cc",
72 "webdata/token_web_data.h", 72 "webdata/token_web_data.h",
73 ] 73 ]
74 74
75 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 75 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
76 76
77 public_deps = [
78 "//components/signin/core/account_id",
79 "//components/signin/core/common",
80 ]
77 deps = [ 81 deps = [
78 "//base", 82 "//base",
79 "//base:i18n", 83 "//base:i18n",
80 "//components/content_settings/core/browser", 84 "//components/content_settings/core/browser",
81 "//components/content_settings/core/common", 85 "//components/content_settings/core/common",
82 "//components/google/core/browser", 86 "//components/google/core/browser",
83 "//components/invalidation/public", 87 "//components/invalidation/public",
84 "//components/keyed_service/core", 88 "//components/keyed_service/core",
85 "//components/metrics", 89 "//components/metrics",
86 "//components/os_crypt", 90 "//components/os_crypt",
87 "//components/pref_registry", 91 "//components/pref_registry",
88 "//components/prefs", 92 "//components/prefs",
89 "//components/signin/core/account_id",
90 "//components/signin/core/common",
91 "//components/webdata/common", 93 "//components/webdata/common",
92 "//crypto", 94 "//crypto",
93 "//google_apis", 95 "//google_apis",
94 "//net", 96 "//net",
95 "//sql", 97 "//sql",
96 "//third_party/icu", 98 "//third_party/icu",
97 ] 99 ]
98 100
99 if (is_chromeos) { 101 if (is_chromeos) {
100 sources -= [ 102 sources -= [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 } 174 }
173 175
174 if (is_android) { 176 if (is_android) {
175 # GYP: //component/signin.gypi:investigated_scenario_java 177 # GYP: //component/signin.gypi:investigated_scenario_java
176 java_cpp_enum("investigated_scenario_java") { 178 java_cpp_enum("investigated_scenario_java") {
177 sources = [ 179 sources = [
178 "signin_investigator.h", 180 "signin_investigator.h",
179 ] 181 ]
180 } 182 }
181 } 183 }
OLDNEW
« no previous file with comments | « components/safe_browsing_db/BUILD.gn ('k') | components/spellcheck/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698