Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Side by Side Diff: ceee/ie/ie.gyp

Issue 4989002: Firing event to broker without worker thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ceee/ie/common/ceee_module_util.h ('k') | ceee/ie/plugin/bho/cookie_events_funnel.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ceee/ie/common/ceee_module_util.h ('k') | ceee/ie/plugin/bho/cookie_events_funnel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698