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/module_utils_unittest.cc', | |
231 'test/proxy_factory_mock.cc', | 230 'test/proxy_factory_mock.cc', |
232 'test/proxy_factory_mock.h', | 231 'test/proxy_factory_mock.h', |
233 'test/run_all_unittests.cc', | 232 'test/run_all_unittests.cc', |
234 'test/simulate_input.cc', | 233 'test/simulate_input.cc', |
235 'test/simulate_input.h', | 234 'test/simulate_input.h', |
236 'test/test_mock_with_web_server.cc', | 235 'test/test_mock_with_web_server.cc', |
237 'test/test_mock_with_web_server.h', | 236 'test/test_mock_with_web_server.h', |
238 'test/test_server.cc', | 237 'test/test_server.cc', |
239 'test/test_server.h', | 238 'test/test_server.h', |
240 'test/test_server_test.cc', | 239 'test/test_server_test.cc', |
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 ], | 865 ], |
867 } | 866 } |
868 | 867 |
869 # vim: shiftwidth=2:et:ai:tabstop=2 | 868 # vim: shiftwidth=2:et:ai:tabstop=2 |
870 | 869 |
871 # Local Variables: | 870 # Local Variables: |
872 # tab-width:2 | 871 # tab-width:2 |
873 # indent-tabs-mode:nil | 872 # indent-tabs-mode:nil |
874 # End: | 873 # End: |
875 # vim: set expandtab tabstop=2 shiftwidth=2: | 874 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |