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

Unified Diff: build/all.gyp

Issue 15054005: Move all_webkit inside OS!="ios" block in all.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 264ede7c6b142ad44ee9650edd0270a631feb68e..07c3f95d2f684506f6650eb413a7f9b5cc0bbe28 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -186,14 +186,6 @@
],
}, # target_name: All
{
- 'target_name': 'all_webkit',
- 'type': 'none',
- 'dependencies': [
- '../third_party/WebKit/public/all.gyp:all_blink',
- '../content/content.gyp:content_shell',
- ],
- }, # target_name: all_webkit
- {
'target_name': 'All_syzygy',
'type': 'none',
'conditions': [
@@ -321,6 +313,14 @@
['OS!="ios"', {
'targets': [
{
+ 'target_name': 'all_webkit',
+ 'type': 'none',
+ 'dependencies': [
+ '../third_party/WebKit/public/all.gyp:all_blink',
+ '../content/content.gyp:content_shell',
+ ],
+ }, # target_name: all_webkit
+ {
'target_name': 'chromium_builder_nacl_win_integration',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698