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

Side by Side Diff: printing/printing.gyp

Issue 58002: Switching printing to gyp on windows. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 8 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
« no previous file with comments | « build/all.gyp ('k') | printing/printing.vcproj » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
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 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 24 matching lines...) Expand all
35 ['OS!="win"', { 35 ['OS!="win"', {
36 'sources/': [['exclude', '_win\\.cc$']] 36 'sources/': [['exclude', '_win\\.cc$']]
37 }, { # else: OS=="win" 37 }, { # else: OS=="win"
38 'sources/': [['exclude', '_posix\\.cc$']] 38 'sources/': [['exclude', '_posix\\.cc$']]
39 }], 39 }],
40 ], 40 ],
41 }, 41 },
42 { 42 {
43 'target_name': 'printing_unittests', 43 'target_name': 'printing_unittests',
44 'type': 'executable', 44 'type': 'executable',
45 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E',
45 'dependencies': [ 46 'dependencies': [
46 'printing', 47 'printing',
47 '../testing/gtest.gyp:gtest', 48 '../testing/gtest.gyp:gtest',
48 ], 49 ],
49 'sources': [ 50 'sources': [
50 'units_unittest.cc', 51 'units_unittest.cc',
51 ], 52 ],
52 }, 53 },
53 ], 54 ],
54 } 55 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | printing/printing.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698