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

Side by Side Diff: native_client_sdk/src/libraries/gtest/library.dsc

Issue 2896703005: [NaCl SDK] Fix location of gmock and gtest libraries (Closed)
Patch Set: Created 3 years, 7 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 | « native_client_sdk/src/libraries/gmock/library.dsc ('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 { 1 {
2 'SEARCH': [ 2 'SEARCH': [
3 '../../../../testing/gtest', 3 '../../../../third_party/googletest/src/googletest',
4 ], 4 ],
5 'DATA': [ 5 'DATA': [
6 'src/gtest.cc', 6 'src/gtest.cc',
7 'src/gtest_main.cc', 7 'src/gtest_main.cc',
8 'src/gtest-death-test.cc', 8 'src/gtest-death-test.cc',
9 'src/gtest-all.cc', 9 'src/gtest-all.cc',
10 'src/gtest-filepath.cc', 10 'src/gtest-filepath.cc',
11 'src/gtest-port.cc', 11 'src/gtest-port.cc',
12 'src/gtest-printers.cc', 12 'src/gtest-printers.cc',
13 'src/gtest-test-part.cc', 13 'src/gtest-test-part.cc',
(...skipping 21 matching lines...) Expand all
35 'include/gtest/internal/gtest-string.h', 35 'include/gtest/internal/gtest-string.h',
36 'include/gtest/internal/gtest-tuple.h', 36 'include/gtest/internal/gtest-tuple.h',
37 'include/gtest/internal/gtest-type-util.h', 37 'include/gtest/internal/gtest-type-util.h',
38 'include/gtest/internal/custom/gtest.h', 38 'include/gtest/internal/custom/gtest.h',
39 'include/gtest/internal/custom/gtest-port.h', 39 'include/gtest/internal/custom/gtest-port.h',
40 'include/gtest/internal/custom/gtest-printers.h', 40 'include/gtest/internal/custom/gtest-printers.h',
41 ], 41 ],
42 'DEST': 'src', 42 'DEST': 'src',
43 'NAME': 'gtest', 43 'NAME': 'gtest',
44 } 44 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/gmock/library.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698