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

Unified Diff: Makefile

Issue 2498223004: [build] Add build options for uftrace support
Patch Set: build: Add build options for uftrace support Created 4 years, 1 month 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 | « BUILD.gn ('k') | gypfiles/standalone.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 6eeac09a14875b9ee691ded0c164168f0e7d2445..3236f24fe111cbb1aa5c6ebdf862899ba4bbd7cf 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,12 @@ endif
ifeq ($(imminentdeprecationwarnings), on)
GYPFLAGS += -Dv8_imminent_deprecation_warnings=1
endif
+ifeq ($(pg), on)
+ GYPFLAGS += -Dpg=1
+endif
+ifeq ($(finstrument), on)
+ GYPFLAGS += -Dfinstrument=1
+endif
# asan=on
ifeq ($(asan), on)
GYPFLAGS += -Dasan=1 -Dclang=1
« no previous file with comments | « BUILD.gn ('k') | gypfiles/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698