| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'bind_context_info.cc', | 220 'bind_context_info.cc', |
| 221 'bind_context_info.h', | 221 'bind_context_info.h', |
| 222 'test/automation_client_mock.cc', | 222 'test/automation_client_mock.cc', |
| 223 'test/automation_client_mock.h', | 223 'test/automation_client_mock.h', |
| 224 'test/chrome_frame_test_utils.cc', | 224 'test/chrome_frame_test_utils.cc', |
| 225 'test/chrome_frame_test_utils.h', | 225 'test/chrome_frame_test_utils.h', |
| 226 'test/chrome_frame_automation_mock.cc', | 226 'test/chrome_frame_automation_mock.cc', |
| 227 'test/chrome_frame_automation_mock.h', | 227 'test/chrome_frame_automation_mock.h', |
| 228 'test/http_server.cc', | 228 'test/http_server.cc', |
| 229 'test/http_server.h', | 229 'test/http_server.h', |
| 230 'test/no_interference_test.cc', |
| 230 'test/proxy_factory_mock.cc', | 231 'test/proxy_factory_mock.cc', |
| 231 'test/proxy_factory_mock.h', | 232 'test/proxy_factory_mock.h', |
| 232 'test/run_all_unittests.cc', | 233 'test/run_all_unittests.cc', |
| 233 'test/simulate_input.cc', | 234 'test/simulate_input.cc', |
| 234 'test/simulate_input.h', | 235 'test/simulate_input.h', |
| 235 'test/test_mock_with_web_server.cc', | 236 'test/test_mock_with_web_server.cc', |
| 236 'test/test_mock_with_web_server.h', | 237 'test/test_mock_with_web_server.h', |
| 237 'test/test_server.cc', | 238 'test/test_server.cc', |
| 238 'test/test_server.h', | 239 'test/test_server.h', |
| 239 'test/test_server_test.cc', | 240 'test/test_server_test.cc', |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 ], | 825 ], |
| 825 } | 826 } |
| 826 | 827 |
| 827 # vim: shiftwidth=2:et:ai:tabstop=2 | 828 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 828 | 829 |
| 829 # Local Variables: | 830 # Local Variables: |
| 830 # tab-width:2 | 831 # tab-width:2 |
| 831 # indent-tabs-mode:nil | 832 # indent-tabs-mode:nil |
| 832 # End: | 833 # End: |
| 833 # vim: set expandtab tabstop=2 shiftwidth=2: | 834 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |