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

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: Addressed feedback 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 | « no previous file | components/arc/DEPS » ('j') | components/arc/OWNERS » ('J')
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 64%
copy from chrome/chrome_child.gypi
copy to components/arc.gypi
index 6464a39177c64ad13a749213165e50411d73d455..f390f18f775968dd832c5dc65e167905a583dec8 100644
--- a/chrome/chrome_child.gypi
+++ b/components/arc.gypi
@@ -5,19 +5,18 @@
{
'targets': [
{
- 'target_name': 'child',
+ # GN version: //components/arc
jochen (gone - plz use gerrit) 2015/11/06 06:02:16 the gn version is missing
Luis Héctor Chávez 2015/11/09 16:41:04 Done.
+ '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',
jochen (gone - plz use gerrit) 2015/11/06 06:02:16 you also depend on ipc and chromeos
Luis Héctor Chávez 2015/11/09 16:41:04 Done.
+ ],
'sources': [
- 'child/pdf_child_init.cc',
- 'child/pdf_child_init.h',
+ 'arc/arc_bridge_service.cc',
jochen (gone - plz use gerrit) 2015/11/06 06:02:16 please include headers
Luis Héctor Chávez 2015/11/09 16:41:04 Done.
+ 'arc/arc_pref_names.cc',
],
},
],
« no previous file with comments | « no previous file | components/arc/DEPS » ('j') | components/arc/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698