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

Unified Diff: chrome/tools/build/mac/run_verify_order.py

Issue 2387723002: Test CL to demonstrate GN + hermetic toolchain
Patch Set: more fixes. Created 4 years, 3 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/app/nibs/generate_localizer.py ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/run_verify_order.py
diff --git a/chrome/tools/build/mac/run_verify_order.py b/chrome/tools/build/mac/run_verify_order.py
index 70802464393177ecbc8aa1c50b0768d3c062208d..782bfa5af736c0b86227727de16353ec34b7238f 100644
--- a/chrome/tools/build/mac/run_verify_order.py
+++ b/chrome/tools/build/mac/run_verify_order.py
@@ -15,8 +15,11 @@ if __name__ == '__main__':
description='A wrapper around verify_order that writes a stamp file.')
parser.add_argument('--stamp', action='store', type=str,
help='Touch this stamp file on success.')
+ parser.add_argument('--developer_dir',
+ help='developer dir.')
args, unknown_args = parser.parse_known_args()
+ os.environ['DEVELOPER_DIR'] = "/Users/erikchen/projects/chromium/src/build/mac_files/Xcode.app/"
this_script_dir = os.path.dirname(sys.argv[0])
rv = subprocess.check_call(
« no previous file with comments | « chrome/app/nibs/generate_localizer.py ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698