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

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

Issue 1342293002: Move `gn check` into the `generate_build_files` step. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back out installer changes, do not check //chrome/installer Created 5 years, 3 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/update_client/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('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 component("user_manager") { 5 component("user_manager") {
6 sources = [ 6 sources = [
7 "empty_user_info.cc", 7 "empty_user_info.cc",
8 "empty_user_info.h", 8 "empty_user_info.h",
9 "user_id.h", 9 "user_id.h",
10 "user_info.cc", 10 "user_info.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 testonly = true 54 testonly = true
55 if (is_chromeos) { 55 if (is_chromeos) {
56 sources = [ 56 sources = [
57 "fake_user_manager.cc", 57 "fake_user_manager.cc",
58 "fake_user_manager.h", 58 "fake_user_manager.h",
59 ] 59 ]
60 deps = [ 60 deps = [
61 ":user_manager", 61 ":user_manager",
62 "//base", 62 "//base",
63 "//skia", 63 "//skia",
64 "//ui/base",
64 ] 65 ]
65 } 66 }
66 } 67 }
OLDNEW
« no previous file with comments | « components/update_client/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698