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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 2822016: [chrome_frame] Refactor/merge IE no interference tests with other mock event ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | « no previous file | chrome_frame/test/chrome_frame_test_utils.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'bind_context_info.cc', 221 'bind_context_info.cc',
222 'bind_context_info.h', 222 'bind_context_info.h',
223 'test/automation_client_mock.cc', 223 'test/automation_client_mock.cc',
224 'test/automation_client_mock.h', 224 'test/automation_client_mock.h',
225 'test/chrome_frame_test_utils.cc', 225 'test/chrome_frame_test_utils.cc',
226 'test/chrome_frame_test_utils.h', 226 'test/chrome_frame_test_utils.h',
227 'test/chrome_frame_automation_mock.cc', 227 'test/chrome_frame_automation_mock.cc',
228 'test/chrome_frame_automation_mock.h', 228 'test/chrome_frame_automation_mock.h',
229 'test/http_server.cc', 229 'test/http_server.cc',
230 'test/http_server.h', 230 'test/http_server.h',
231 'test/no_interference_test.cc', 231 'test/ie_event_sink.cc',
232 'test/ie_event_sink.h',
233 'test/mock_ie_event_sink_actions.h',
234 'test/mock_ie_event_sink_test.cc',
235 'test/mock_ie_event_sink_test.h',
236 'test/navigation_test.cc',
232 'test/proxy_factory_mock.cc', 237 'test/proxy_factory_mock.cc',
233 'test/proxy_factory_mock.h', 238 'test/proxy_factory_mock.h',
234 'test/run_all_unittests.cc', 239 'test/run_all_unittests.cc',
235 'test/simulate_input.cc', 240 'test/simulate_input.cc',
236 'test/simulate_input.h', 241 'test/simulate_input.h',
237 'test/test_mock_with_web_server.cc',
238 'test/test_mock_with_web_server.h',
239 'test/test_server.cc', 242 'test/test_server.cc',
240 'test/test_server.h', 243 'test/test_server.h',
241 'test/test_server_test.cc', 244 'test/test_server_test.cc',
242 'test/test_with_web_server.cc', 245 'test/test_with_web_server.cc',
243 'test/test_with_web_server.h', 246 'test/test_with_web_server.h',
247 'test/ui_test.cc',
244 'test/urlmon_moniker_tests.h', 248 'test/urlmon_moniker_tests.h',
245 'test/urlmon_moniker_integration_test.cc', 249 'test/urlmon_moniker_integration_test.cc',
246 'test/url_request_test.cc', 250 'test/url_request_test.cc',
247 'test/window_watchdog.cc', 251 'test/window_watchdog.cc',
248 'test/window_watchdog.h', 252 'test/window_watchdog.h',
249 'chrome_frame_automation.cc', 253 'chrome_frame_automation.cc',
250 'chrome_frame_histograms.h', 254 'chrome_frame_histograms.h',
251 'chrome_frame_histograms.cc', 255 'chrome_frame_histograms.cc',
252 'chrome_tab.h', 256 'chrome_tab.h',
253 'chrome_tab.idl', 257 'chrome_tab.idl',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 ], 801 ],
798 } 802 }
799 803
800 # vim: shiftwidth=2:et:ai:tabstop=2 804 # vim: shiftwidth=2:et:ai:tabstop=2
801 805
802 # Local Variables: 806 # Local Variables:
803 # tab-width:2 807 # tab-width:2
804 # indent-tabs-mode:nil 808 # indent-tabs-mode:nil
805 # End: 809 # End:
806 # vim: set expandtab tabstop=2 shiftwidth=2: 810 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/test/chrome_frame_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698