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

Unified Diff: build/config/pgo/pgo.gni

Issue 2507333002: Add the possibility to build with PGO when using Clang (Closed)
Patch Set: 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
Index: build/config/pgo/pgo.gni
diff --git a/build/config/pgo/pgo.gni b/build/config/pgo/pgo.gni
new file mode 100644
index 0000000000000000000000000000000000000000..96a62deeebaee0a7b5e3d69dd3332425e9038d70
--- /dev/null
+++ b/build/config/pgo/pgo.gni
@@ -0,0 +1,8 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+declare_args() {
+ # When using chrome_pgo_phase = 2, read profile data from this path.
+ pgo_data_path = ""
+}

Powered by Google App Engine
This is Rietveld 408576698