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

Side by Side Diff: tools/gn/secondary/testing/BUILD.gn

Issue 311833004: GN: Remove dependency on //base for gmock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved gmock_mutant to its own target Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/gn/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
tfarina 2014/06/04 15:59:15 no (c) here.
kjellander_chromium 2014/06/04 16:44:33 Ah, I wasn't aware the (c) was deprecated. Fixed.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4
5 static_library("gmock_mutant") {
tfarina 2014/06/04 15:59:15 I think we prefer source_set here instead.
kjellander_chromium 2014/06/04 16:44:33 Oh, of course!
6 sources = [
7 "gmock_mutant.h", # gMock helpers
8 ]
9 deps = [ "//base" ]
tfarina 2014/06/04 15:59:15 nit: I always put a blank line between sections fo
kjellander_chromium 2014/06/04 16:44:33 Done.
10 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698