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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |