OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 'test/automated_ui_tests/automated_ui_test_test.cc', | 585 'test/automated_ui_tests/automated_ui_test_test.cc', |
586 'test/chrome_process_util_uitest.cc', | 586 'test/chrome_process_util_uitest.cc', |
587 'test/gpu/gpu_uitest.cc', | 587 'test/gpu/gpu_uitest.cc', |
588 'test/ui/dom_checker_uitest.cc', | 588 'test/ui/dom_checker_uitest.cc', |
589 'test/ui/dromaeo_benchmark_uitest.cc', | 589 'test/ui/dromaeo_benchmark_uitest.cc', |
590 'test/ui/history_uitest.cc', | 590 'test/ui/history_uitest.cc', |
591 'test/ui/layout_plugin_uitest.cc', | 591 'test/ui/layout_plugin_uitest.cc', |
592 'test/ui/named_interface_uitest.cc', | 592 'test/ui/named_interface_uitest.cc', |
593 'test/ui/npapi_uitest.cc', | 593 'test/ui/npapi_uitest.cc', |
594 'test/ui/omnibox_uitest.cc', | 594 'test/ui/omnibox_uitest.cc', |
595 'test/ui/pepper_uitest.cc', | |
596 'test/ui/ppapi_uitest.cc', | 595 'test/ui/ppapi_uitest.cc', |
597 'test/ui/sandbox_uitests.cc', | 596 'test/ui/sandbox_uitests.cc', |
598 'test/ui/sunspider_uitest.cc', | 597 'test/ui/sunspider_uitest.cc', |
599 'test/ui/v8_benchmark_uitest.cc', | 598 'test/ui/v8_benchmark_uitest.cc', |
600 'worker/worker_uitest.cc', | 599 'worker/worker_uitest.cc', |
601 '../content/browser/appcache/appcache_ui_test.cc', | 600 '../content/browser/appcache/appcache_ui_test.cc', |
602 '../content/browser/in_process_webkit/dom_storage_uitest.cc', | 601 '../content/browser/in_process_webkit/dom_storage_uitest.cc', |
603 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', | 602 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', |
604 ], | 603 ], |
605 'conditions': [ | 604 'conditions': [ |
(...skipping 3183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3789 ] | 3788 ] |
3790 }], # 'coverage!=0' | 3789 }], # 'coverage!=0' |
3791 ], # 'conditions' | 3790 ], # 'conditions' |
3792 } | 3791 } |
3793 | 3792 |
3794 # Local Variables: | 3793 # Local Variables: |
3795 # tab-width:2 | 3794 # tab-width:2 |
3796 # indent-tabs-mode:nil | 3795 # indent-tabs-mode:nil |
3797 # End: | 3796 # End: |
3798 # vim: set expandtab tabstop=2 shiftwidth=2: | 3797 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |