OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 2311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2322 ], | 2322 ], |
2323 'sources': [ | 2323 'sources': [ |
2324 # TODO(darin): Move other UIPerfTests here. | 2324 # TODO(darin): Move other UIPerfTests here. |
2325 'test/perf/dom_checker_uitest.cc', | 2325 'test/perf/dom_checker_uitest.cc', |
2326 'test/perf/feature_startup_test.cc', | 2326 'test/perf/feature_startup_test.cc', |
2327 'test/perf/frame_rate/frame_rate_tests.cc', | 2327 'test/perf/frame_rate/frame_rate_tests.cc', |
2328 'test/perf/generate_profile.cc', | 2328 'test/perf/generate_profile.cc', |
2329 'test/perf/generate_profile.h', | 2329 'test/perf/generate_profile.h', |
2330 'test/perf/indexeddb_uitest.cc', | 2330 'test/perf/indexeddb_uitest.cc', |
2331 'test/perf/memory_test.cc', | 2331 'test/perf/memory_test.cc', |
2332 'test/perf/page_cycler_test.cc', | |
2333 'test/perf/perf_ui_test_suite.cc', | 2332 'test/perf/perf_ui_test_suite.cc', |
2334 'test/perf/run_all_perfuitests.cc', | 2333 'test/perf/run_all_perfuitests.cc', |
2335 'test/perf/shutdown_test.cc', | 2334 'test/perf/shutdown_test.cc', |
2336 'test/perf/startup_test.cc', | 2335 'test/perf/startup_test.cc', |
2337 'test/perf/tab_switching_test.cc', | 2336 'test/perf/tab_switching_test.cc', |
2338 'test/perf/url_fetch_test.cc', | 2337 'test/perf/url_fetch_test.cc', |
2339 ], | 2338 ], |
2340 'conditions': [ | 2339 'conditions': [ |
2341 ['OS=="win" and buildtype=="Official"', { | 2340 ['OS=="win" and buildtype=="Official"', { |
2342 'configurations': { | 2341 'configurations': { |
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3391 # more details. | 3390 # more details. |
3392 'DebugInformationFormat': '3', | 3391 'DebugInformationFormat': '3', |
3393 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3392 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3394 }, | 3393 }, |
3395 }, | 3394 }, |
3396 }, | 3395 }, |
3397 ], | 3396 ], |
3398 }], | 3397 }], |
3399 ], # 'conditions' | 3398 ], # 'conditions' |
3400 } | 3399 } |
OLD | NEW |