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

Unified Diff: content/content_shell.gyp

Issue 17366006: Factor out content shell and tests into a standalone gyp (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/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gyp
diff --git a/content/content_shell.gypi b/content/content_shell.gyp
similarity index 98%
rename from content/content_shell.gypi
rename to content/content_shell.gyp
index bd2e202129263c7241857b528ee8fce58f2f8742..9fbd616ca12f22b6798bd1f564bbfce62d0a7ade 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gyp
@@ -27,18 +27,18 @@
'chromium_code': 1,
},
'dependencies': [
- 'content_app',
- 'content_browser',
- 'content_common',
- 'content_gpu',
- 'content_plugin',
- 'content_ppapi_plugin',
- 'content_renderer',
- 'content_shell_resources',
- 'content_utility',
- 'content_worker',
- 'test_support_content',
+ 'content.gyp:content_app',
+ 'content.gyp:content_browser',
+ 'content.gyp:content_common',
+ 'content.gyp:content_gpu',
+ 'content.gyp:content_plugin',
+ 'content.gyp:content_ppapi_plugin',
+ 'content.gyp:content_renderer',
+ 'content.gyp:content_utility',
+ 'content.gyp:content_worker',
+ 'content.gyp:test_support_content',
'content_resources.gyp:content_resources',
+ 'content_shell_resources',
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../ipc/ipc.gyp:ipc',
@@ -659,7 +659,7 @@
'target_name': 'content_shell_java',
'type': 'none',
'dependencies': [
- 'content_java',
+ 'content.gyp:content_java',
],
'variables': {
'java_in_dir': '../content/shell/android/java',
@@ -686,8 +686,8 @@
'target_name': 'content_shell_apk',
'type': 'none',
'dependencies': [
- 'content_java',
- 'content_java_test_support',
+ 'content.gyp:content_java',
+ 'content.gyp:content_java_test_support',
'content_shell_java',
'libcontent_shell_content_view',
'../base/base.gyp:base_java',
« no previous file with comments | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698