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

Unified Diff: extensions/generated_extensions_api.gni

Issue 437883002: Make the root_namespace argument to json_schema_compiler.gypi a string (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: un-escape %% for windows Created 6 years, 4 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: extensions/generated_extensions_api.gni
diff --git a/extensions/generated_extensions_api.gni b/extensions/generated_extensions_api.gni
index bd66a5f99ba675f1599896348f725a8d81a676a8..5360711eecec1559ddca9136518ccbd5beed649b 100644
--- a/extensions/generated_extensions_api.gni
+++ b/extensions/generated_extensions_api.gni
@@ -12,9 +12,9 @@
# sources [required] A list of schema files to be compiled.
#
# root_namespace [required]
-# The namespace in which generated API code is to be
-# wrapped. C++ namespace syntax is accepted for nested namespace
-# (e.g. "foo::bar::api").
+# A Python string substituion pattern used to generate the C++
+# namespace for each API. Use %(namespace)s to replace with the API
+# namespace, like "toplevel::%(namespace)s_api".
#
# bundle [optional, default = false]
# Boolean indicating if the schema files should be bundled or not.

Powered by Google App Engine
This is Rietveld 408576698