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

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: Add security OWNERS for ipc message. 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 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after
2332 '../base/base.gyp:base', 2332 '../base/base.gyp:base',
2333 '../base/base.gyp:test_support_base', 2333 '../base/base.gyp:test_support_base',
2334 '../base/base.gyp:test_support_perf', 2334 '../base/base.gyp:test_support_perf',
2335 '../skia/skia.gyp:skia', 2335 '../skia/skia.gyp:skia',
2336 '../testing/gtest.gyp:gtest', 2336 '../testing/gtest.gyp:gtest',
2337 '../webkit/support/webkit_support.gyp:glue', 2337 '../webkit/support/webkit_support.gyp:glue',
2338 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 2338 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
2339 ], 2339 ],
2340 'sources': [ 2340 'sources': [
2341 'browser/net/sqlite_persistent_cookie_store_perftest.cc', 2341 'browser/net/sqlite_persistent_cookie_store_perftest.cc',
2342 'browser/visitedlink/visitedlink_perftest.cc',
2343 'common/json_value_serializer_perftest.cc', 2342 'common/json_value_serializer_perftest.cc',
2344 'test/perf/perftests.cc', 2343 'test/perf/perftests.cc',
2345 'test/perf/url_parse_perftest.cc', 2344 'test/perf/url_parse_perftest.cc',
2345
2346 # TODO(boliu): Move this to a separate components_perftest target
2347 # under components/.
2348 '../components/visitedlink/test/visitedlink_perftest.cc',
2346 ], 2349 ],
2347 'conditions': [ 2350 'conditions': [
2348 ['toolkit_uses_gtk == 1', { 2351 ['toolkit_uses_gtk == 1', {
2349 'dependencies': [ 2352 'dependencies': [
2350 '../build/linux/system.gyp:gtk', 2353 '../build/linux/system.gyp:gtk',
2351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2354 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2352 ], 2355 ],
2353 }], 2356 }],
2354 ['OS=="win"', { 2357 ['OS=="win"', {
2355 'configurations': { 2358 'configurations': {
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
2862 'sync_integration_tests.isolate', 2865 'sync_integration_tests.isolate',
2863 ], 2866 ],
2864 'sources': [ 2867 'sources': [
2865 'sync_integration_tests.isolate', 2868 'sync_integration_tests.isolate',
2866 ], 2869 ],
2867 }, 2870 },
2868 ], 2871 ],
2869 }], 2872 }],
2870 ], # 'conditions' 2873 ], # 'conditions'
2871 } 2874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698