| 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 ] | 710 ] |
| 711 }, | 711 }, |
| 712 { | 712 { |
| 713 'target_name': 'chromedriver_unittests', | 713 'target_name': 'chromedriver_unittests', |
| 714 'type': 'executable', | 714 'type': 'executable', |
| 715 'dependencies': [ | 715 'dependencies': [ |
| 716 'chromedriver_lib', | 716 'chromedriver_lib', |
| 717 '../base/base.gyp:run_all_unittests', | 717 '../base/base.gyp:run_all_unittests', |
| 718 '../base/base.gyp:test_support_base', | 718 '../base/base.gyp:test_support_base', |
| 719 '../testing/gtest.gyp:gtest', | 719 '../testing/gtest.gyp:gtest', |
| 720 '../testing/perf/perf_test.gyp:*', |
| 720 '../skia/skia.gyp:skia', | 721 '../skia/skia.gyp:skia', |
| 721 ], | 722 ], |
| 722 'include_dirs': [ | 723 'include_dirs': [ |
| 723 '..', | 724 '..', |
| 724 ], | 725 ], |
| 725 'sources': [ | 726 'sources': [ |
| 726 'test/webdriver/commands/set_timeout_commands_unittest.cc', | 727 'test/webdriver/commands/set_timeout_commands_unittest.cc', |
| 727 'test/webdriver/frame_path_unittest.cc', | 728 'test/webdriver/frame_path_unittest.cc', |
| 728 'test/webdriver/http_response_unittest.cc', | 729 'test/webdriver/http_response_unittest.cc', |
| 729 'test/webdriver/keycode_text_conversion_unittest.cc', | 730 'test/webdriver/keycode_text_conversion_unittest.cc', |
| (...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3454 'utility', | 3455 'utility', |
| 3455 ], | 3456 ], |
| 3456 'sources': [ | 3457 'sources': [ |
| 3457 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3458 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3458 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3459 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3459 ], | 3460 ], |
| 3460 }] | 3461 }] |
| 3461 }], | 3462 }], |
| 3462 ], # 'conditions' | 3463 ], # 'conditions' |
| 3463 } | 3464 } |
| OLD | NEW |