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 = "" |
+} |