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

Unified Diff: tools/gn/config_values.cc

Issue 21114002: Add initial prototype for the GN meta-buildsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add owners and readme Created 7 years, 5 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 | « tools/gn/config_values.h ('k') | tools/gn/config_values_extractors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config_values.cc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/mount_mock.cc b/tools/gn/config_values.cc
similarity index 62%
copy from native_client_sdk/src/libraries/nacl_io_test/mount_mock.cc
copy to tools/gn/config_values.cc
index 1006822ed21767e07ef0032ddefddca842698d98..53466dfd79180b8c211b9d9202a1db73b9166f36 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/mount_mock.cc
+++ b/tools/gn/config_values.cc
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mount_mock.h"
+#include "tools/gn/config_values.h"
-MountMock::MountMock() {}
-
-MountMock::~MountMock() {}
+ConfigValues::ConfigValues() {
+}
+ConfigValues::~ConfigValues() {
+}
« no previous file with comments | « tools/gn/config_values.h ('k') | tools/gn/config_values_extractors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698