| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../../../build/common.gypi', | 10 '../../../build/common.gypi', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 ], | 47 ], |
| 48 }, | 48 }, |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 'target_name': 'mshtml_mocks', | 51 'target_name': 'mshtml_mocks', |
| 52 'type': 'none', | 52 'type': 'none', |
| 53 'sources': [ | 53 'sources': [ |
| 54 'mshtml_mocks.h', | 54 'mshtml_mocks.h', |
| 55 'mshtml_mocks.py', | 55 'mshtml_mocks.py', |
| 56 'com_mock.py', | 56 'com_mock.py', |
| 57 '<(SHARED_INTERMEDIATE_DIR)/mshtml_mocks.gen', | |
| 58 ], | 57 ], |
| 59 'actions': [ | 58 'actions': [ |
| 60 { | 59 { |
| 61 'action_name': 'make_mshtml_mocks', | 60 'action_name': 'make_mshtml_mocks', |
| 62 'msvs_cygwin_shell': 0, | 61 'msvs_cygwin_shell': 0, |
| 63 'msvs_quote_cmd': 0, | 62 'msvs_quote_cmd': 0, |
| 64 'inputs': [ | 63 'inputs': [ |
| 65 'mshtml_mocks.py', | 64 'mshtml_mocks.py', |
| 66 ], | 65 ], |
| 67 'outputs': [ | 66 'outputs': [ |
| (...skipping 27 matching lines...) Expand all Loading... |
| 95 '<(DEPTH)/testing/gmock.gyp:gmock', | 94 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 96 '<(DEPTH)/testing/gtest.gyp:gtest', | 95 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 97 ], | 96 ], |
| 98 'libraries': [ | 97 'libraries': [ |
| 99 'oleacc.lib', | 98 'oleacc.lib', |
| 100 'shlwapi.lib', | 99 'shlwapi.lib', |
| 101 ], | 100 ], |
| 102 } | 101 } |
| 103 ] | 102 ] |
| 104 } | 103 } |
| OLD | NEW |