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

Side by Side Diff: components/arc.gypi

Issue 1590723003: Host-side implementation of ARC Intent handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Support new GURL interface at https://chromium.googlesource.com/chromium/src/+/dfbcc3b7926990bbf523… Created 4 years, 11 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/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/arc 8 # GN version: //components/arc
9 'target_name': 'arc', 9 'target_name': 'arc',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 24 matching lines...) Expand all
35 'arc/arc_service_manager.h', 35 'arc/arc_service_manager.h',
36 'arc/clipboard/arc_clipboard_bridge.cc', 36 'arc/clipboard/arc_clipboard_bridge.cc',
37 'arc/clipboard/arc_clipboard_bridge.h', 37 'arc/clipboard/arc_clipboard_bridge.h',
38 'arc/ime/arc_ime_bridge.cc', 38 'arc/ime/arc_ime_bridge.cc',
39 'arc/ime/arc_ime_bridge.h', 39 'arc/ime/arc_ime_bridge.h',
40 'arc/ime/arc_ime_ipc_host.cc', 40 'arc/ime/arc_ime_ipc_host.cc',
41 'arc/ime/arc_ime_ipc_host.h', 41 'arc/ime/arc_ime_ipc_host.h',
42 'arc/input/arc_input_bridge.h', 42 'arc/input/arc_input_bridge.h',
43 'arc/input/arc_input_bridge_impl.cc', 43 'arc/input/arc_input_bridge_impl.cc',
44 'arc/input/arc_input_bridge_impl.h', 44 'arc/input/arc_input_bridge_impl.h',
45 'arc/intent_helper/arc_intent_helper_bridge.cc',
46 'arc/intent_helper/arc_intent_helper_bridge.h',
45 'arc/settings/arc_settings_bridge.cc', 47 'arc/settings/arc_settings_bridge.cc',
46 'arc/settings/arc_settings_bridge.h', 48 'arc/settings/arc_settings_bridge.h',
47 'arc/power/arc_power_bridge.cc', 49 'arc/power/arc_power_bridge.cc',
48 'arc/power/arc_power_bridge.h', 50 'arc/power/arc_power_bridge.h',
49 'arc/video/arc_video_bridge.cc', 51 'arc/video/arc_video_bridge.cc',
50 'arc/video/arc_video_bridge.h', 52 'arc/video/arc_video_bridge.h',
51 'arc/video/video_host_delegate.h', 53 'arc/video/video_host_delegate.h',
52 ], 54 ],
53 }, 55 },
54 { 56 {
(...skipping 24 matching lines...) Expand all
79 'includes': [ 81 'includes': [
80 '../third_party/mojo/mojom_bindings_generator.gypi', 82 '../third_party/mojo/mojom_bindings_generator.gypi',
81 ], 83 ],
82 'sources': [ 84 'sources': [
83 'arc/common/app.mojom', 85 'arc/common/app.mojom',
84 'arc/common/arc_bridge.mojom', 86 'arc/common/arc_bridge.mojom',
85 'arc/common/auth.mojom', 87 'arc/common/auth.mojom',
86 'arc/common/clipboard.mojom', 88 'arc/common/clipboard.mojom',
87 'arc/common/ime.mojom', 89 'arc/common/ime.mojom',
88 'arc/common/input.mojom', 90 'arc/common/input.mojom',
91 'arc/common/intent_helper.mojom',
89 'arc/common/notifications.mojom', 92 'arc/common/notifications.mojom',
90 'arc/common/power.mojom', 93 'arc/common/power.mojom',
91 'arc/common/process.mojom', 94 'arc/common/process.mojom',
92 'arc/common/settings.mojom', 95 'arc/common/settings.mojom',
93 'arc/common/video.mojom', 96 'arc/common/video.mojom',
94 ], 97 ],
95 }, 98 },
96 ], 99 ],
97 } 100 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698