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

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

Issue 4508002: COM replaced with RPC for firing events in broker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
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 11 matching lines...) Expand all
22 'type': 'executable', 22 'type': 'executable',
23 'sources': [ 23 'sources': [
24 'broker/api_dispatcher_unittest.cc', 24 'broker/api_dispatcher_unittest.cc',
25 'broker/broker_unittest.cc', 25 'broker/broker_unittest.cc',
26 'broker/cookie_api_module_unittest.cc', 26 'broker/cookie_api_module_unittest.cc',
27 'broker/executors_manager_unittest.cc', 27 'broker/executors_manager_unittest.cc',
28 'broker/infobar_api_module_unittest.cc', 28 'broker/infobar_api_module_unittest.cc',
29 'broker/tab_api_module_unittest.cc', 29 'broker/tab_api_module_unittest.cc',
30 'broker/window_api_module_unittest.cc', 30 'broker/window_api_module_unittest.cc',
31 'broker/window_events_funnel_unittest.cc', 31 'broker/window_events_funnel_unittest.cc',
32 'broker/broker_rpc_unittest.cc',
32 'common/chrome_frame_host_unittest.cc', 33 'common/chrome_frame_host_unittest.cc',
33 'common/crash_reporter_unittest.cc', 34 'common/crash_reporter_unittest.cc',
34 'common/extension_manifest_unittest.cc', 35 'common/extension_manifest_unittest.cc',
35 'common/ceee_module_util_unittest.cc', 36 'common/ceee_module_util_unittest.cc',
36 'plugin/bho/browser_helper_object_unittest.cc', 37 'plugin/bho/browser_helper_object_unittest.cc',
37 'plugin/bho/cookie_accountant_unittest.cc', 38 'plugin/bho/cookie_accountant_unittest.cc',
38 'plugin/bho/cookie_events_funnel_unittest.cc', 39 'plugin/bho/cookie_events_funnel_unittest.cc',
39 'plugin/bho/dom_utils_unittest.cc', 40 'plugin/bho/dom_utils_unittest.cc',
40 'plugin/bho/events_funnel_unittest.cc', 41 'plugin/bho/events_funnel_unittest.cc',
41 'plugin/bho/executor_unittest.cc', 42 'plugin/bho/executor_unittest.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 }, 76 },
76 'msvs_precompiled_source': 'testing/precompile.cc', 77 'msvs_precompiled_source': 'testing/precompile.cc',
77 'msvs_precompiled_header': 'testing/precompile.h', 78 'msvs_precompiled_header': 'testing/precompile.h',
78 }, 79 },
79 }, 80 },
80 'dependencies': [ 81 'dependencies': [
81 'common/common.gyp:ie_common', 82 'common/common.gyp:ie_common',
82 'common/common.gyp:ie_common_settings', 83 'common/common.gyp:ie_common_settings',
83 'common/common.gyp:ie_guids', 84 'common/common.gyp:ie_guids',
84 'broker/broker.gyp:broker', 85 'broker/broker.gyp:broker',
86 'broker/broker.gyp:broker_rpc_lib',
87 'broker/broker.gyp:ceee_broker',
85 'plugin/bho/bho.gyp:bho', 88 'plugin/bho/bho.gyp:bho',
86 'plugin/scripting/scripting.gyp:javascript_bindings', 89 'plugin/scripting/scripting.gyp:javascript_bindings',
87 'plugin/scripting/scripting.gyp:scripting', 90 'plugin/scripting/scripting.gyp:scripting',
88 'plugin/toolband/toolband.gyp:ceee_ie_lib', 91 'plugin/toolband/toolband.gyp:ceee_ie_lib',
89 'plugin/toolband/toolband.gyp:ie_toolband_common', 92 'plugin/toolband/toolband.gyp:ie_toolband_common',
90 'plugin/toolband/toolband.gyp:toolband_idl', 93 'plugin/toolband/toolband.gyp:toolband_idl',
91 '../../base/base.gyp:base', 94 '../../base/base.gyp:base',
92 '../../breakpad/breakpad.gyp:breakpad_handler', 95 '../../breakpad/breakpad.gyp:breakpad_handler',
93 '../testing/sidestep/sidestep.gyp:sidestep', 96 '../testing/sidestep/sidestep.gyp:sidestep',
94 '../testing/utils/test_utils.gyp:test_utils', 97 '../testing/utils/test_utils.gyp:test_utils',
95 '../../testing/gmock.gyp:gmock', 98 '../../testing/gmock.gyp:gmock',
96 '../../testing/gtest.gyp:gtest', 99 '../../testing/gtest.gyp:gtest',
97 ], 100 ],
98 'libraries': [ 101 'libraries': [
99 'oleacc.lib', 102 'oleacc.lib',
100 'iepmapi.lib', 103 'iepmapi.lib',
104 'Rpcrt4.lib',
Sigurður Ásgeirsson 2010/11/11 19:30:35 nit: we lower case these :).
Vitaly Buka corp 2010/11/11 23:12:10 Done.
101 ], 105 ],
102 }, 106 },
103 { 107 {
104 'target_name': 'mediumtest_ie', 108 'target_name': 'mediumtest_ie',
105 'type': 'executable', 109 'type': 'executable',
106 'sources': [ 110 'sources': [
107 'plugin/bho/mediumtest_browser_event.cc', 111 'plugin/bho/mediumtest_browser_event.cc',
108 'plugin/bho/mediumtest_browser_helper_object.cc', 112 'plugin/bho/mediumtest_browser_helper_object.cc',
109 'testing/mediumtest_ie_common.cc', 113 'testing/mediumtest_ie_common.cc',
110 'testing/mediumtest_ie_common.h', 114 'testing/mediumtest_ie_common.h',
(...skipping 26 matching lines...) Expand all
137 '../../testing/gtest.gyp:gtest', 141 '../../testing/gtest.gyp:gtest',
138 '../testing/utils/test_utils.gyp:test_utils', 142 '../testing/utils/test_utils.gyp:test_utils',
139 ], 143 ],
140 'libraries': [ 144 'libraries': [
141 'oleacc.lib', 145 'oleacc.lib',
142 'iepmapi.lib', 146 'iepmapi.lib',
143 ], 147 ],
144 }, 148 },
145 ] 149 ]
146 } 150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698