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

Side by Side Diff: mojo/services/html_viewer/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
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("//third_party/mojo/src/mojo/public/mojo.gni") 6 import("//third_party/mojo/src/mojo/public/mojo.gni")
6 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 7 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
7 8
8 action("generate_blink_resource_map") { 9 action("generate_blink_resource_map") {
9 script = "//mojo/services/html_viewer/generate_blink_resource_map.py" 10 script = "//mojo/services/html_viewer/generate_blink_resource_map.py"
10 args = [ 11 args = [
11 "--pak-file", 12 "--pak-file",
12 rebase_path("$root_out_dir/gen/blink/public/resources/blink_resources.pak"), 13 rebase_path("$root_out_dir/gen/blink/public/resources/blink_resources.pak"),
13 "--header", 14 "--header",
14 rebase_path("$target_gen_dir/blink_resource_map.h"), 15 rebase_path("$target_gen_dir/blink_resource_map.h"),
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 test("tests") { 120 test("tests") {
120 output_name = "html_viewer_unittests" 121 output_name = "html_viewer_unittests"
121 sources = [ 122 sources = [
122 "ax_provider_impl_unittest.cc", 123 "ax_provider_impl_unittest.cc",
123 ] 124 ]
124 deps = [ 125 deps = [
125 ":lib", 126 ":lib",
126 "//base/test:run_all_unittests", 127 "//base/test:run_all_unittests",
127 ] 128 ]
128 } 129 }
OLDNEW
« no previous file with comments | « mojo/converters/surfaces/tests/BUILD.gn ('k') | mojo/services/view_manager/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698