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 2365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2376 '../base/base.gyp:base', | 2376 '../base/base.gyp:base', |
2377 '../base/base.gyp:test_support_base', | 2377 '../base/base.gyp:test_support_base', |
2378 '../base/base.gyp:test_support_perf', | 2378 '../base/base.gyp:test_support_perf', |
2379 '../skia/skia.gyp:skia', | 2379 '../skia/skia.gyp:skia', |
2380 '../testing/gtest.gyp:gtest', | 2380 '../testing/gtest.gyp:gtest', |
2381 '../webkit/support/webkit_support.gyp:glue', | 2381 '../webkit/support/webkit_support.gyp:glue', |
2382 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', | 2382 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', |
2383 ], | 2383 ], |
2384 'sources': [ | 2384 'sources': [ |
2385 'browser/net/sqlite_persistent_cookie_store_perftest.cc', | 2385 'browser/net/sqlite_persistent_cookie_store_perftest.cc', |
2386 'browser/visitedlink/visitedlink_perftest.cc', | |
2387 'common/json_value_serializer_perftest.cc', | 2386 'common/json_value_serializer_perftest.cc', |
2388 'test/perf/perftests.cc', | 2387 'test/perf/perftests.cc', |
2389 'test/perf/url_parse_perftest.cc', | 2388 'test/perf/url_parse_perftest.cc', |
| 2389 |
| 2390 # TODO(boliu): Move this to a separate components_perftest target |
| 2391 # under components/. |
| 2392 '../components/visitedlink/test/visitedlink_perftest.cc', |
2390 ], | 2393 ], |
2391 'conditions': [ | 2394 'conditions': [ |
2392 ['toolkit_uses_gtk == 1', { | 2395 ['toolkit_uses_gtk == 1', { |
2393 'dependencies': [ | 2396 'dependencies': [ |
2394 '../build/linux/system.gyp:gtk', | 2397 '../build/linux/system.gyp:gtk', |
2395 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2398 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2396 ], | 2399 ], |
2397 }], | 2400 }], |
2398 ['OS=="win"', { | 2401 ['OS=="win"', { |
2399 'configurations': { | 2402 'configurations': { |
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2907 'sync_integration_tests.isolate', | 2910 'sync_integration_tests.isolate', |
2908 ], | 2911 ], |
2909 'sources': [ | 2912 'sources': [ |
2910 'sync_integration_tests.isolate', | 2913 'sync_integration_tests.isolate', |
2911 ], | 2914 ], |
2912 }, | 2915 }, |
2913 ], | 2916 ], |
2914 }], | 2917 }], |
2915 ], # 'conditions' | 2918 ], # 'conditions' |
2916 } | 2919 } |
OLD | NEW |