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

Side by Side Diff: mash/BUILD.gn

Issue 1478813002: Renames example_wm to mash_wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « chrome/browser/BUILD.gn ('k') | mash/example/main/main_application_delegate.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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # Target that builders build. 7 # Target that builders build.
8 group("all") { 8 group("all") {
9 testonly = true 9 testonly = true
10 10
11 deps = [ 11 deps = [
12 ":mash_unittests", 12 ":mash_unittests",
13 "//mash/example", 13 "//mash/example",
14 "//mash/wm:tests",
14 ] 15 ]
15 } 16 }
16 17
17 test("mash_unittests") { 18 test("mash_unittests") {
18 deps = [ 19 deps = [
19 "//base", 20 "//base",
20 "//base/test:run_all_unittests", 21 "//base/test:run_all_unittests",
21 "//base/test:test_config", 22 "//base/test:test_config",
22 "//base/test:test_support", 23 "//base/test:test_support",
23 "//mash/wm:unittests", 24 "//mash/wm:unittests",
24 "//mojo/platform_handle:platform_handle_impl", 25 "//mojo/platform_handle:platform_handle_impl",
25 ] 26 ]
26 } 27 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | mash/example/main/main_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698