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

Unified Diff: build/all.gyp

Issue 131453013: GTK build fix: Have a dummy aura_builder target even with use_aura=0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 3350f7dc2784bfe348b59950531d69433d5d040f..25a2b267d97eeac983e40ac47b28037b2f501ffe 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -1199,6 +1199,15 @@
],
},
], # targets
+ }, {
+ # TODO(thakis): Remove this once the linux gtk bot no longer references
+ # it (probably after the first aura release on linux), see r249162
+ 'targets': [
+ {
+ 'target_name': 'aura_builder',
+ 'type': 'none',
+ },
+ ], # targets
}], # "use_aura==1"
['test_isolation_mode != "noop"', {
'targets': [
« 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