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

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

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comment Created 4 years, 8 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 | « components/arc.gypi ('k') | 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 18 matching lines...) Expand all
29 "crash_collector/arc_crash_collector_bridge.h", 29 "crash_collector/arc_crash_collector_bridge.h",
30 "ime/arc_ime_bridge.h", 30 "ime/arc_ime_bridge.h",
31 "ime/arc_ime_bridge_impl.cc", 31 "ime/arc_ime_bridge_impl.cc",
32 "ime/arc_ime_bridge_impl.h", 32 "ime/arc_ime_bridge_impl.h",
33 "ime/arc_ime_service.cc", 33 "ime/arc_ime_service.cc",
34 "ime/arc_ime_service.h", 34 "ime/arc_ime_service.h",
35 "intent_helper/arc_intent_helper_bridge.cc", 35 "intent_helper/arc_intent_helper_bridge.cc",
36 "intent_helper/arc_intent_helper_bridge.h", 36 "intent_helper/arc_intent_helper_bridge.h",
37 "intent_helper/font_size_util.cc", 37 "intent_helper/font_size_util.cc",
38 "intent_helper/font_size_util.h", 38 "intent_helper/font_size_util.h",
39 "intent_helper/link_handler_model_impl.cc",
40 "intent_helper/link_handler_model_impl.h",
39 "metrics/arc_low_memory_killer_monitor.cc", 41 "metrics/arc_low_memory_killer_monitor.cc",
40 "metrics/arc_low_memory_killer_monitor.h", 42 "metrics/arc_low_memory_killer_monitor.h",
41 "metrics/arc_metrics_service.cc", 43 "metrics/arc_metrics_service.cc",
42 "metrics/arc_metrics_service.h", 44 "metrics/arc_metrics_service.h",
43 "net/arc_net_host_impl.cc", 45 "net/arc_net_host_impl.cc",
44 "net/arc_net_host_impl.h", 46 "net/arc_net_host_impl.h",
45 "power/arc_power_bridge.cc", 47 "power/arc_power_bridge.cc",
46 "power/arc_power_bridge.h", 48 "power/arc_power_bridge.h",
47 ] 49 ]
48 50
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 193
192 deps = [ 194 deps = [
193 ":arc_standalone", 195 ":arc_standalone",
194 ":arc_standalone_service", 196 ":arc_standalone_service",
195 "//base", 197 "//base",
196 "//ipc:ipc", 198 "//ipc:ipc",
197 "//ipc/mojo:mojo", 199 "//ipc/mojo:mojo",
198 "//mojo/edk/system", 200 "//mojo/edk/system",
199 ] 201 ]
200 } 202 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/arc/common/intent_helper.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698