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

Unified Diff: third_party/yasm/yasm_assemble.gni

Issue 561193004: gn: fix last_commit_position.py and yasm_assemble.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | tools/gn/last_commit_position.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/yasm_assemble.gni
diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni
index 78037b8e75327f22dee488215150ae46a139bd0e..ed89829d8fb10f62131e4c179099896ad2e28b64 100644
--- a/third_party/yasm/yasm_assemble.gni
+++ b/third_party/yasm/yasm_assemble.gni
@@ -84,6 +84,7 @@ if (is_mac || is_ios) {
# Default yasm include dirs. Make it match the native build (source root and
# root generated code directory).
_yasm_flags += [
+ "-I.",
# Using "//." will produce a relative path "../.." which looks better than
# "../../" which will result from using "//" as the base (although both
# work). This is because rebase_path will terminate the result in a slash if
« no previous file with comments | « no previous file | tools/gn/last_commit_position.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698