| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 ], | 67 ], |
| 68 'configurations': { | 68 'configurations': { |
| 69 'Debug': { | 69 'Debug': { |
| 70 'msvs_settings': { | 70 'msvs_settings': { |
| 71 'VCCLCompilerTool': { | 71 'VCCLCompilerTool': { |
| 72 # GMock and GTest appear to be really fat, so bump | 72 # GMock and GTest appear to be really fat, so bump |
| 73 # precompile header memory setting to 332 megs. | 73 # precompile header memory setting to 332 megs. |
| 74 'AdditionalOptions': ['/Zm332', '/bigobj'], | 74 'AdditionalOptions': ['/Zm332', '/bigobj'], |
| 75 }, | 75 }, |
| 76 }, | 76 }, |
| 77 'msvs_precompiled_source': 'testing/precompile.cc', | |
| 78 'msvs_precompiled_header': 'testing/precompile.h', | |
| 79 }, | 77 }, |
| 80 }, | 78 }, |
| 81 'dependencies': [ | 79 'dependencies': [ |
| 82 'common/common.gyp:ie_common', | 80 'common/common.gyp:ie_common', |
| 83 'common/common.gyp:ie_common_settings', | 81 'common/common.gyp:ie_common_settings', |
| 84 'common/common.gyp:ie_guids', | 82 'common/common.gyp:ie_guids', |
| 85 'broker/broker.gyp:broker', | 83 'broker/broker.gyp:broker', |
| 86 'broker/broker.gyp:broker_rpc_lib', | 84 'broker/broker.gyp:broker_rpc_lib', |
| 87 'plugin/bho/bho.gyp:bho', | 85 'plugin/bho/bho.gyp:bho', |
| 88 'plugin/scripting/scripting.gyp:javascript_bindings', | 86 'plugin/scripting/scripting.gyp:javascript_bindings', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 117 ], | 115 ], |
| 118 'configurations': { | 116 'configurations': { |
| 119 'Debug': { | 117 'Debug': { |
| 120 'msvs_settings': { | 118 'msvs_settings': { |
| 121 'VCCLCompilerTool': { | 119 'VCCLCompilerTool': { |
| 122 # GMock and GTest appear to be really fat, so bump | 120 # GMock and GTest appear to be really fat, so bump |
| 123 # precompile header memory setting to 332 megs. | 121 # precompile header memory setting to 332 megs. |
| 124 'AdditionalOptions': ['/Zm332'], | 122 'AdditionalOptions': ['/Zm332'], |
| 125 }, | 123 }, |
| 126 }, | 124 }, |
| 127 'msvs_precompiled_source': 'testing/precompile.cc', | |
| 128 'msvs_precompiled_header': 'testing/precompile.h', | |
| 129 }, | 125 }, |
| 130 }, | 126 }, |
| 131 'dependencies': [ | 127 'dependencies': [ |
| 132 'common/common.gyp:ie_common', | 128 'common/common.gyp:ie_common', |
| 133 'common/common.gyp:ie_common_settings', | 129 'common/common.gyp:ie_common_settings', |
| 134 'common/common.gyp:ie_guids', | 130 'common/common.gyp:ie_guids', |
| 135 'plugin/bho/bho.gyp:bho', | 131 'plugin/bho/bho.gyp:bho', |
| 136 'plugin/scripting/scripting.gyp:scripting', | 132 'plugin/scripting/scripting.gyp:scripting', |
| 137 'plugin/toolband/toolband.gyp:toolband_idl', | 133 'plugin/toolband/toolband.gyp:toolband_idl', |
| 138 '../../base/base.gyp:base', | 134 '../../base/base.gyp:base', |
| 139 '../../testing/gmock.gyp:gmock', | 135 '../../testing/gmock.gyp:gmock', |
| 140 '../../testing/gtest.gyp:gtest', | 136 '../../testing/gtest.gyp:gtest', |
| 141 '../testing/utils/test_utils.gyp:test_utils', | 137 '../testing/utils/test_utils.gyp:test_utils', |
| 142 ], | 138 ], |
| 143 'libraries': [ | 139 'libraries': [ |
| 144 'oleacc.lib', | 140 'oleacc.lib', |
| 145 'iepmapi.lib', | 141 'iepmapi.lib', |
| 146 ], | 142 ], |
| 147 }, | 143 }, |
| 148 ] | 144 ] |
| 149 } | 145 } |
| OLD | NEW |