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

Side by Side Diff: mojo/common/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « media/mojo/services/BUILD.gn ('k') | mojo/converters/surfaces/tests/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")
6
5 # GYP version: mojo/mojo_base.gyp:mojo_common_lib 7 # GYP version: mojo/mojo_base.gyp:mojo_common_lib
6 component("common") { 8 component("common") {
7 output_name = "mojo_common_lib" 9 output_name = "mojo_common_lib"
8 10
9 sources = [ 11 sources = [
10 "common_type_converters.cc", 12 "common_type_converters.cc",
11 "common_type_converters.h", 13 "common_type_converters.h",
12 "data_pipe_utils.cc", 14 "data_pipe_utils.cc",
13 "data_pipe_utils.h", 15 "data_pipe_utils.h",
14 "handle_watcher.cc", 16 "handle_watcher.cc",
(...skipping 29 matching lines...) Expand all
44 "//third_party/mojo/src/mojo/public/cpp/test_support:test_utils", 46 "//third_party/mojo/src/mojo/public/cpp/test_support:test_utils",
45 "//url", 47 "//url",
46 ] 48 ]
47 49
48 sources = [ 50 sources = [
49 "common_type_converters_unittest.cc", 51 "common_type_converters_unittest.cc",
50 "handle_watcher_unittest.cc", 52 "handle_watcher_unittest.cc",
51 "message_pump_mojo_unittest.cc", 53 "message_pump_mojo_unittest.cc",
52 ] 54 ]
53 } 55 }
OLDNEW
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | mojo/converters/surfaces/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698