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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7864008: Split initial load of cookies by domains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3669 'chrome_strings', 3669 'chrome_strings',
3670 '../content/content.gyp:content_gpu', 3670 '../content/content.gyp:content_gpu',
3671 '../base/base.gyp:base', 3671 '../base/base.gyp:base',
3672 '../base/base.gyp:test_support_base', 3672 '../base/base.gyp:test_support_base',
3673 '../base/base.gyp:test_support_perf', 3673 '../base/base.gyp:test_support_perf',
3674 '../skia/skia.gyp:skia', 3674 '../skia/skia.gyp:skia',
3675 '../testing/gtest.gyp:gtest', 3675 '../testing/gtest.gyp:gtest',
3676 '../webkit/support/webkit_support.gyp:glue', 3676 '../webkit/support/webkit_support.gyp:glue',
3677 ], 3677 ],
3678 'sources': [ 3678 'sources': [
3679 'browser/safe_browsing/filter_false_positive_perftest.cc', 3679 'browser/net/sqlite_origin_bound_cert_store_unittest.cc',
3680 'browser/safe_browsing/filter_false_positive_perftest.cc',
3680 'browser/visitedlink/visitedlink_perftest.cc', 3681 'browser/visitedlink/visitedlink_perftest.cc',
3681 'common/json_value_serializer_perftest.cc', 3682 'common/json_value_serializer_perftest.cc',
3682 'test/perf/perftests.cc', 3683 'test/perf/perftests.cc',
3683 'test/perf/url_parse_perftest.cc', 3684 'test/perf/url_parse_perftest.cc',
3684 ], 3685 ],
3685 'conditions': [ 3686 'conditions': [
3686 ['toolkit_uses_gtk == 1', { 3687 ['toolkit_uses_gtk == 1', {
3687 'dependencies': [ 3688 'dependencies': [
3688 '../build/linux/system.gyp:gtk', 3689 '../build/linux/system.gyp:gtk',
3689 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3690 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
4079 # Use outputs of this action as inputs for the main target build. 4080 # Use outputs of this action as inputs for the main target build.
4080 # Seems as a misnomer but makes this happy on Linux (scons). 4081 # Seems as a misnomer but makes this happy on Linux (scons).
4081 'process_outputs_as_sources': 1, 4082 'process_outputs_as_sources': 1,
4082 }, 4083 },
4083 ], # 'actions' 4084 ], # 'actions'
4084 }, 4085 },
4085 ] 4086 ]
4086 }], # 'coverage!=0' 4087 }], # 'coverage!=0'
4087 ], # 'conditions' 4088 ], # 'conditions'
4088 } 4089 }
OLDNEW
« no previous file with comments | « chrome/browser/net/sqlite_persistent_cookie_store_unittest.cc ('k') | net/base/cookie_monster.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698