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

Unified Diff: native_client_sdk/src/build_tools/generate_index.py

Issue 664543003: Benchmark sample for SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: native_client_sdk/src/build_tools/generate_index.py
diff --git a/native_client_sdk/src/build_tools/generate_index.py b/native_client_sdk/src/build_tools/generate_index.py
index 4061165b13c43661cb33b0b5f007df97daf90d18..5208282e67ea1478f2d4164eef57edb895b6793e 100644
--- a/native_client_sdk/src/build_tools/generate_index.py
+++ b/native_client_sdk/src/build_tools/generate_index.py
@@ -11,7 +11,8 @@ def CmpByName(x, y):
class LandingPage(object):
def __init__(self):
- self.section_list = ['Getting Started', 'API', 'Demo', 'Tutorial']
+ self.section_list = ['Getting Started', 'API', 'Benchmarks', 'Demo',
+ 'Tutorial']
self.section_map = collections.defaultdict(list)
def GeneratePage(self, template_path):

Powered by Google App Engine
This is Rietveld 408576698