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

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

Issue 6041007: Move rgs_helper out of base to ceee since it's not used anywhere else.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months 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/rgs_helper.h ('k') | ceee/ie/plugin/bho/browser_helper_object.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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'broker/tab_api_module_unittest.cc', 47 'broker/tab_api_module_unittest.cc',
48 'broker/window_api_module_unittest.cc', 48 'broker/window_api_module_unittest.cc',
49 'broker/window_events_funnel_unittest.cc', 49 'broker/window_events_funnel_unittest.cc',
50 'common/ceee_module_util_unittest.cc', 50 'common/ceee_module_util_unittest.cc',
51 'common/ceee_util_unittest.cc', 51 'common/ceee_util_unittest.cc',
52 'common/chrome_frame_host_unittest.cc', 52 'common/chrome_frame_host_unittest.cc',
53 'common/crash_reporter_unittest.cc', 53 'common/crash_reporter_unittest.cc',
54 'common/extension_manifest_unittest.cc', 54 'common/extension_manifest_unittest.cc',
55 'common/ie_util_unittest.cc', 55 'common/ie_util_unittest.cc',
56 'common/metrics_util_unittest.cc', 56 'common/metrics_util_unittest.cc',
57 'common/rgs_helper.h',
57 'plugin/bho/browser_helper_object_unittest.cc', 58 'plugin/bho/browser_helper_object_unittest.cc',
58 'plugin/bho/cookie_accountant_unittest.cc', 59 'plugin/bho/cookie_accountant_unittest.cc',
59 'plugin/bho/cookie_events_funnel_unittest.cc', 60 'plugin/bho/cookie_events_funnel_unittest.cc',
60 'plugin/bho/dom_utils_unittest.cc', 61 'plugin/bho/dom_utils_unittest.cc',
61 'plugin/bho/events_funnel_unittest.cc', 62 'plugin/bho/events_funnel_unittest.cc',
62 'plugin/bho/executor_unittest.cc', 63 'plugin/bho/executor_unittest.cc',
63 'plugin/bho/executor_com_unittest.cc', 64 'plugin/bho/executor_com_unittest.cc',
64 'plugin/bho/extension_port_manager.cc', 65 'plugin/bho/extension_port_manager.cc',
65 'plugin/bho/frame_event_handler_unittest.cc', 66 'plugin/bho/frame_event_handler_unittest.cc',
66 'plugin/bho/infobar_events_funnel_unittest.cc', 67 'plugin/bho/infobar_events_funnel_unittest.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 '../testing/utils/test_utils.gyp:test_utils', 154 '../testing/utils/test_utils.gyp:test_utils',
154 ], 155 ],
155 'libraries': [ 156 'libraries': [
156 'oleacc.lib', 157 'oleacc.lib',
157 'iepmapi.lib', 158 'iepmapi.lib',
158 'rpcrt4.lib', 159 'rpcrt4.lib',
159 ], 160 ],
160 }, 161 },
161 ] 162 ]
162 } 163 }
OLDNEW
« no previous file with comments | « ceee/ie/common/rgs_helper.h ('k') | ceee/ie/plugin/bho/browser_helper_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698