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

Unified Diff: tools/linux_dist_support/debian/rules

Issue 2995203002: Change debian package build rules to drop GYP (Closed)
Patch Set: Created 3 years, 4 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: tools/linux_dist_support/debian/rules
diff --git a/tools/linux_dist_support/debian/rules b/tools/linux_dist_support/debian/rules
index b58fcb0b44d22d49f5f9f2850adf58dad0401c02..8c0665b7c41970c51e2f76ff186b9a46d4cb6675 100755
--- a/tools/linux_dist_support/debian/rules
+++ b/tools/linux_dist_support/debian/rules
@@ -47,7 +47,7 @@ override_dh_auto_clean:
find . -name *.Makefile -execdir rm -f {} \;
override_dh_auto_configure:
- GYP_GENERATORS=make python dart/tools/gyp_dart.py all
+ python dart/tools/generate_buildfiles.py
override_dh_auto_build:
cd dart; \
« 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