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

Unified Diff: components/arc.gypi

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing links to BUILD.gn Created 5 years 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 | « chrome/test/BUILD.gn ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
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 7ad1264eca6f2bdc8bddb22babacbe2f708dc600..7105b7b5546445195b4b7d3b2d5ce454292dc51e 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -32,5 +32,21 @@
'arc/common/arc_notification_types.cc',
],
},
+ {
+ # GN version: //components/arc_test_support
+ 'target_name': 'arc_test_support',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'arc',
+ ],
+ 'sources': [
+ 'arc/test/fake_arc_bridge_service.cc',
+ 'arc/test/fake_arc_bridge_service.h',
+ ],
+ },
],
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698