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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("ocmock") {
6 testonly = true
7 sources = [
8 "OCMockObject+BreakpadControllerTesting.h",
9 "OCMockObject+BreakpadControllerTesting.mm",
10 "OCMockObject+CrOCMockAdditions.h",
11 "OCMockObject+CrOCMockAdditions.mm",
12 "scoped_mock_object.h",
13 "scoped_verifying_mock_object.h",
14 ]
15 deps = [
16 "//base",
17 "//breakpad:client",
18 "//testing/gtest",
19 "//third_party/ocmock",
20 ]
21 }
OLDNEW
« 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