Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after
2336 '../base/base.gyp:base', 2336 '../base/base.gyp:base',
2337 '../base/base.gyp:test_support_base', 2337 '../base/base.gyp:test_support_base',
2338 '../base/base.gyp:test_support_perf', 2338 '../base/base.gyp:test_support_perf',
2339 '../skia/skia.gyp:skia', 2339 '../skia/skia.gyp:skia',
2340 '../testing/gtest.gyp:gtest', 2340 '../testing/gtest.gyp:gtest',
2341 '../webkit/support/webkit_support.gyp:glue', 2341 '../webkit/support/webkit_support.gyp:glue',
2342 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 2342 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
2343 ], 2343 ],
2344 'sources': [ 2344 'sources': [
2345 'browser/net/sqlite_persistent_cookie_store_perftest.cc', 2345 'browser/net/sqlite_persistent_cookie_store_perftest.cc',
2346 'browser/visitedlink/visitedlink_perftest.cc',
2347 'common/json_value_serializer_perftest.cc', 2346 'common/json_value_serializer_perftest.cc',
2348 'test/perf/perftests.cc', 2347 'test/perf/perftests.cc',
2349 'test/perf/url_parse_perftest.cc', 2348 'test/perf/url_parse_perftest.cc',
2349
2350 # TODO(boliu): Move this to a separate components_perftest target
2351 # under components/.
2352 '../components/visitedlink/test/visitedlink_perftest.cc',
2350 ], 2353 ],
2351 'conditions': [ 2354 'conditions': [
2352 ['toolkit_uses_gtk == 1', { 2355 ['toolkit_uses_gtk == 1', {
2353 'dependencies': [ 2356 'dependencies': [
2354 '../build/linux/system.gyp:gtk', 2357 '../build/linux/system.gyp:gtk',
2355 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2358 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2356 ], 2359 ],
2357 }], 2360 }],
2358 ['OS=="win"', { 2361 ['OS=="win"', {
2359 'configurations': { 2362 'configurations': {
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
2867 'sync_integration_tests.isolate', 2870 'sync_integration_tests.isolate',
2868 ], 2871 ],
2869 'sources': [ 2872 'sources': [
2870 'sync_integration_tests.isolate', 2873 'sync_integration_tests.isolate',
2871 ], 2874 ],
2872 }, 2875 },
2873 ], 2876 ],
2874 }], 2877 }],
2875 ], # 'conditions' 2878 ], # 'conditions'
2876 } 2879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698