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 3695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3706 '../base/base.gyp:base', | 3706 '../base/base.gyp:base', |
3707 '../skia/skia.gyp:skia', | 3707 '../skia/skia.gyp:skia', |
3708 '../testing/gtest.gyp:gtest', | 3708 '../testing/gtest.gyp:gtest', |
3709 ], | 3709 ], |
3710 'sources': [ | 3710 'sources': [ |
3711 # TODO(darin): Move other UIPerfTests here. | 3711 # TODO(darin): Move other UIPerfTests here. |
3712 'test/perf/dom_checker_uitest.cc', | 3712 'test/perf/dom_checker_uitest.cc', |
3713 'test/perf/dromaeo_benchmark_uitest.cc', | 3713 'test/perf/dromaeo_benchmark_uitest.cc', |
3714 'test/perf/feature_startup_test.cc', | 3714 'test/perf/feature_startup_test.cc', |
3715 'test/perf/frame_rate/frame_rate_tests.cc', | 3715 'test/perf/frame_rate/frame_rate_tests.cc', |
| 3716 'test/perf/indexeddb_uitest.cc', |
3716 'test/perf/kraken_benchmark_uitest.cc', | 3717 'test/perf/kraken_benchmark_uitest.cc', |
3717 'test/perf/memory_test.cc', | 3718 'test/perf/memory_test.cc', |
3718 'test/perf/page_cycler_test.cc', | 3719 'test/perf/page_cycler_test.cc', |
3719 'test/perf/shutdown_test.cc', | 3720 'test/perf/shutdown_test.cc', |
3720 'test/perf/startup_test.cc', | 3721 'test/perf/startup_test.cc', |
3721 'test/perf/sunspider_uitest.cc', | 3722 'test/perf/sunspider_uitest.cc', |
3722 'test/perf/tab_switching_test.cc', | 3723 'test/perf/tab_switching_test.cc', |
3723 'test/perf/url_fetch_test.cc', | 3724 'test/perf/url_fetch_test.cc', |
3724 'test/perf/v8_benchmark_uitest.cc', | 3725 'test/perf/v8_benchmark_uitest.cc', |
3725 ], | 3726 ], |
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4680 # Use outputs of this action as inputs for the main target build. | 4681 # Use outputs of this action as inputs for the main target build. |
4681 # Seems as a misnomer but makes this happy on Linux (scons). | 4682 # Seems as a misnomer but makes this happy on Linux (scons). |
4682 'process_outputs_as_sources': 1, | 4683 'process_outputs_as_sources': 1, |
4683 }, | 4684 }, |
4684 ], # 'actions' | 4685 ], # 'actions' |
4685 }, | 4686 }, |
4686 ] | 4687 ] |
4687 }], # 'coverage!=0' | 4688 }], # 'coverage!=0' |
4688 ], # 'conditions' | 4689 ], # 'conditions' |
4689 } | 4690 } |
OLD | NEW |