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

Side by Side Diff: printing/printing.gyp

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « net/net.gyp ('k') | printing/run_all_unittests.cc » ('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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 }], 80 }],
81 ], 81 ],
82 }, 82 },
83 { 83 {
84 'target_name': 'printing_unittests', 84 'target_name': 'printing_unittests',
85 'type': 'executable', 85 'type': 'executable',
86 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E', 86 'msvs_guid': '8B2EE5D9-41BC-4AA2-A401-2DC143A05D2E',
87 'dependencies': [ 87 'dependencies': [
88 'printing', 88 'printing',
89 '../testing/gtest.gyp:gtest', 89 '../testing/gtest.gyp:gtest',
90 '../base/base.gyp:test_support_base',
91 ], 90 ],
92 'sources': [ 91 'sources': [
93 'emf_win_unittest.cc', 92 'emf_win_unittest.cc',
94 'printing_test.h', 93 'printing_test.h',
95 'page_number_unittest.cc', 94 'page_number_unittest.cc',
96 'page_overlays_unittest.cc', 95 'page_overlays_unittest.cc',
97 'page_range_unittest.cc', 96 'page_range_unittest.cc',
98 'page_setup_unittest.cc', 97 'page_setup_unittest.cc',
99 'pdf_metafile_mac_unittest.cc', 98 'pdf_metafile_mac_unittest.cc',
100 'pdf_ps_metafile_cairo_unittest.cc', 99 'pdf_ps_metafile_cairo_unittest.cc',
(...skipping 27 matching lines...) Expand all
128 ], 127 ],
129 }, 128 },
130 ], 129 ],
131 } 130 }
132 131
133 # Local Variables: 132 # Local Variables:
134 # tab-width:2 133 # tab-width:2
135 # indent-tabs-mode:nil 134 # indent-tabs-mode:nil
136 # End: 135 # End:
137 # vim: set expandtab tabstop=2 shiftwidth=2: 136 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | printing/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698