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

Unified Diff: mojo/tools/roll/patch.py

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/tools/roll/cc_strip_video.patch ('k') | net/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/roll/patch.py
diff --git a/mojo/tools/roll/patch.py b/mojo/tools/roll/patch.py
index 30e5a963b4c1534617cc0f37a3dcbb6519e006a3..5711627cf0d2d6ef6aad574832c3989a5b199a59 100755
--- a/mojo/tools/roll/patch.py
+++ b/mojo/tools/roll/patch.py
@@ -14,7 +14,10 @@ def patch():
utils.commit("filter gyp_environment out of build/landmines.py")
utils.filter_file("gpu/BUILD.gn", lambda line: not "//gpu/ipc" in line)
- utils.commit("filter gpu/ipc out of gpu/BUILD.gn")
+ utils.commit("filter //gpu/ipc out of gpu/BUILD.gn")
+
+ utils.filter_file("cc/BUILD.gn", lambda line: not "//media" in line)
+ utils.commit("filter //media out of cc/BUILD.gn")
for p in utils.find(["*.patch"], os.path.dirname(os.path.realpath(__file__))):
print "applying patch %s" % os.path.basename(p)
« no previous file with comments | « mojo/tools/roll/cc_strip_video.patch ('k') | net/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698