| OLD | NEW |
| 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 'includes': [ | 6 'includes': [ |
| 7 '../../build/common.gypi', | 7 '../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'vectored_handler_unittest.cc', | 87 'vectored_handler_unittest.cc', |
| 88 'veh_test.cc', | 88 'veh_test.cc', |
| 89 'veh_test.h', | 89 'veh_test.h', |
| 90 ], | 90 ], |
| 91 'dependencies': [ | 91 'dependencies': [ |
| 92 'crash_dll', | 92 'crash_dll', |
| 93 'crash_report', | 93 'crash_report', |
| 94 '../../base/base.gyp:base', | 94 '../../base/base.gyp:base', |
| 95 '../../testing/gmock.gyp:gmock', | 95 '../../testing/gmock.gyp:gmock', |
| 96 '../../testing/gtest.gyp:gtest', | 96 '../../testing/gtest.gyp:gtest', |
| 97 '../../testing/gtest.gyp:gtestmain', | 97 '../../testing/gtest.gyp:gtest_main', |
| 98 '../../breakpad/breakpad.gyp:breakpad_handler', | 98 '../../breakpad/breakpad.gyp:breakpad_handler', |
| 99 ], | 99 ], |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 'target_name': 'minidump_test', | 102 'target_name': 'minidump_test', |
| 103 'type': 'executable', | 103 'type': 'executable', |
| 104 'dependencies': [ | 104 'dependencies': [ |
| 105 '../../base/base.gyp:base', | 105 '../../base/base.gyp:base', |
| 106 '../../testing/gtest.gyp:gtest', | 106 '../../testing/gtest.gyp:gtest', |
| 107 ], | 107 ], |
| 108 'sources': [ | 108 'sources': [ |
| 109 'minidump_test.cc', | 109 'minidump_test.cc', |
| 110 ], | 110 ], |
| 111 }, | 111 }, |
| 112 ], | 112 ], |
| 113 } | 113 } |
| 114 | 114 |
| 115 # vim: shiftwidth=2:et:ai:tabstop=2 | 115 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 116 | 116 |
| 117 # Local Variables: | 117 # Local Variables: |
| 118 # tab-width:2 | 118 # tab-width:2 |
| 119 # indent-tabs-mode:nil | 119 # indent-tabs-mode:nil |
| 120 # End: | 120 # End: |
| 121 # vim: set expandtab tabstop=2 shiftwidth=2: | 121 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |