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

Side by Side Diff: components/printing.gypi

Issue 2093373003: Depend on content test support from printing test support library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN: //components/printing/common:printing_common 8 # GN: //components/printing/common:printing_common
9 'target_name': 'printing_common', 9 'target_name': 'printing_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'printing/browser/print_manager.cc', 57 'printing/browser/print_manager.cc',
58 'printing/browser/print_manager.h', 58 'printing/browser/print_manager.h',
59 'printing/browser/print_manager_utils.cc', 59 'printing/browser/print_manager_utils.cc',
60 'printing/browser/print_manager_utils.h', 60 'printing/browser/print_manager_utils.h',
61 ], 61 ],
62 },{ 62 },{
63 # GN: //components/printing/test:printing_test_support 63 # GN: //components/printing/test:printing_test_support
64 'target_name': 'printing_test_support', 64 'target_name': 'printing_test_support',
65 'type': 'static_library', 65 'type': 'static_library',
66 'dependencies': [ 66 'dependencies': [
67 '../content/content_shell_and_tests.gyp:test_support_content',
67 '../skia/skia.gyp:skia', 68 '../skia/skia.gyp:skia',
68 '<(DEPTH)/testing/gtest.gyp:gtest', 69 '<(DEPTH)/testing/gtest.gyp:gtest',
69 'printing_renderer', 70 'printing_renderer',
70 ], 71 ],
71 'sources': [ 72 'sources': [
72 'printing/test/mock_printer.cc', 73 'printing/test/mock_printer.cc',
73 'printing/test/mock_printer.h', 74 'printing/test/mock_printer.h',
74 'printing/test/print_mock_render_thread.cc', 75 'printing/test/print_mock_render_thread.cc',
75 'printing/test/print_mock_render_thread.h', 76 'printing/test/print_mock_render_thread.h',
76 'printing/test/print_test_content_renderer_client.cc', 77 'printing/test/print_test_content_renderer_client.cc',
77 'printing/test/print_test_content_renderer_client.h', 78 'printing/test/print_test_content_renderer_client.h',
78 ], 79 ],
79 }, 80 },
80 ], 81 ],
81 } 82 }
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