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

Unified Diff: Source/BUILD.gn

Issue 1135853003: Call Python version of oilplan plugin flags script. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | Source/config.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/BUILD.gn
diff --git a/Source/BUILD.gn b/Source/BUILD.gn
index c2d2c02b85b84c7372c86d22be91a9773c341942..30cafc159837538d94d19537592febdc3c78db87 100644
--- a/Source/BUILD.gn
+++ b/Source/BUILD.gn
@@ -64,7 +64,7 @@ config("config") {
if (is_clang) {
if (blink_gc_plugin && clang_use_chrome_plugins) {
# TODO(GYP)
- #'cflags': ['<!@(../../../tools/clang/scripts/blink_gc_plugin_flags.sh enable-oilpan=<(enable_oilpan) dump-graph=<(blink_gc_plugin_dump_graph))'],
+ #'cflags': ['<!@(../../../tools/clang/scripts/blink_gc_plugin_flags.py enable-oilpan=<(enable_oilpan) dump-graph=<(blink_gc_plugin_dump_graph))'],
}
}
}
« no previous file with comments | « no previous file | Source/config.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698