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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 ] | 711 ] |
712 }, | 712 }, |
713 { | 713 { |
714 'target_name': 'chromedriver_unittests', | 714 'target_name': 'chromedriver_unittests', |
715 'type': 'executable', | 715 'type': 'executable', |
716 'dependencies': [ | 716 'dependencies': [ |
717 'chromedriver_lib', | 717 'chromedriver_lib', |
718 '../base/base.gyp:run_all_unittests', | 718 '../base/base.gyp:run_all_unittests', |
719 '../base/base.gyp:test_support_base', | 719 '../base/base.gyp:test_support_base', |
720 '../testing/gtest.gyp:gtest', | 720 '../testing/gtest.gyp:gtest', |
| 721 '../testing/perf/perf_test.gyp:*', |
721 '../skia/skia.gyp:skia', | 722 '../skia/skia.gyp:skia', |
722 ], | 723 ], |
723 'include_dirs': [ | 724 'include_dirs': [ |
724 '..', | 725 '..', |
725 ], | 726 ], |
726 'sources': [ | 727 'sources': [ |
727 'test/webdriver/commands/set_timeout_commands_unittest.cc', | 728 'test/webdriver/commands/set_timeout_commands_unittest.cc', |
728 'test/webdriver/frame_path_unittest.cc', | 729 'test/webdriver/frame_path_unittest.cc', |
729 'test/webdriver/http_response_unittest.cc', | 730 'test/webdriver/http_response_unittest.cc', |
730 'test/webdriver/keycode_text_conversion_unittest.cc', | 731 'test/webdriver/keycode_text_conversion_unittest.cc', |
(...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2370 'dependencies': [ | 2371 'dependencies': [ |
2371 'chrome', | 2372 'chrome', |
2372 'chrome_resources.gyp:chrome_resources', | 2373 'chrome_resources.gyp:chrome_resources', |
2373 'chrome_resources.gyp:chrome_strings', | 2374 'chrome_resources.gyp:chrome_strings', |
2374 'debugger', | 2375 'debugger', |
2375 'test_support_common', | 2376 'test_support_common', |
2376 'test_support_ui', | 2377 'test_support_ui', |
2377 '../base/base.gyp:base', | 2378 '../base/base.gyp:base', |
2378 '../skia/skia.gyp:skia', | 2379 '../skia/skia.gyp:skia', |
2379 '../testing/gtest.gyp:gtest', | 2380 '../testing/gtest.gyp:gtest', |
| 2381 '../testing/perf/perf_test.gyp:*', |
2380 ], | 2382 ], |
2381 'sources': [ | 2383 'sources': [ |
2382 # TODO(darin): Move other UIPerfTests here. | 2384 # TODO(darin): Move other UIPerfTests here. |
2383 'test/perf/dom_checker_uitest.cc', | 2385 'test/perf/dom_checker_uitest.cc', |
2384 'test/perf/feature_startup_test.cc', | 2386 'test/perf/feature_startup_test.cc', |
2385 'test/perf/frame_rate/frame_rate_tests.cc', | 2387 'test/perf/frame_rate/frame_rate_tests.cc', |
2386 'test/perf/generate_profile.cc', | 2388 'test/perf/generate_profile.cc', |
2387 'test/perf/generate_profile.h', | 2389 'test/perf/generate_profile.h', |
2388 'test/perf/indexeddb_uitest.cc', | 2390 'test/perf/indexeddb_uitest.cc', |
2389 'test/perf/memory_test.cc', | 2391 'test/perf/memory_test.cc', |
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3467 'utility', | 3469 'utility', |
3468 ], | 3470 ], |
3469 'sources': [ | 3471 'sources': [ |
3470 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3472 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3471 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3473 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3472 ], | 3474 ], |
3473 }] | 3475 }] |
3474 }], | 3476 }], |
3475 ], # 'conditions' | 3477 ], # 'conditions' |
3476 } | 3478 } |
OLD | NEW |