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

Unified Diff: components/arc.gypi

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Moved chromeos/arc/bridge/common to components/arc/common Created 5 years, 1 month 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 | « components/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/chrome/chrome_child.gypi b/components/arc.gypi
similarity index 58%
copy from chrome/chrome_child.gypi
copy to components/arc.gypi
index 6464a39177c64ad13a749213165e50411d73d455..74f5fbc1e5e1f1b0affb717946a5476d40e66b45 100644
--- a/chrome/chrome_child.gypi
+++ b/components/arc.gypi
@@ -5,19 +5,21 @@
{
'targets': [
{
- 'target_name': 'child',
+ # GN version: //components/arc
+ 'target_name': 'arc',
'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_child',
- ],
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../chromeos/chromeos.gyp:chromeos',
+ '../ipc/ipc.gyp:ipc',
+ ],
'sources': [
- 'child/pdf_child_init.cc',
- 'child/pdf_child_init.h',
+ 'arc/arc_bridge_service.cc',
+ 'arc/arc_bridge_service.h',
+ 'arc/common/arc_message_generator.cc',
dcheng 2015/11/16 22:35:58 I think the moved IPC headers should also be in th
lhc(google) 2015/11/17 02:32:05 Done.
],
},
],
« no previous file with comments | « components/BUILD.gn ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698