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

Unified Diff: ios/chrome/test/ocmock/BUILD.gn

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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
Index: ios/chrome/test/ocmock/BUILD.gn
diff --git a/ios/chrome/test/ocmock/BUILD.gn b/ios/chrome/test/ocmock/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..a0232472bbaf6034fa20d4856fa2a925ce124eed
--- /dev/null
+++ b/ios/chrome/test/ocmock/BUILD.gn
@@ -0,0 +1,21 @@
+# Copyright 2016 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.
+
+source_set("ocmock") {
+ testonly = true
+ sources = [
+ "OCMockObject+BreakpadControllerTesting.h",
+ "OCMockObject+BreakpadControllerTesting.mm",
+ "OCMockObject+CrOCMockAdditions.h",
+ "OCMockObject+CrOCMockAdditions.mm",
+ "scoped_mock_object.h",
+ "scoped_verifying_mock_object.h",
+ ]
+ deps = [
+ "//base",
+ "//breakpad:client",
+ "//testing/gtest",
+ "//third_party/ocmock",
+ ]
+}
« no previous file with comments | « ios/chrome/test/earl_grey/chrome_ios_eg_test.gni ('k') | ios/public/provider/chrome/browser/build_config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698