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

Unified Diff: base/BUILD.gn

Issue 427573002: Move scoped_observer.h from base_unittests to base. It is not a test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 126a46161920390698ff38632dd647e5e01e8ee6..f30202f0e090ca7563f7f82b076fe86294ce25dd 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -509,6 +509,7 @@ component("base") {
"scoped_generic.h",
"scoped_native_library.cc",
"scoped_native_library.h",
+ "scoped_observer.h",
"sequence_checker.h",
"sequence_checker_impl.cc",
"sequence_checker_impl.h",
@@ -1178,7 +1179,6 @@ test("base_unittests") {
"scoped_clear_errno_unittest.cc",
"scoped_generic_unittest.cc",
"scoped_native_library_unittest.cc",
- "scoped_observer.h",
"security_unittest.cc",
"sequence_checker_unittest.cc",
"sha1_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698