| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 version: //components/update_client | 8 # GN version: //components/update_client |
| 9 'target_name': 'update_client', | 9 'target_name': 'update_client', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'dependencies': [ | 76 'dependencies': [ |
| 77 'update_client', | 77 'update_client', |
| 78 '../testing/gmock.gyp:gmock', | 78 '../testing/gmock.gyp:gmock', |
| 79 '../testing/gtest.gyp:gtest', | 79 '../testing/gtest.gyp:gtest', |
| 80 ], | 80 ], |
| 81 | 81 |
| 82 'include_dirs': [ | 82 'include_dirs': [ |
| 83 '..', | 83 '..', |
| 84 ], | 84 ], |
| 85 'sources': [ | 85 'sources': [ |
| 86 'update_client/test/test_configurator.cc', | 86 'update_client/test_configurator.cc', |
| 87 'update_client/test/test_configurator.h', | 87 'update_client/test_configurator.h', |
| 88 'update_client/test/test_installer.cc', | 88 'update_client/test_installer.cc', |
| 89 'update_client/test/test_installer.h', | 89 'update_client/test_installer.h', |
| 90 'update_client/test/url_request_post_interceptor.cc', | 90 'update_client/url_request_post_interceptor.cc', |
| 91 'update_client/test/url_request_post_interceptor.h', | 91 'update_client/url_request_post_interceptor.h', |
| 92 ], | 92 ], |
| 93 }, | 93 }, |
| 94 ], | 94 ], |
| 95 } | 95 } |
| OLD | NEW |