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

Unified Diff: content/content_shell.gypi

Issue 17366006: Factor out content shell and tests into a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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_and_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index ef34e024b19e36ec5457366df91dbce509d65106..23806f8635208687cc38bfa6f758b3b57a6bb3df 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -27,18 +27,18 @@
'chromium_code': 1,
},
'dependencies': [
- 'content_app',
- 'content_browser',
- 'content_common',
- 'content_gpu',
- 'content_plugin',
- 'content_ppapi_plugin',
- 'content_renderer',
+ '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_resources.gyp:content_resources',
'content_shell_resources',
- 'content_utility',
- 'content_worker',
'test_support_content',
- 'content_resources.gyp:content_resources',
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../ipc/ipc.gyp:ipc',
@@ -662,7 +662,7 @@
'target_name': 'content_shell_java',
'type': 'none',
'dependencies': [
- 'content_java',
+ 'content.gyp:content_java',
],
'variables': {
'java_in_dir': '../content/shell/android/java',
@@ -689,7 +689,7 @@
'target_name': 'content_shell_apk',
'type': 'none',
'dependencies': [
- 'content_java',
+ 'content.gyp:content_java',
'content_java_test_support',
'content_shell_java',
'libcontent_shell_content_view',
« no previous file with comments | « content/content.gyp ('k') | content/content_shell_and_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698