Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: third_party/googletest.gyp

Issue 5163715573841920: Issue 768 - Switch from TR1 to C++11 (Closed)
Left Patch Set: Created July 11, 2014, 2:24 p.m.
Right Patch Set: fix including of <memory> Created Aug. 7, 2015, 6:07 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « test/UpdateCheck.cpp ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 'target_defaults': { 2 'target_defaults': {
3 'configurations': { 3 'configurations': {
4 'Debug': { 4 'Debug': {
5 'defines': [ 'DEBUG' ], 5 'defines': [ 'DEBUG' ],
6 'msvs_settings': { 6 'msvs_settings': {
7 'VCCLCompilerTool': { 7 'VCCLCompilerTool': {
8 'Optimization': '0', 8 'Optimization': '0',
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 }]], 86 }]],
87 }, 87 },
88 { 88 {
89 'target_name': 'googletest_main', 89 'target_name': 'googletest_main',
90 'type': '<(library)', 90 'type': '<(library)',
91 'sources': ['googletest/src/gtest_main.cc'], 91 'sources': ['googletest/src/gtest_main.cc'],
92 'dependencies': ['googletest'], 92 'dependencies': ['googletest'],
93 'export_dependent_settings': ['googletest'] 93 'export_dependent_settings': ['googletest']
94 }] 94 }]
95 } 95 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld