| 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/ppapi_uitest.cc', | 594 'test/ui/ppapi_uitest.cc', |
| 595 'test/ui/sandbox_uitests.cc', | 595 'test/ui/sandbox_uitests.cc', |
| 596 'test/ui/sunspider_uitest.cc', | 596 'test/ui/sunspider_uitest.cc', |
| 597 'test/ui/v8_benchmark_uitest.cc', | 597 'test/ui/v8_benchmark_uitest.cc', |
| 598 'worker/worker_uitest.cc', | |
| 599 '../content/browser/appcache/appcache_ui_test.cc', | 598 '../content/browser/appcache/appcache_ui_test.cc', |
| 600 '../content/browser/in_process_webkit/dom_storage_uitest.cc', | 599 '../content/browser/in_process_webkit/dom_storage_uitest.cc', |
| 601 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', | 600 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', |
| 601 '../content/worker/worker_uitest.cc', |
| 602 ], | 602 ], |
| 603 'conditions': [ | 603 'conditions': [ |
| 604 ['target_arch!="arm"', { | 604 ['target_arch!="arm"', { |
| 605 'dependencies': [ | 605 'dependencies': [ |
| 606 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 606 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 607 ], | 607 ], |
| 608 }], | 608 }], |
| 609 ['OS=="linux"', { | 609 ['OS=="linux"', { |
| 610 'dependencies': [ | 610 'dependencies': [ |
| 611 '../build/linux/system.gyp:gtk', | 611 '../build/linux/system.gyp:gtk', |
| (...skipping 3150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3762 ] | 3762 ] |
| 3763 }], # 'coverage!=0' | 3763 }], # 'coverage!=0' |
| 3764 ], # 'conditions' | 3764 ], # 'conditions' |
| 3765 } | 3765 } |
| 3766 | 3766 |
| 3767 # Local Variables: | 3767 # Local Variables: |
| 3768 # tab-width:2 | 3768 # tab-width:2 |
| 3769 # indent-tabs-mode:nil | 3769 # indent-tabs-mode:nil |
| 3770 # End: | 3770 # End: |
| 3771 # vim: set expandtab tabstop=2 shiftwidth=2: | 3771 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |