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

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

Issue 4991002: New unittests for infobar. (Closed) Base URL: http://src.chromium.org/svn/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 25 matching lines...) Expand all
36 'common/ceee_module_util_unittest.cc', 36 'common/ceee_module_util_unittest.cc',
37 'plugin/bho/browser_helper_object_unittest.cc', 37 'plugin/bho/browser_helper_object_unittest.cc',
38 'plugin/bho/cookie_accountant_unittest.cc', 38 'plugin/bho/cookie_accountant_unittest.cc',
39 'plugin/bho/cookie_events_funnel_unittest.cc', 39 'plugin/bho/cookie_events_funnel_unittest.cc',
40 'plugin/bho/dom_utils_unittest.cc', 40 'plugin/bho/dom_utils_unittest.cc',
41 'plugin/bho/events_funnel_unittest.cc', 41 'plugin/bho/events_funnel_unittest.cc',
42 'plugin/bho/executor_unittest.cc', 42 'plugin/bho/executor_unittest.cc',
43 'plugin/bho/extension_port_manager.cc', 43 'plugin/bho/extension_port_manager.cc',
44 'plugin/bho/frame_event_handler_unittest.cc', 44 'plugin/bho/frame_event_handler_unittest.cc',
45 'plugin/bho/infobar_events_funnel_unittest.cc', 45 'plugin/bho/infobar_events_funnel_unittest.cc',
46 'plugin/bho/infobar_manager_unittest.cc',
47 'plugin/bho/infobar_window_unittest.cc',
46 'plugin/bho/tab_events_funnel_unittest.cc', 48 'plugin/bho/tab_events_funnel_unittest.cc',
47 'plugin/bho/tool_band_visibility_unittest.cc', 49 'plugin/bho/tool_band_visibility_unittest.cc',
48 'plugin/bho/webnavigation_events_funnel_unittest.cc', 50 'plugin/bho/webnavigation_events_funnel_unittest.cc',
49 'plugin/bho/webrequest_events_funnel_unittest.cc', 51 'plugin/bho/webrequest_events_funnel_unittest.cc',
50 'plugin/bho/webrequest_notifier_unittest.cc', 52 'plugin/bho/webrequest_notifier_unittest.cc',
51 'plugin/bho/web_progress_notifier_unittest.cc', 53 'plugin/bho/web_progress_notifier_unittest.cc',
52 'plugin/scripting/content_script_manager.rc', 54 'plugin/scripting/content_script_manager.rc',
53 'plugin/scripting/content_script_manager_unittest.cc', 55 'plugin/scripting/content_script_manager_unittest.cc',
54 'plugin/scripting/content_script_native_api_unittest.cc', 56 'plugin/scripting/content_script_native_api_unittest.cc',
55 'plugin/scripting/renderer_extension_bindings_unittest.cc', 57 'plugin/scripting/renderer_extension_bindings_unittest.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 '../../testing/gtest.gyp:gtest', 138 '../../testing/gtest.gyp:gtest',
137 '../testing/utils/test_utils.gyp:test_utils', 139 '../testing/utils/test_utils.gyp:test_utils',
138 ], 140 ],
139 'libraries': [ 141 'libraries': [
140 'oleacc.lib', 142 'oleacc.lib',
141 'iepmapi.lib', 143 'iepmapi.lib',
142 ], 144 ],
143 }, 145 },
144 ] 146 ]
145 } 147 }
OLDNEW
« no previous file with comments | « no previous file | ceee/ie/plugin/bho/executor_unittest.cc » ('j') | ceee/ie/plugin/bho/infobar_window_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698