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

Unified Diff: chrome/browser/resources/vulcanize_gn_test.py

Issue 2915393002: vulcanize_gn.py: Stop writing twice to the declared GN output file. (Closed)
Patch Set: Nits. Created 3 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 | « chrome/browser/resources/vulcanize_gn.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vulcanize_gn_test.py
diff --git a/chrome/browser/resources/vulcanize_gn_test.py b/chrome/browser/resources/vulcanize_gn_test.py
index 702f5a46556099ff11bde354f81d410c5721bd7e..9af9495993d023ae15b5bc2a4068c993bc4ee057 100755
--- a/chrome/browser/resources/vulcanize_gn_test.py
+++ b/chrome/browser/resources/vulcanize_gn_test.py
@@ -71,6 +71,7 @@ class VulcanizeGnTest(unittest.TestCase):
self.assertFalse('element.html' in fast_html)
self.assertFalse('element.js' in fast_html)
self.assertTrue('got here!' in fast_html)
+ self.assertTrue('<script src="fast.js"></script>' in fast_html)
fast_js = self._read_out_file('fast.js')
self.assertTrue('yay' in fast_js)
« no previous file with comments | « chrome/browser/resources/vulcanize_gn.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698