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

Side by Side Diff: components/exo/wayland/BUILD.gn

Issue 1490113006: Add all components 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 | « components/exo/BUILD.gn ('k') | components/version_info/version_info.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 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("wayland") { 7 source_set("wayland") {
8 sources = [ 8 sources = [
9 "scoped_wl_types.cc", 9 "scoped_wl_types.cc",
10 "scoped_wl_types.h", 10 "scoped_wl_types.h",
(...skipping 17 matching lines...) Expand all
28 28
29 source_set("unit_tests") { 29 source_set("unit_tests") {
30 testonly = true 30 testonly = true
31 31
32 sources = [ 32 sources = [
33 "server_unittest.cc", 33 "server_unittest.cc",
34 ] 34 ]
35 35
36 deps = [ 36 deps = [
37 ":wayland", 37 ":wayland",
38 "//base",
39 "//components/exo",
38 "//testing/gtest", 40 "//testing/gtest",
39 "//third_party/wayland:wayland_client", 41 "//third_party/wayland:wayland_client",
40 ] 42 ]
41 } 43 }
OLDNEW
« no previous file with comments | « components/exo/BUILD.gn ('k') | components/version_info/version_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698