| 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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
| 7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
| 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 ], | 73 ], |
| 74 'include_dirs': [ | 74 'include_dirs': [ |
| 75 '..', | 75 '..', |
| 76 ], | 76 ], |
| 77 'sources': [ | 77 'sources': [ |
| 78 'test/base/chrome_test_launcher.cc', | 78 'test/base/chrome_test_launcher.cc', |
| 79 'test/base/chrome_test_launcher.h', | 79 'test/base/chrome_test_launcher.h', |
| 80 ], | 80 ], |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 'target_name': 'test_support_ui_runner', | |
| 84 'type': 'static_library', | |
| 85 'dependencies': [ | |
| 86 'test_support_common', | |
| 87 '../testing/gtest.gyp:gtest', | |
| 88 ], | |
| 89 'export_dependent_settings': [ | |
| 90 'test_support_common', | |
| 91 ], | |
| 92 'include_dirs': [ | |
| 93 '..', | |
| 94 ], | |
| 95 'sources': [ | |
| 96 'test/ui/run_all_unittests.cc', | |
| 97 ], | |
| 98 }, | |
| 99 { | |
| 100 'target_name': 'test_support_ui', | 83 'target_name': 'test_support_ui', |
| 101 'type': 'static_library', | 84 'type': 'static_library', |
| 102 'dependencies': [ | 85 'dependencies': [ |
| 103 'chrome_resources.gyp:chrome_resources', | 86 'chrome_resources.gyp:chrome_resources', |
| 104 'chrome_resources.gyp:chrome_strings', | 87 'chrome_resources.gyp:chrome_strings', |
| 105 'chrome_resources.gyp:theme_resources', | 88 'chrome_resources.gyp:theme_resources', |
| 106 'test_support_common', | 89 'test_support_common', |
| 107 '../skia/skia.gyp:skia', | 90 '../skia/skia.gyp:skia', |
| 108 '../testing/gtest.gyp:gtest', | 91 '../testing/gtest.gyp:gtest', |
| 109 ], | 92 ], |
| (...skipping 2948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3058 'utility', | 3041 'utility', |
| 3059 ], | 3042 ], |
| 3060 'sources': [ | 3043 'sources': [ |
| 3061 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3044 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3062 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3045 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3063 ], | 3046 ], |
| 3064 }] | 3047 }] |
| 3065 }], | 3048 }], |
| 3066 ], # 'conditions' | 3049 ], # 'conditions' |
| 3067 } | 3050 } |
| OLD | NEW |