summaryrefslogtreecommitdiffstats
path: root/tools/gn/value.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-01 23:49:14 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-01 23:49:14 +0000
commit12e7bfcef7e7792cace5b35524df2659a5b5f854 (patch)
tree127226c8c9cdb8ba4e002c6190a312ddae1d5f93 /tools/gn/value.h
parentbf7e9521a599eb09fe7e207aeafdedf9c089bcdd (diff)
downloadchromium_src-12e7bfcef7e7792cace5b35524df2659a5b5f854.zip
chromium_src-12e7bfcef7e7792cace5b35524df2659a5b5f854.tar.gz
chromium_src-12e7bfcef7e7792cace5b35524df2659a5b5f854.tar.bz2
Remove URL from base's DEPS
+url is added at the root, and we don't want base to depend on it. Remove this rule explicitly in base to prevent regressions. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/262773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gn/value.h')
-rw-r--r--tools/gn/value.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gn/value.h b/tools/gn/value.h
index e6a9813..87a2941 100644
--- a/tools/gn/value.h
+++ b/tools/gn/value.h
@@ -106,7 +106,8 @@ class Value {
void SetScopeValue(scoped_ptr<Scope> scope);
// Converts the given value to a string. Returns true if strings should be
- // quoted or the ToString of a string should be the string itself.
+ // quoted or the ToString of a string should be the string itself. If the
+ // string is quoted, it will also enable escaping.
std::string ToString(bool quote_strings) const;
// Verifies that the value is of the given type. If it isn't, returns