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

Side by Side Diff: printing/printing.gyp

Issue 235033: Remove unneeded main. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | no next file » | 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }], 73 }],
74 ], 74 ],
75 }, 75 },
76 { 76 {
77 'target_name': 'printing_unittests', 77 'target_name': 'printing_unittests',
78 'type': 'executable', 78 'type': 'executable',
79 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E', 79 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E',
80 'dependencies': [ 80 'dependencies': [
81 'printing', 81 'printing',
82 '../testing/gtest.gyp:gtest', 82 '../testing/gtest.gyp:gtest',
83 '../testing/gtest.gyp:gtestmain',
84 ], 83 ],
85 'sources': [ 84 'sources': [
86 'emf_win_unittest.cc', 85 'emf_win_unittest.cc',
87 'printing_test.h', 86 'printing_test.h',
88 'page_number_unittest.cc', 87 'page_number_unittest.cc',
89 'page_overlays_unittest.cc', 88 'page_overlays_unittest.cc',
90 'page_range_unittest.cc', 89 'page_range_unittest.cc',
91 'page_setup_unittest.cc', 90 'page_setup_unittest.cc',
92 'pdf_ps_metafile_linux_unittest.cc', 91 'pdf_ps_metafile_linux_unittest.cc',
93 'printing_context_win_unittest.cc', 92 'printing_context_win_unittest.cc',
(...skipping 10 matching lines...) Expand all
104 ], 103 ],
105 ['OS=="linux"', { 104 ['OS=="linux"', {
106 'dependencies': [ 105 'dependencies': [
107 '../build/linux/system.gyp:gtk', 106 '../build/linux/system.gyp:gtk',
108 ], 107 ],
109 }], 108 }],
110 ], 109 ],
111 }, 110 },
112 ], 111 ],
113 } 112 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698