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

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

Powered by Google App Engine
This is Rietveld 408576698