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

Unified Diff: build/landmines.py

Issue 236063002: Make landmines.py ignore eclipse gyp generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: [ to ( Created 6 years, 8 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: build/landmines.py
diff --git a/build/landmines.py b/build/landmines.py
index 857585adbfa6b84bf2ccf07d4c4e2aedd9f4592e..70e5a4c491da871fc24d54cf9150659c7df09df2 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -113,7 +113,7 @@ def process_options():
def main():
landmine_scripts = process_options()
- if landmine_utils.builder() == 'dump_dependency_json':
+ if landmine_utils.builder() in ('dump_dependency_json', 'eclipse'):
return 0
for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'):
« 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