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

Unified Diff: tools/gn/builder_unittest.cc

Issue 152683004: Work on GN GYP host build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests compiling Created 6 years, 10 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
« no previous file with comments | « build/toolchain/mac/BUILD.gn ('k') | tools/gn/command_gyp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/builder_unittest.cc
diff --git a/tools/gn/builder_unittest.cc b/tools/gn/builder_unittest.cc
index 538d5f5a8d4ae854145905c9122acb1036b77f09..e605b9e2a82a8c7af15fffb6e0a1fe820ed3df2c 100644
--- a/tools/gn/builder_unittest.cc
+++ b/tools/gn/builder_unittest.cc
@@ -26,7 +26,8 @@ class MockLoader : public Loader {
virtual Label GetDefaultToolchain() const OVERRIDE {
return Label();
}
- virtual const Settings* GetToolchainSettings(const Label& label) OVERRIDE {
+ virtual const Settings* GetToolchainSettings(
+ const Label& label) const OVERRIDE {
return NULL;
}
« no previous file with comments | « build/toolchain/mac/BUILD.gn ('k') | tools/gn/command_gyp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698