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

Unified Diff: content/content.gyp

Issue 16325022: move content/common_child to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « content/common_child/webblobregistry_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index f78d372c767dbb2c599b094deb11020f3ae4b8d3..7499e9be4e126fd67ed147600d77e73bec40ce8c 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -48,7 +48,7 @@
'dependencies': [
'content_app',
'content_browser',
- 'content_common_child',
+ 'content_child',
'content_common',
],
'conditions': [
@@ -100,7 +100,7 @@
}],
['java_bridge==1', {
'dependencies': [
- 'content_common_child',
+ 'content_child',
]
}]
],
@@ -123,11 +123,11 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
- 'target_name': 'content_common_child',
+ 'target_name': 'content_child',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
'includes': [
- 'content_common_child.gypi',
+ 'content_child.gypi',
],
'conditions': [
['OS != "ios"', {
@@ -163,7 +163,7 @@
'content_plugin.gypi',
],
'dependencies': [
- 'content_common_child',
+ 'content_child',
'content_common',
],
},
@@ -185,7 +185,7 @@
'content_renderer.gypi',
],
'dependencies': [
- 'content_common_child',
+ 'content_child',
'content_common',
'content_resources.gyp:content_resources',
],
@@ -216,7 +216,7 @@
'content_worker.gypi',
],
'dependencies': [
- 'content_common_child',
+ 'content_child',
'content_common',
],
},
@@ -248,7 +248,7 @@
'includes': [
'content_app.gypi',
'content_browser.gypi',
- 'content_common_child.gypi',
+ 'content_child.gypi',
'content_common.gypi',
'content_gpu.gypi',
'content_plugin.gypi',
@@ -285,7 +285,7 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
- 'target_name': 'content_common_child',
+ 'target_name': 'content_child',
'type': 'none',
'dependencies': ['content'],
},
« no previous file with comments | « content/common_child/webblobregistry_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698