OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 3689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3700 '../base/base.gyp:base', | 3700 '../base/base.gyp:base', |
3701 '../skia/skia.gyp:skia', | 3701 '../skia/skia.gyp:skia', |
3702 '../testing/gtest.gyp:gtest', | 3702 '../testing/gtest.gyp:gtest', |
3703 ], | 3703 ], |
3704 'sources': [ | 3704 'sources': [ |
3705 # TODO(darin): Move other UIPerfTests here. | 3705 # TODO(darin): Move other UIPerfTests here. |
3706 'test/perf/dom_checker_uitest.cc', | 3706 'test/perf/dom_checker_uitest.cc', |
3707 'test/perf/dromaeo_benchmark_uitest.cc', | 3707 'test/perf/dromaeo_benchmark_uitest.cc', |
3708 'test/perf/feature_startup_test.cc', | 3708 'test/perf/feature_startup_test.cc', |
3709 'test/perf/frame_rate/frame_rate_tests.cc', | 3709 'test/perf/frame_rate/frame_rate_tests.cc', |
| 3710 'test/perf/indexeddb_uitest.cc', |
3710 'test/perf/kraken_benchmark_uitest.cc', | 3711 'test/perf/kraken_benchmark_uitest.cc', |
3711 'test/perf/memory_test.cc', | 3712 'test/perf/memory_test.cc', |
3712 'test/perf/page_cycler_test.cc', | 3713 'test/perf/page_cycler_test.cc', |
3713 'test/perf/shutdown_test.cc', | 3714 'test/perf/shutdown_test.cc', |
3714 'test/perf/startup_test.cc', | 3715 'test/perf/startup_test.cc', |
3715 'test/perf/sunspider_uitest.cc', | 3716 'test/perf/sunspider_uitest.cc', |
3716 'test/perf/tab_switching_test.cc', | 3717 'test/perf/tab_switching_test.cc', |
3717 'test/perf/url_fetch_test.cc', | 3718 'test/perf/url_fetch_test.cc', |
3718 'test/perf/v8_benchmark_uitest.cc', | 3719 'test/perf/v8_benchmark_uitest.cc', |
3719 ], | 3720 ], |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4668 # Use outputs of this action as inputs for the main target build. | 4669 # Use outputs of this action as inputs for the main target build. |
4669 # Seems as a misnomer but makes this happy on Linux (scons). | 4670 # Seems as a misnomer but makes this happy on Linux (scons). |
4670 'process_outputs_as_sources': 1, | 4671 'process_outputs_as_sources': 1, |
4671 }, | 4672 }, |
4672 ], # 'actions' | 4673 ], # 'actions' |
4673 }, | 4674 }, |
4674 ] | 4675 ] |
4675 }], # 'coverage!=0' | 4676 }], # 'coverage!=0' |
4676 ], # 'conditions' | 4677 ], # 'conditions' |
4677 } | 4678 } |
OLD | NEW |