| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |