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

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: patch for landing 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'common/media/media_stream_options.cc', 235 'common/media/media_stream_options.cc',
236 'common/media/media_stream_options.h', 236 'common/media/media_stream_options.h',
237 'common/media/video_capture.h', 237 'common/media/video_capture.h',
238 'common/media/video_capture_messages.h', 238 'common/media/video_capture_messages.h',
239 'common/message_router.cc', 239 'common/message_router.cc',
240 'common/message_router.h', 240 'common/message_router.h',
241 'common/mime_registry_messages.h', 241 'common/mime_registry_messages.h',
242 'common/navigation_gesture.h', 242 'common/navigation_gesture.h',
243 'common/net/url_fetcher_impl.cc', 243 'common/net/url_fetcher_impl.cc',
244 'common/net/url_fetcher_impl.h', 244 'common/net/url_fetcher_impl.h',
245 'common/net/url_request_user_data.cc',
246 'common/net/url_request_user_data.h',
245 'common/np_channel_base.cc', 247 'common/np_channel_base.cc',
246 'common/np_channel_base.h', 248 'common/np_channel_base.h',
247 'common/npobject_base.h', 249 'common/npobject_base.h',
248 'common/npobject_proxy.cc', 250 'common/npobject_proxy.cc',
249 'common/npobject_proxy.h', 251 'common/npobject_proxy.h',
250 'common/npobject_stub.cc', 252 'common/npobject_stub.cc',
251 'common/npobject_stub.h', 253 'common/npobject_stub.h',
252 'common/npobject_util.cc', 254 'common/npobject_util.cc',
253 'common/npobject_util.h', 255 'common/npobject_util.h',
254 'common/p2p_messages.h', 256 'common/p2p_messages.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 '../build/extract_from_cab.py', 427 '../build/extract_from_cab.py',
426 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 428 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
427 '<(output)', 429 '<(output)',
428 '<(PRODUCT_DIR)', 430 '<(PRODUCT_DIR)',
429 ], 431 ],
430 }, 432 },
431 ] 433 ]
432 }] 434 }]
433 ], 435 ],
434 } 436 }
OLDNEW
« no previous file with comments | « content/common/net/url_request_user_data.cc ('k') | content/public/browser/resource_request_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698