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

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

Issue 2877883002: Consolidate two IsArcWindow functions to reduce code duplication (Closed)
Patch Set: Fix BUILD.gn Created 3 years, 7 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 | « chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc ('k') | components/arc/DEPS » ('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_service_manager.cc", 10 "arc_service_manager.cc",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "arc_session_runner.cc", 109 "arc_session_runner.cc",
110 "arc_session_runner.h", 110 "arc_session_runner.h",
111 "arc_stop_reason.cc", 111 "arc_stop_reason.cc",
112 "arc_stop_reason.h", 112 "arc_stop_reason.h",
113 "arc_util.cc", 113 "arc_util.cc",
114 "arc_util.h", 114 "arc_util.h",
115 "instance_holder.h", 115 "instance_holder.h",
116 ] 116 ]
117 117
118 deps = [ 118 deps = [
119 "//ash/shared:app_types",
119 "//base", 120 "//base",
120 "//chromeos", 121 "//chromeos",
121 "//components/user_manager", 122 "//components/user_manager",
122 "//mojo/edk/system", 123 "//mojo/edk/system",
124 "//ui/aura",
sadrul 2017/05/16 18:21:51 I don't really know what the difference is between
Yusuke Sato 2017/05/16 21:57:58 Thanks. Chatted with lhchavez@ and moved them to "
123 ] 125 ]
124 126
125 public_deps = [ 127 public_deps = [
126 ":arc_bindings", 128 ":arc_bindings",
127 ] 129 ]
128 } 130 }
129 131
130 mojom("arc_bindings") { 132 mojom("arc_bindings") {
131 sources = [ 133 sources = [
132 "common/accessibility_helper.mojom", 134 "common/accessibility_helper.mojom",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "intent_helper/font_size_util_unittest.cc", 220 "intent_helper/font_size_util_unittest.cc",
219 "intent_helper/intent_filter_unittest.cc", 221 "intent_helper/intent_filter_unittest.cc",
220 "intent_helper/link_handler_model_impl_unittest.cc", 222 "intent_helper/link_handler_model_impl_unittest.cc",
221 "intent_helper/local_activity_resolver_unittest.cc", 223 "intent_helper/local_activity_resolver_unittest.cc",
222 "intent_helper/page_transition_util_unittest.cc", 224 "intent_helper/page_transition_util_unittest.cc",
223 "kiosk/arc_kiosk_bridge_unittest.cc", 225 "kiosk/arc_kiosk_bridge_unittest.cc",
224 ] 226 ]
225 227
226 deps = [ 228 deps = [
227 ":arc_test_support", 229 ":arc_test_support",
230 "//ash/shared:app_types",
228 "//base", 231 "//base",
229 "//base/test:test_support", 232 "//base/test:test_support",
230 "//chromeos", 233 "//chromeos",
231 "//device/bluetooth", 234 "//device/bluetooth",
232 "//mojo/public/cpp/system:system", 235 "//mojo/public/cpp/system:system",
233 "//testing/gmock", 236 "//testing/gmock",
234 "//testing/gtest", 237 "//testing/gtest",
235 "//ui/aura", 238 "//ui/aura",
236 "//ui/aura:test_support", 239 "//ui/aura:test_support",
237 "//ui/base:test_support", 240 "//ui/base:test_support",
238 "//ui/base/ime", 241 "//ui/base/ime",
239 "//ui/events", 242 "//ui/events",
240 "//ui/events:dom_keycode_converter", 243 "//ui/events:dom_keycode_converter",
241 "//url:url", 244 "//url:url",
242 ] 245 ]
243 } 246 }
OLDNEW
« no previous file with comments | « chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc ('k') | components/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698