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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10407124: Don't force non-session only cookies to be session only cookies, instead delete on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 7 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 4172 matching lines...) Expand 10 before | Expand all | Expand 10 after
4183 '../content/content.gyp:content_gpu', 4183 '../content/content.gyp:content_gpu',
4184 '../content/content.gyp:test_support_content', 4184 '../content/content.gyp:test_support_content',
4185 '../base/base.gyp:base', 4185 '../base/base.gyp:base',
4186 '../base/base.gyp:test_support_base', 4186 '../base/base.gyp:test_support_base',
4187 '../base/base.gyp:test_support_perf', 4187 '../base/base.gyp:test_support_perf',
4188 '../skia/skia.gyp:skia', 4188 '../skia/skia.gyp:skia',
4189 '../testing/gtest.gyp:gtest', 4189 '../testing/gtest.gyp:gtest',
4190 '../webkit/support/webkit_support.gyp:glue', 4190 '../webkit/support/webkit_support.gyp:glue',
4191 ], 4191 ],
4192 'sources': [ 4192 'sources': [
4193 'browser/net/sqlite_persistent_cookie_store_perftest.cc',
jochen (gone - plz use gerrit) 2012/05/24 11:04:03 I have no idea why this test was not compiled befo
4193 'browser/visitedlink/visitedlink_perftest.cc', 4194 'browser/visitedlink/visitedlink_perftest.cc',
4194 'common/json_value_serializer_perftest.cc', 4195 'common/json_value_serializer_perftest.cc',
4195 'test/perf/perftests.cc', 4196 'test/perf/perftests.cc',
4196 'test/perf/url_parse_perftest.cc', 4197 'test/perf/url_parse_perftest.cc',
4197 ], 4198 ],
4198 'conditions': [ 4199 'conditions': [
4199 ['toolkit_uses_gtk == 1', { 4200 ['toolkit_uses_gtk == 1', {
4200 'dependencies': [ 4201 'dependencies': [
4201 '../build/linux/system.gyp:gtk', 4202 '../build/linux/system.gyp:gtk',
4202 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 4203 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
4597 # Use outputs of this action as inputs for the main target build. 4598 # Use outputs of this action as inputs for the main target build.
4598 # Seems as a misnomer but makes this happy on Linux (scons). 4599 # Seems as a misnomer but makes this happy on Linux (scons).
4599 'process_outputs_as_sources': 1, 4600 'process_outputs_as_sources': 1,
4600 }, 4601 },
4601 ], # 'actions' 4602 ], # 'actions'
4602 }, 4603 },
4603 ] 4604 ]
4604 }], # 'coverage!=0' 4605 }], # 'coverage!=0'
4605 ], # 'conditions' 4606 ], # 'conditions'
4606 } 4607 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698