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 '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 Loading... |
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 Loading... |
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: |
OLD | NEW |