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

Side by Side Diff: services/navigation/BUILD.gn

Issue 2046723002: Add navigation client lib for convenience (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@target
Patch Set: Created 4 years, 6 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 | « mash/browser/browser.cc ('k') | services/navigation/navigation_unittest.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/mojo_application_manifest.gni") 6 import("//mojo/public/mojo_application_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 group("all") { 10 group("all") {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 } 73 }
74 74
75 test("navigation_unittests") { 75 test("navigation_unittests") {
76 sources = [ 76 sources = [
77 "navigation_unittest.cc", 77 "navigation_unittest.cc",
78 ] 78 ]
79 79
80 deps = [ 80 deps = [
81 "//base", 81 "//base",
82 "//base/test:test_support", 82 "//base/test:test_support",
83 "//services/navigation/public/cpp",
83 "//services/navigation/public/interfaces", 84 "//services/navigation/public/interfaces",
84 "//services/shell/public/cpp", 85 "//services/shell/public/cpp",
85 "//services/shell/public/cpp:shell_test_support", 86 "//services/shell/public/cpp:shell_test_support",
86 "//services/shell/public/cpp/test:run_all_shelltests", 87 "//services/shell/public/cpp/test:run_all_shelltests",
87 "//testing/gtest", 88 "//testing/gtest",
88 ] 89 ]
89 90
90 data_deps = [ 91 data_deps = [
91 ":navigation", 92 ":navigation",
92 ":unittest_manifest", 93 ":unittest_manifest",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "//net:net_resources", 135 "//net:net_resources",
135 "//third_party/WebKit/public:image_resources", 136 "//third_party/WebKit/public:image_resources",
136 "//third_party/WebKit/public:resources", 137 "//third_party/WebKit/public:resources",
137 "//ui/resources", 138 "//ui/resources",
138 "//ui/strings", 139 "//ui/strings",
139 "//ui/views/resources", 140 "//ui/views/resources",
140 ] 141 ]
141 142
142 output = "$root_out_dir/navigation.pak" 143 output = "$root_out_dir/navigation.pak"
143 } 144 }
OLDNEW
« no previous file with comments | « mash/browser/browser.cc ('k') | services/navigation/navigation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698