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

Side by Side Diff: components/arc/BUILD.gn

Issue 2156683002: [arc-intents] Remove SSP matching; add unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply CL feedback. Created 4 years, 5 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 | « no previous file | components/arc/common/intent_helper.mojom » ('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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_bridge_bootstrap.cc", 10 "arc_bridge_bootstrap.cc",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 } 188 }
189 189
190 source_set("unit_tests") { 190 source_set("unit_tests") {
191 testonly = true 191 testonly = true
192 sources = [ 192 sources = [
193 "arc_bridge_service_unittest.cc", 193 "arc_bridge_service_unittest.cc",
194 "ime/arc_ime_service_unittest.cc", 194 "ime/arc_ime_service_unittest.cc",
195 "intent_helper/activity_icon_loader_unittest.cc", 195 "intent_helper/activity_icon_loader_unittest.cc",
196 "intent_helper/arc_intent_helper_bridge_unittest.cc", 196 "intent_helper/arc_intent_helper_bridge_unittest.cc",
197 "intent_helper/font_size_util_unittest.cc", 197 "intent_helper/font_size_util_unittest.cc",
198 "intent_helper/intent_filter_unittest.cc",
198 "intent_helper/link_handler_model_impl_unittest.cc", 199 "intent_helper/link_handler_model_impl_unittest.cc",
199 ] 200 ]
200 201
201 deps = [ 202 deps = [
202 ":arc", 203 ":arc",
203 ":arc_bindings", 204 ":arc_bindings",
204 ":arc_test_support", 205 ":arc_test_support",
205 "//base", 206 "//base",
206 "//chromeos", 207 "//chromeos",
207 "//mojo/public/cpp/system:system", 208 "//mojo/public/cpp/system:system",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ] 259 ]
259 260
260 deps = [ 261 deps = [
261 ":arc_standalone", 262 ":arc_standalone",
262 ":arc_standalone_service", 263 ":arc_standalone_service",
263 "//base", 264 "//base",
264 "//ipc:ipc", 265 "//ipc:ipc",
265 "//mojo/edk/system", 266 "//mojo/edk/system",
266 ] 267 ]
267 } 268 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/common/intent_helper.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698