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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 2375003: Add chrome_frame_tests to check that some navigation cases are not broken in ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'bind_context_info.cc', 222 'bind_context_info.cc',
223 'bind_context_info.h', 223 'bind_context_info.h',
224 'test/automation_client_mock.cc', 224 'test/automation_client_mock.cc',
225 'test/automation_client_mock.h', 225 'test/automation_client_mock.h',
226 'test/chrome_frame_test_utils.cc', 226 'test/chrome_frame_test_utils.cc',
227 'test/chrome_frame_test_utils.h', 227 'test/chrome_frame_test_utils.h',
228 'test/chrome_frame_automation_mock.cc', 228 'test/chrome_frame_automation_mock.cc',
229 'test/chrome_frame_automation_mock.h', 229 'test/chrome_frame_automation_mock.h',
230 'test/http_server.cc', 230 'test/http_server.cc',
231 'test/http_server.h', 231 'test/http_server.h',
232 'test/no_interference_test.cc',
232 'test/proxy_factory_mock.cc', 233 'test/proxy_factory_mock.cc',
233 'test/proxy_factory_mock.h', 234 'test/proxy_factory_mock.h',
234 'test/run_all_unittests.cc', 235 'test/run_all_unittests.cc',
235 'test/simulate_input.cc', 236 'test/simulate_input.cc',
236 'test/simulate_input.h', 237 'test/simulate_input.h',
237 'test/test_mock_with_web_server.cc', 238 'test/test_mock_with_web_server.cc',
238 'test/test_mock_with_web_server.h', 239 'test/test_mock_with_web_server.h',
239 'test/test_server.cc', 240 'test/test_server.cc',
240 'test/test_server.h', 241 'test/test_server.h',
241 'test/test_server_test.cc', 242 'test/test_server_test.cc',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 ], 793 ],
793 } 794 }
794 795
795 # vim: shiftwidth=2:et:ai:tabstop=2 796 # vim: shiftwidth=2:et:ai:tabstop=2
796 797
797 # Local Variables: 798 # Local Variables:
798 # tab-width:2 799 # tab-width:2
799 # indent-tabs-mode:nil 800 # indent-tabs-mode:nil
800 # End: 801 # End:
801 # vim: set expandtab tabstop=2 shiftwidth=2: 802 # 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