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 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3000 'chrome_strings', | 3000 'chrome_strings', |
3001 'debugger', | 3001 'debugger', |
3002 'test_support_common', | 3002 'test_support_common', |
3003 'test_support_ui', | 3003 'test_support_ui', |
3004 '../base/base.gyp:base', | 3004 '../base/base.gyp:base', |
3005 '../skia/skia.gyp:skia', | 3005 '../skia/skia.gyp:skia', |
3006 '../testing/gtest.gyp:gtest', | 3006 '../testing/gtest.gyp:gtest', |
3007 ], | 3007 ], |
3008 'sources': [ | 3008 'sources': [ |
3009 # TODO(darin): Move other UIPerfTests here. | 3009 # TODO(darin): Move other UIPerfTests here. |
3010 'test/memory_test/memory_test.cc', | 3010 'test/perf/dom_checker_uitest.cc', |
3011 'test/page_cycler/page_cycler_test.cc', | 3011 'test/perf/dromaeo_benchmark_uitest.cc', |
| 3012 'test/perf/feature_startup_test.cc', |
3012 'test/perf/frame_rate/frame_rate_tests.cc', | 3013 'test/perf/frame_rate/frame_rate_tests.cc', |
3013 'test/startup/feature_startup_test.cc', | 3014 'test/perf/memory_test.cc', |
3014 'test/startup/shutdown_test.cc', | 3015 'test/perf/page_cycler_test.cc', |
3015 'test/startup/startup_test.cc', | 3016 'test/perf/shutdown_test.cc', |
3016 'test/tab_switching/tab_switching_test.cc', | 3017 'test/perf/startup_test.cc', |
3017 'test/ui/dom_checker_uitest.cc', | 3018 'test/perf/sunspider_uitest.cc', |
3018 'test/ui/dromaeo_benchmark_uitest.cc', | 3019 'test/perf/tab_switching_test.cc', |
3019 'test/ui/sunspider_uitest.cc', | 3020 'test/perf/url_fetch_test.cc', |
3020 'test/ui/v8_benchmark_uitest.cc', | 3021 'test/perf/v8_benchmark_uitest.cc', |
3021 'test/url_fetch_test/url_fetch_test.cc', | |
3022 ], | 3022 ], |
3023 'conditions': [ | 3023 'conditions': [ |
3024 ['OS=="win" and buildtype=="Official"', { | 3024 ['OS=="win" and buildtype=="Official"', { |
3025 'configurations': { | 3025 'configurations': { |
3026 'Release': { | 3026 'Release': { |
3027 'msvs_settings': { | 3027 'msvs_settings': { |
3028 'VCCLCompilerTool': { | 3028 'VCCLCompilerTool': { |
3029 'WholeProgramOptimization': 'false', | 3029 'WholeProgramOptimization': 'false', |
3030 }, | 3030 }, |
3031 }, | 3031 }, |
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4138 # Use outputs of this action as inputs for the main target build. | 4138 # Use outputs of this action as inputs for the main target build. |
4139 # Seems as a misnomer but makes this happy on Linux (scons). | 4139 # Seems as a misnomer but makes this happy on Linux (scons). |
4140 'process_outputs_as_sources': 1, | 4140 'process_outputs_as_sources': 1, |
4141 }, | 4141 }, |
4142 ], # 'actions' | 4142 ], # 'actions' |
4143 }, | 4143 }, |
4144 ] | 4144 ] |
4145 }], # 'coverage!=0' | 4145 }], # 'coverage!=0' |
4146 ], # 'conditions' | 4146 ], # 'conditions' |
4147 } | 4147 } |
OLD | NEW |