OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 # Keep the archive builder happy. | 10 # Keep the archive builder happy. |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'test/chrome_frame_test_utils.cc', | 198 'test/chrome_frame_test_utils.cc', |
199 'test/chrome_frame_test_utils.h', | 199 'test/chrome_frame_test_utils.h', |
200 'test/chrome_frame_automation_mock.cc', | 200 'test/chrome_frame_automation_mock.cc', |
201 'test/chrome_frame_automation_mock.h', | 201 'test/chrome_frame_automation_mock.h', |
202 'test/function_stub_unittest.cc', | 202 'test/function_stub_unittest.cc', |
203 'test/http_server.cc', | 203 'test/http_server.cc', |
204 'test/http_server.h', | 204 'test/http_server.h', |
205 'test/proxy_factory_mock.cc', | 205 'test/proxy_factory_mock.cc', |
206 'test/proxy_factory_mock.h', | 206 'test/proxy_factory_mock.h', |
207 'test/run_all_unittests.cc', | 207 'test/run_all_unittests.cc', |
| 208 'test/simulate_input.cc', |
| 209 'test/simulate_input.h', |
208 'test/test_mock_with_web_server.cc', | 210 'test/test_mock_with_web_server.cc', |
209 'test/test_mock_with_web_server.h', | 211 'test/test_mock_with_web_server.h', |
210 'test/test_server.cc', | 212 'test/test_server.cc', |
211 'test/test_server.h', | 213 'test/test_server.h', |
212 'test/test_server_test.cc', | 214 'test/test_server_test.cc', |
213 'test/test_with_web_server.cc', | 215 'test/test_with_web_server.cc', |
214 'test/test_with_web_server.h', | 216 'test/test_with_web_server.h', |
215 'test/url_request_test.cc', | 217 'test/url_request_test.cc', |
216 'chrome_frame_automation.cc', | 218 'chrome_frame_automation.cc', |
217 'chrome_frame_histograms.h', | 219 'chrome_frame_histograms.h', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 '../third_party/icu/icu.gyp:icui18n', | 336 '../third_party/icu/icu.gyp:icui18n', |
335 '../third_party/icu/icu.gyp:icuuc', | 337 '../third_party/icu/icu.gyp:icuuc', |
336 'chrome_frame_npapi', | 338 'chrome_frame_npapi', |
337 'npchrome_frame', | 339 'npchrome_frame', |
338 ], | 340 ], |
339 'sources': [ | 341 'sources': [ |
340 '../net/url_request/url_request_unittest.cc', | 342 '../net/url_request/url_request_unittest.cc', |
341 '../net/url_request/url_request_unittest.h', | 343 '../net/url_request/url_request_unittest.h', |
342 'test/chrome_frame_test_utils.cc', | 344 'test/chrome_frame_test_utils.cc', |
343 'test/chrome_frame_test_utils.h', | 345 'test/chrome_frame_test_utils.h', |
| 346 'test/simulate_input.cc', |
| 347 'test/simulate_input.h', |
344 'test/test_server.cc', | 348 'test/test_server.cc', |
345 'test/test_server.h', | 349 'test/test_server.h', |
346 'test/net/dialog_watchdog.cc', | 350 'test/net/dialog_watchdog.cc', |
347 'test/net/dialog_watchdog.h', | 351 'test/net/dialog_watchdog.h', |
348 'test/net/fake_external_tab.cc', | 352 'test/net/fake_external_tab.cc', |
349 'test/net/fake_external_tab.h', | 353 'test/net/fake_external_tab.h', |
350 'test/net/process_singleton_subclass.cc', | 354 'test/net/process_singleton_subclass.cc', |
351 'test/net/process_singleton_subclass.h', | 355 'test/net/process_singleton_subclass.h', |
352 'test/net/test_automation_provider.cc', | 356 'test/net/test_automation_provider.cc', |
353 'test/net/test_automation_provider.h', | 357 'test/net/test_automation_provider.h', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'chrome_frame_npapi', | 399 'chrome_frame_npapi', |
396 'chrome_frame_strings', | 400 'chrome_frame_strings', |
397 ], | 401 ], |
398 'sources': [ | 402 'sources': [ |
399 'test/reliability/run_all_unittests.cc', | 403 'test/reliability/run_all_unittests.cc', |
400 'test/reliability/page_load_test.cc', | 404 'test/reliability/page_load_test.cc', |
401 'test/reliability/page_load_test.h', | 405 'test/reliability/page_load_test.h', |
402 'test/reliability/reliability_test_suite.h', | 406 'test/reliability/reliability_test_suite.h', |
403 'test/chrome_frame_test_utils.cc', | 407 'test/chrome_frame_test_utils.cc', |
404 'test/chrome_frame_test_utils.h', | 408 'test/chrome_frame_test_utils.h', |
| 409 'test/simulate_input.cc', |
| 410 'test/simulate_input.h', |
405 'chrome_tab.h', | 411 'chrome_tab.h', |
406 'chrome_tab.idl', | 412 'chrome_tab.idl', |
407 '../base/test/test_file_util_win.cc', | 413 '../base/test/test_file_util_win.cc', |
408 '../chrome/test/ui/ui_test.cc', | 414 '../chrome/test/ui/ui_test.cc', |
409 '../chrome/test/ui/ui_test_suite.cc', | 415 '../chrome/test/ui/ui_test_suite.cc', |
410 '../chrome/test/ui/ui_test_suite.h', | 416 '../chrome/test/ui/ui_test_suite.h', |
411 '../chrome/test/chrome_process_util.cc', | 417 '../chrome/test/chrome_process_util.cc', |
412 '../chrome/test/chrome_process_util.h', | 418 '../chrome/test/chrome_process_util.h', |
413 ], | 419 ], |
414 'include_dirs': [ | 420 'include_dirs': [ |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 ], | 739 ], |
734 } | 740 } |
735 | 741 |
736 # vim: shiftwidth=2:et:ai:tabstop=2 | 742 # vim: shiftwidth=2:et:ai:tabstop=2 |
737 | 743 |
738 # Local Variables: | 744 # Local Variables: |
739 # tab-width:2 | 745 # tab-width:2 |
740 # indent-tabs-mode:nil | 746 # indent-tabs-mode:nil |
741 # End: | 747 # End: |
742 # vim: set expandtab tabstop=2 shiftwidth=2: | 748 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |