| 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 30 matching lines...) Expand all Loading... |
| 41 'broker/api_dispatcher_unittest.cc', | 41 'broker/api_dispatcher_unittest.cc', |
| 42 'broker/broker_rpc_unittest.cc', | 42 'broker/broker_rpc_unittest.cc', |
| 43 'broker/broker_unittest.cc', | 43 'broker/broker_unittest.cc', |
| 44 'broker/cookie_api_module_unittest.cc', | 44 'broker/cookie_api_module_unittest.cc', |
| 45 'broker/executors_manager_unittest.cc', | 45 'broker/executors_manager_unittest.cc', |
| 46 'broker/infobar_api_module_unittest.cc', | 46 'broker/infobar_api_module_unittest.cc', |
| 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/chrome_frame_host_unittest.cc', | 52 'common/chrome_frame_host_unittest.cc', |
| 52 'common/crash_reporter_unittest.cc', | 53 'common/crash_reporter_unittest.cc', |
| 53 'common/extension_manifest_unittest.cc', | 54 'common/extension_manifest_unittest.cc', |
| 54 'common/ie_util_unittest.cc', | 55 'common/ie_util_unittest.cc', |
| 55 'common/metrics_util_unittest.cc', | 56 'common/metrics_util_unittest.cc', |
| 56 'plugin/bho/browser_helper_object_unittest.cc', | 57 'plugin/bho/browser_helper_object_unittest.cc', |
| 57 'plugin/bho/cookie_accountant_unittest.cc', | 58 'plugin/bho/cookie_accountant_unittest.cc', |
| 58 'plugin/bho/cookie_events_funnel_unittest.cc', | 59 'plugin/bho/cookie_events_funnel_unittest.cc', |
| 59 'plugin/bho/dom_utils_unittest.cc', | 60 'plugin/bho/dom_utils_unittest.cc', |
| 60 'plugin/bho/events_funnel_unittest.cc', | 61 'plugin/bho/events_funnel_unittest.cc', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 '../testing/utils/test_utils.gyp:test_utils', | 153 '../testing/utils/test_utils.gyp:test_utils', |
| 153 ], | 154 ], |
| 154 'libraries': [ | 155 'libraries': [ |
| 155 'oleacc.lib', | 156 'oleacc.lib', |
| 156 'iepmapi.lib', | 157 'iepmapi.lib', |
| 157 'rpcrt4.lib', | 158 'rpcrt4.lib', |
| 158 ], | 159 ], |
| 159 }, | 160 }, |
| 160 ] | 161 ] |
| 161 } | 162 } |
| OLD | NEW |