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

Side by Side Diff: content/content_common.gypi

Issue 9572001: Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: TestShellNetworkDelegate Created 8 years, 9 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'public/common/speech_input_result.cc', 77 'public/common/speech_input_result.cc',
78 'public/common/speech_input_result.h', 78 'public/common/speech_input_result.h',
79 'public/common/ssl_status.cc', 79 'public/common/ssl_status.cc',
80 'public/common/ssl_status.h', 80 'public/common/ssl_status.h',
81 'public/common/stop_find_action.h', 81 'public/common/stop_find_action.h',
82 'public/common/url_constants.cc', 82 'public/common/url_constants.cc',
83 'public/common/url_constants.h', 83 'public/common/url_constants.h',
84 'public/common/url_fetcher.h', 84 'public/common/url_fetcher.h',
85 'public/common/url_fetcher_delegate.h', 85 'public/common/url_fetcher_delegate.h',
86 'public/common/url_fetcher_factory.h', 86 'public/common/url_fetcher_factory.h',
87 'public/common/url_request_user_data.cc',
88 'public/common/url_request_user_data.h',
87 'public/common/view_type.h', 89 'public/common/view_type.h',
88 'public/common/zygote_fork_delegate_linux.h', 90 'public/common/zygote_fork_delegate_linux.h',
89 'common/accessibility_messages.h', 91 'common/accessibility_messages.h',
90 'common/appcache/appcache_backend_proxy.cc', 92 'common/appcache/appcache_backend_proxy.cc',
91 'common/appcache/appcache_backend_proxy.h', 93 'common/appcache/appcache_backend_proxy.h',
92 'common/appcache/appcache_dispatcher.cc', 94 'common/appcache/appcache_dispatcher.cc',
93 'common/appcache/appcache_dispatcher.h', 95 'common/appcache/appcache_dispatcher.h',
94 'common/appcache_messages.h', 96 'common/appcache_messages.h',
95 'common/child_process.cc', 97 'common/child_process.cc',
96 'common/child_process.h', 98 'common/child_process.h',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 '../build/extract_from_cab.py', 426 '../build/extract_from_cab.py',
425 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 427 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
426 '<(output)', 428 '<(output)',
427 '<(PRODUCT_DIR)', 429 '<(PRODUCT_DIR)',
428 ], 430 ],
429 }, 431 },
430 ] 432 ]
431 }] 433 }]
432 ], 434 ],
433 } 435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698