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

Unified Diff: build/common.gypi

Issue 966723003: Rewrite plugin_flags.sh Bash script in Python. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheng Created 5 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 | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 4fcd2117ffcf7a630d5e607cfdf6b41d850321e1..db6865ef27ed89f8a94b5c3be65acae9fd3d857c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2157,9 +2157,8 @@
'enable_service_discovery%': 1
}],
['clang_use_chrome_plugins==1 and OS!="win"', {
- 'clang_chrome_plugins_flags': [
- '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
- ],
+ 'clang_chrome_plugins_flags%':
+ '<!(python <(DEPTH)/tools/clang/scripts/plugin_flags.py)',
}],
['asan==1 or msan==1 or lsan==1 or tsan==1', {
'clang%': 1,
« no previous file with comments | « no previous file | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698