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

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

Issue 2133503002: arc: Revamp the ArcBridgeService interface (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: More rebasing 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
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("//build/config/ui.gni") 5 import("//build/config/ui.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 "notification/arc_custom_notification_item.cc", 10 "notification/arc_custom_notification_item.cc",
(...skipping 30 matching lines...) Expand all
41 testonly = true 41 testonly = true
42 sources = [ 42 sources = [
43 "notification/arc_notification_manager_unittest.cc", 43 "notification/arc_notification_manager_unittest.cc",
44 "test/run_all_unittests.cc", 44 "test/run_all_unittests.cc",
45 ] 45 ]
46 46
47 deps = [ 47 deps = [
48 ":arc", 48 ":arc",
49 "//base", 49 "//base",
50 "//base/test:test_support", 50 "//base/test:test_support",
51 "//components/arc:arc_base",
51 "//components/arc:arc_test_support", 52 "//components/arc:arc_test_support",
52 "//mojo/edk/system", 53 "//mojo/edk/system",
53 "//testing/gtest", 54 "//testing/gtest",
54 "//ui/message_center:test_support", 55 "//ui/message_center:test_support",
55 ] 56 ]
56 } 57 }
OLDNEW
« no previous file with comments | « components/arc/window_manager/arc_window_manager_bridge.cc ('k') | ui/arc/notification/arc_notification_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698