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

Side by Side Diff: components/update_client.gypi

Issue 1102103002: Move the unit tests files side-by-side with the corresponding .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments from waffles Created 5 years, 8 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
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698