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

Side by Side Diff: testing/gtest.gyp

Issue 7165009: Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | « testing/gmock.gyp ('k') | 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 (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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'gtest', 8 'target_name': 'gtest',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': 'BFE8E2A7-3B3B-43B0-A994-3058B852DB8B',
11 'sources': [ 10 'sources': [
12 'gtest/include/gtest/gtest-death-test.h', 11 'gtest/include/gtest/gtest-death-test.h',
13 'gtest/include/gtest/gtest-message.h', 12 'gtest/include/gtest/gtest-message.h',
14 'gtest/include/gtest/gtest-param-test.h', 13 'gtest/include/gtest/gtest-param-test.h',
15 'gtest/include/gtest/gtest-printers.h', 14 'gtest/include/gtest/gtest-printers.h',
16 'gtest/include/gtest/gtest-spi.h', 15 'gtest/include/gtest/gtest-spi.h',
17 'gtest/include/gtest/gtest-test-part.h', 16 'gtest/include/gtest/gtest-test-part.h',
18 'gtest/include/gtest/gtest-typed-test.h', 17 'gtest/include/gtest/gtest-typed-test.h',
19 'gtest/include/gtest/gtest.h', 18 'gtest/include/gtest/gtest.h',
20 'gtest/include/gtest/gtest_pred_impl.h', 19 'gtest/include/gtest/gtest_pred_impl.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 ], 131 ],
133 }, 132 },
134 ], 133 ],
135 } 134 }
136 135
137 # Local Variables: 136 # Local Variables:
138 # tab-width:2 137 # tab-width:2
139 # indent-tabs-mode:nil 138 # indent-tabs-mode:nil
140 # End: 139 # End:
141 # vim: set expandtab tabstop=2 shiftwidth=2: 140 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « testing/gmock.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698