OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 2317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2328 '../base/base.gyp:base', | 2328 '../base/base.gyp:base', |
2329 '../base/base.gyp:test_support_base', | 2329 '../base/base.gyp:test_support_base', |
2330 '../base/base.gyp:test_support_perf', | 2330 '../base/base.gyp:test_support_perf', |
2331 '../skia/skia.gyp:skia', | 2331 '../skia/skia.gyp:skia', |
2332 '../testing/gtest.gyp:gtest', | 2332 '../testing/gtest.gyp:gtest', |
2333 '../webkit/support/webkit_support.gyp:glue', | 2333 '../webkit/support/webkit_support.gyp:glue', |
2334 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', | 2334 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', |
2335 ], | 2335 ], |
2336 'sources': [ | 2336 'sources': [ |
2337 'browser/net/sqlite_persistent_cookie_store_perftest.cc', | 2337 'browser/net/sqlite_persistent_cookie_store_perftest.cc', |
2338 'browser/visitedlink/visitedlink_perftest.cc', | 2338 #'browser/visitedlink/visitedlink_perftest.cc', |
Jói
2013/01/09 00:51:44
Did you intend to leave this commented out?
boliu
2013/01/09 01:16:40
Sort of...I moved the tests then moved them back w
| |
2339 'common/json_value_serializer_perftest.cc', | 2339 'common/json_value_serializer_perftest.cc', |
2340 'test/perf/perftests.cc', | 2340 'test/perf/perftests.cc', |
2341 'test/perf/url_parse_perftest.cc', | 2341 'test/perf/url_parse_perftest.cc', |
2342 ], | 2342 ], |
2343 'conditions': [ | 2343 'conditions': [ |
2344 ['toolkit_uses_gtk == 1', { | 2344 ['toolkit_uses_gtk == 1', { |
2345 'dependencies': [ | 2345 'dependencies': [ |
2346 '../build/linux/system.gyp:gtk', | 2346 '../build/linux/system.gyp:gtk', |
2347 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2347 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2348 ], | 2348 ], |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2858 'sync_integration_tests.isolate', | 2858 'sync_integration_tests.isolate', |
2859 ], | 2859 ], |
2860 'sources': [ | 2860 'sources': [ |
2861 'sync_integration_tests.isolate', | 2861 'sync_integration_tests.isolate', |
2862 ], | 2862 ], |
2863 }, | 2863 }, |
2864 ], | 2864 ], |
2865 }], | 2865 }], |
2866 ], # 'conditions' | 2866 ], # 'conditions' |
2867 } | 2867 } |
OLD | NEW |