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

Side by Side Diff: components/arc.gypi

Issue 1634443002: Revert "Implement GpuArcVideoService for arc video accelerator" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/browser/chromeos/chrome_browser_main_chromeos.cc ('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 27 matching lines...) Expand all
38 'arc/clipboard/arc_clipboard_bridge.h', 38 'arc/clipboard/arc_clipboard_bridge.h',
39 'arc/ime/arc_ime_bridge.cc', 39 'arc/ime/arc_ime_bridge.cc',
40 'arc/ime/arc_ime_bridge.h', 40 'arc/ime/arc_ime_bridge.h',
41 'arc/ime/arc_ime_ipc_host.h', 41 'arc/ime/arc_ime_ipc_host.h',
42 'arc/ime/arc_ime_ipc_host_impl.cc', 42 'arc/ime/arc_ime_ipc_host_impl.cc',
43 'arc/ime/arc_ime_ipc_host_impl.h', 43 'arc/ime/arc_ime_ipc_host_impl.h',
44 'arc/input/arc_input_bridge.cc', 44 'arc/input/arc_input_bridge.cc',
45 'arc/input/arc_input_bridge.h', 45 'arc/input/arc_input_bridge.h',
46 'arc/power/arc_power_bridge.cc', 46 'arc/power/arc_power_bridge.cc',
47 'arc/power/arc_power_bridge.h', 47 'arc/power/arc_power_bridge.h',
48 'arc/video/arc_video_bridge.cc',
49 'arc/video/arc_video_bridge.h',
50 'arc/video/video_host_delegate.h',
51 ], 48 ],
52 }, 49 },
53 { 50 {
54 # GN version: //components/arc_test_support 51 # GN version: //components/arc_test_support
55 'target_name': 'arc_test_support', 52 'target_name': 'arc_test_support',
56 'type': 'static_library', 53 'type': 'static_library',
57 'include_dirs': [ 54 'include_dirs': [
58 '..', 55 '..',
59 ], 56 ],
60 'dependencies': [ 57 'dependencies': [
(...skipping 22 matching lines...) Expand all
83 'arc/common/arc_bridge.mojom', 80 'arc/common/arc_bridge.mojom',
84 'arc/common/auth.mojom', 81 'arc/common/auth.mojom',
85 'arc/common/clipboard.mojom', 82 'arc/common/clipboard.mojom',
86 'arc/common/ime.mojom', 83 'arc/common/ime.mojom',
87 'arc/common/input.mojom', 84 'arc/common/input.mojom',
88 'arc/common/intent_helper.mojom', 85 'arc/common/intent_helper.mojom',
89 'arc/common/notifications.mojom', 86 'arc/common/notifications.mojom',
90 'arc/common/power.mojom', 87 'arc/common/power.mojom',
91 'arc/common/process.mojom', 88 'arc/common/process.mojom',
92 'arc/common/settings.mojom', 89 'arc/common/settings.mojom',
93 'arc/common/video.mojom',
94 ], 90 ],
95 }, 91 },
96 ], 92 ],
97 } 93 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698