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.
|
], |
}, |
], |