Index: remoting/host/chromeos/browser_mock_objects.cc |
diff --git a/remoting/host/chromeos/browser_mock_objects.cc b/remoting/host/chromeos/browser_mock_objects.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0562347eb087a2ace701aac6588e0ad686252ebd |
--- /dev/null |
+++ b/remoting/host/chromeos/browser_mock_objects.cc |
@@ -0,0 +1,10 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "chrome/browser/browser_process.h" |
+ |
+// This file provides definition to references that are only defined in the |
+// chrome binary so that we can build remoting_unittests without depending |
+// on the browser target. |
+BrowserProcess* g_browser_process = NULL; |