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

Side by Side Diff: ui/chromeos/BUILD.gn

Issue 1501823003: Add //ui/* to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « ui/base/BUILD.gn ('k') | ui/compositor/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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("ui_chromeos") { 7 component("ui_chromeos") {
8 sources = [ 8 sources = [
9 "accelerometer/accelerometer_util.cc", 9 "accelerometer/accelerometer_util.cc",
10 "accelerometer/accelerometer_util.h", 10 "accelerometer/accelerometer_util.h",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ] 79 ]
80 deps = [ 80 deps = [
81 ":ui_chromeos", 81 ":ui_chromeos",
82 "//base/test:test_support", 82 "//base/test:test_support",
83 "//chromeos", 83 "//chromeos",
84 "//skia", 84 "//skia",
85 "//testing/gtest", 85 "//testing/gtest",
86 "//ui/aura:test_support", 86 "//ui/aura:test_support",
87 "//ui/compositor", 87 "//ui/compositor",
88 "//ui/events:test_support", 88 "//ui/events:test_support",
89 "//ui/gl", 89 "//ui/gl:test_support",
90 "//ui/message_center", 90 "//ui/message_center",
91 "//ui/resources:ui_test_pak", 91 "//ui/resources:ui_test_pak",
92 "//ui/views", 92 "//ui/views",
93 "//ui/views:test_support", 93 "//ui/views:test_support",
94 ] 94 ]
95 } 95 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698