| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ceee_ie_all', | 8 'target_name': 'ceee_ie_all', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'msvs_settings': { | 116 'msvs_settings': { |
| 117 'VCCLCompilerTool': { | 117 'VCCLCompilerTool': { |
| 118 # Many symbols generated by GMock and GTest, | 118 # Many symbols generated by GMock and GTest, |
| 119 # we need /bigobj to cope. | 119 # we need /bigobj to cope. |
| 120 'AdditionalOptions': ['/bigobj'], | 120 'AdditionalOptions': ['/bigobj'], |
| 121 }, | 121 }, |
| 122 }, | 122 }, |
| 123 }, | 123 }, |
| 124 }, | 124 }, |
| 125 'dependencies': [ | 125 'dependencies': [ |
| 126 'broker/broker.gyp:broker_rpc_lib', |
| 126 'common/common.gyp:ie_common', | 127 'common/common.gyp:ie_common', |
| 127 'common/common.gyp:ie_common_settings', | 128 'common/common.gyp:ie_common_settings', |
| 128 'common/common.gyp:ie_guids', | 129 'common/common.gyp:ie_guids', |
| 129 'plugin/bho/bho.gyp:bho', | 130 'plugin/bho/bho.gyp:bho', |
| 130 'plugin/scripting/scripting.gyp:scripting', | 131 'plugin/scripting/scripting.gyp:scripting', |
| 131 'plugin/toolband/toolband.gyp:toolband_idl', | 132 'plugin/toolband/toolband.gyp:toolband_idl', |
| 132 '../../base/base.gyp:base', | 133 '../../base/base.gyp:base', |
| 133 '../../testing/gmock.gyp:gmock', | 134 '../../testing/gmock.gyp:gmock', |
| 134 '../../testing/gtest.gyp:gtest', | 135 '../../testing/gtest.gyp:gtest', |
| 135 '../testing/utils/test_utils.gyp:test_utils', | 136 '../testing/utils/test_utils.gyp:test_utils', |
| 136 ], | 137 ], |
| 137 'libraries': [ | 138 'libraries': [ |
| 138 'oleacc.lib', | 139 'oleacc.lib', |
| 139 'iepmapi.lib', | 140 'iepmapi.lib', |
| 141 'rpcrt4.lib', |
| 140 ], | 142 ], |
| 141 }, | 143 }, |
| 142 ] | 144 ] |
| 143 } | 145 } |
| OLD | NEW |