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

Side by Side Diff: components/mus/example/BUILD.gn

Issue 1416453005: Adds window resizing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | components/mus/example/wm/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 import("//testing/test.gni")
6
5 group("example") { 7 group("example") {
6 testonly = true 8 testonly = true
7 9
8 deps = [ 10 deps = [
9 "//components/mus/example/main", 11 "//components/mus/example/main",
10 "//components/mus/example/mock_sysui", 12 "//components/mus/example/mock_sysui",
11 "//components/mus/example/views_examples", 13 "//components/mus/example/views_examples",
12 "//components/mus/example/window_type_launcher", 14 "//components/mus/example/window_type_launcher",
13 "//components/mus/example/wm", 15 "//components/mus/example/wm",
14 ] 16 ]
15 } 17 }
18
19 test("mustash_unittests") {
20 deps = [
21 "//base",
22 "//base/test:run_all_unittests",
23 "//base/test:test_config",
24 "//base/test:test_support",
25 "//components/mus/example/wm:unittests",
26 ]
27 }
OLDNEW
« no previous file with comments | « no previous file | components/mus/example/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698