| 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 2844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2855 'chrome_resources.gyp:chrome_strings', | 2855 'chrome_resources.gyp:chrome_strings', |
| 2856 'common', | 2856 'common', |
| 2857 'renderer', | 2857 'renderer', |
| 2858 '../content/content.gyp:content_gpu', | 2858 '../content/content.gyp:content_gpu', |
| 2859 '../content/content_shell_and_tests.gyp:test_support_content', | 2859 '../content/content_shell_and_tests.gyp:test_support_content', |
| 2860 '../base/base.gyp:base', | 2860 '../base/base.gyp:base', |
| 2861 '../base/base.gyp:test_support_base', | 2861 '../base/base.gyp:test_support_base', |
| 2862 '../base/base.gyp:test_support_perf', | 2862 '../base/base.gyp:test_support_perf', |
| 2863 '../skia/skia.gyp:skia', | 2863 '../skia/skia.gyp:skia', |
| 2864 '../testing/gtest.gyp:gtest', | 2864 '../testing/gtest.gyp:gtest', |
| 2865 '../webkit/glue/webkit_glue.gyp:glue', | |
| 2866 ], | 2865 ], |
| 2867 'sources': [ | 2866 'sources': [ |
| 2868 'test/perf/perftests.cc', | 2867 'test/perf/perftests.cc', |
| 2869 'test/perf/url_parse_perftest.cc', | 2868 'test/perf/url_parse_perftest.cc', |
| 2870 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', | 2869 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', |
| 2871 ], | 2870 ], |
| 2872 'conditions': [ | 2871 'conditions': [ |
| 2873 ['use_x11==1', { | 2872 ['use_x11==1', { |
| 2874 'dependencies': [ | 2873 'dependencies': [ |
| 2875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3190 'utility', | 3189 'utility', |
| 3191 ], | 3190 ], |
| 3192 'sources': [ | 3191 'sources': [ |
| 3193 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3192 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3194 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3193 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3195 ], | 3194 ], |
| 3196 }] | 3195 }] |
| 3197 }], | 3196 }], |
| 3198 ], # 'conditions' | 3197 ], # 'conditions' |
| 3199 } | 3198 } |
| OLD | NEW |