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

Unified Diff: components/arc.gypi

Issue 2093563007: Add a floating close button for arc custom notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move arc_service etc into arc_base target, update //ui/arc and add to .gn Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | components/arc/BUILD.gn » ('j') | components/arc/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 52eab5a9de31b3abc0c5f88c14a20cf4569dec64..9d2d7e4f06efb6a93b7586bb35349f3666bb65b3 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -12,6 +12,7 @@
'..',
],
'dependencies': [
+ 'arc_base',
'arc_mojo_bindings',
'components.gyp:exo',
'components.gyp:onc_component',
@@ -33,18 +34,12 @@
'sources': [
'arc/arc_bridge_bootstrap.cc',
'arc/arc_bridge_bootstrap.h',
- 'arc/arc_bridge_service.cc',
- 'arc/arc_bridge_service.h',
'arc/arc_bridge_service_impl.cc',
'arc/arc_bridge_service_impl.h',
- 'arc/arc_service.cc',
- 'arc/arc_service.h',
'arc/arc_service_manager.cc',
'arc/arc_service_manager.h',
'arc/audio/arc_audio_bridge.cc',
'arc/audio/arc_audio_bridge.h',
- 'arc/bitmap/bitmap_type_converters.cc',
- 'arc/bitmap/bitmap_type_converters.h',
'arc/bluetooth/arc_bluetooth_bridge.cc',
'arc/bluetooth/arc_bluetooth_bridge.h',
'arc/bluetooth/bluetooth_type_converters.cc',
@@ -89,6 +84,27 @@
],
},
{
+ # GN version: //components/arc:arc_base
+ 'target_name': 'arc_base',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../chromeos/chromeos.gyp:chromeos',
+ '../skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'arc/arc_bridge_service.cc',
+ 'arc/arc_bridge_service.h',
+ 'arc/arc_service.cc',
+ 'arc/arc_service.h',
+ 'arc/bitmap/bitmap_type_converters.cc',
+ 'arc/bitmap/bitmap_type_converters.h',
+ ],
+ },
+ {
# GN version: //components/arc_test_support
'target_name': 'arc_test_support',
'type': 'static_library',
« no previous file with comments | « .gn ('k') | components/arc/BUILD.gn » ('j') | components/arc/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698