| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'bind_context_info.cc', | 214 'bind_context_info.cc', |
| 215 'bind_context_info.h', | 215 'bind_context_info.h', |
| 216 'test/automation_client_mock.cc', | 216 'test/automation_client_mock.cc', |
| 217 'test/automation_client_mock.h', | 217 'test/automation_client_mock.h', |
| 218 'test/chrome_frame_test_utils.cc', | 218 'test/chrome_frame_test_utils.cc', |
| 219 'test/chrome_frame_test_utils.h', | 219 'test/chrome_frame_test_utils.h', |
| 220 'test/chrome_frame_automation_mock.cc', | 220 'test/chrome_frame_automation_mock.cc', |
| 221 'test/chrome_frame_automation_mock.h', | 221 'test/chrome_frame_automation_mock.h', |
| 222 'test/http_server.cc', | 222 'test/http_server.cc', |
| 223 'test/http_server.h', | 223 'test/http_server.h', |
| 224 'test/module_utils_unittest.cc', | |
| 225 'test/proxy_factory_mock.cc', | 224 'test/proxy_factory_mock.cc', |
| 226 'test/proxy_factory_mock.h', | 225 'test/proxy_factory_mock.h', |
| 227 'test/run_all_unittests.cc', | 226 'test/run_all_unittests.cc', |
| 228 'test/simulate_input.cc', | 227 'test/simulate_input.cc', |
| 229 'test/simulate_input.h', | 228 'test/simulate_input.h', |
| 230 'test/test_mock_with_web_server.cc', | 229 'test/test_mock_with_web_server.cc', |
| 231 'test/test_mock_with_web_server.h', | 230 'test/test_mock_with_web_server.h', |
| 232 'test/test_server.cc', | 231 'test/test_server.cc', |
| 233 'test/test_server.h', | 232 'test/test_server.h', |
| 234 'test/test_server_test.cc', | 233 'test/test_server_test.cc', |
| (...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 ], | 853 ], |
| 855 } | 854 } |
| 856 | 855 |
| 857 # vim: shiftwidth=2:et:ai:tabstop=2 | 856 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 858 | 857 |
| 859 # Local Variables: | 858 # Local Variables: |
| 860 # tab-width:2 | 859 # tab-width:2 |
| 861 # indent-tabs-mode:nil | 860 # indent-tabs-mode:nil |
| 862 # End: | 861 # End: |
| 863 # vim: set expandtab tabstop=2 shiftwidth=2: | 862 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |