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