| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'win'], | 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'win'], |
| 3 'SEARCH': [ | 3 'SEARCH': [ |
| 4 '../../../../testing/gmock/include/gmock', | 4 '../../../../testing/gmock/include/gmock', |
| 5 '../../../../testing/gmock/include/gmock/internal', | 5 '../../../../testing/gmock/include/gmock/internal', |
| 6 '../../../../testing/gmock/src', | 6 '../../../../testing/gmock/src', |
| 7 ], | 7 ], |
| 8 'TARGETS': [ | 8 'TARGETS': [ |
| 9 { | 9 { |
| 10 'NAME' : 'gmock', | 10 'NAME' : 'gmock', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'gmock-generated-actions.h.pump', | 30 'gmock-generated-actions.h.pump', |
| 31 'gmock-generated-function-mockers.h', | 31 'gmock-generated-function-mockers.h', |
| 32 'gmock-generated-function-mockers.h.pump', | 32 'gmock-generated-function-mockers.h.pump', |
| 33 'gmock-generated-matchers.h', | 33 'gmock-generated-matchers.h', |
| 34 'gmock-generated-matchers.h.pump', | 34 'gmock-generated-matchers.h.pump', |
| 35 'gmock-generated-nice-strict.h', | 35 'gmock-generated-nice-strict.h', |
| 36 'gmock-generated-nice-strict.h.pump', | 36 'gmock-generated-nice-strict.h.pump', |
| 37 'gmock.h', | 37 'gmock.h', |
| 38 'gmock-matchers.h', | 38 'gmock-matchers.h', |
| 39 'gmock-more-actions.h', | 39 'gmock-more-actions.h', |
| 40 'gmock-more-matchers.h', |
| 40 'gmock-spec-builders.h', | 41 'gmock-spec-builders.h', |
| 41 ], | 42 ], |
| 42 'DEST': 'include/gmock', | 43 'DEST': 'include/gmock', |
| 43 }, | 44 }, |
| 44 { | 45 { |
| 45 'FILES': [ | 46 'FILES': [ |
| 46 'gmock-generated-internal-utils.h', | 47 'gmock-generated-internal-utils.h', |
| 47 'gmock-generated-internal-utils.h.pump', | 48 'gmock-generated-internal-utils.h.pump', |
| 48 'gmock-internal-utils.h', | 49 'gmock-internal-utils.h', |
| 49 'gmock-port.h', | 50 'gmock-port.h', |
| 50 ], | 51 ], |
| 51 'DEST': 'include/gmock/internal', | 52 'DEST': 'include/gmock/internal', |
| 52 }, | 53 }, |
| 53 ], | 54 ], |
| 54 'DEST': 'src', | 55 'DEST': 'src', |
| 55 'NAME': 'gmock', | 56 'NAME': 'gmock', |
| 56 } | 57 } |
| OLD | NEW |