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

Side by Side Diff: content/content_browser.gypi

Issue 9651020: Pass content-type resources to web intents. Goes through download, then invokes the p… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move dispatch logic client-side. 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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'browser/in_process_webkit/indexed_db_quota_client.cc', 374 'browser/in_process_webkit/indexed_db_quota_client.cc',
375 'browser/in_process_webkit/indexed_db_quota_client.h', 375 'browser/in_process_webkit/indexed_db_quota_client.h',
376 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 376 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
377 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 377 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
378 'browser/in_process_webkit/session_storage_namespace_impl.cc', 378 'browser/in_process_webkit/session_storage_namespace_impl.cc',
379 'browser/in_process_webkit/session_storage_namespace_impl.h', 379 'browser/in_process_webkit/session_storage_namespace_impl.h',
380 'browser/in_process_webkit/webkit_thread.cc', 380 'browser/in_process_webkit/webkit_thread.cc',
381 'browser/in_process_webkit/webkit_thread.h', 381 'browser/in_process_webkit/webkit_thread.h',
382 'browser/intents/intent_injector.cc', 382 'browser/intents/intent_injector.cc',
383 'browser/intents/intent_injector.h', 383 'browser/intents/intent_injector.h',
384 'browser/intents/internal_web_intents_dispatcher.cc',
385 'browser/intents/internal_web_intents_dispatcher.h',
384 'browser/intents/web_intents_dispatcher_impl.cc', 386 'browser/intents/web_intents_dispatcher_impl.cc',
385 'browser/intents/web_intents_dispatcher_impl.h', 387 'browser/intents/web_intents_dispatcher_impl.h',
386 'browser/load_from_memory_cache_details.cc', 388 'browser/load_from_memory_cache_details.cc',
387 'browser/load_from_memory_cache_details.h', 389 'browser/load_from_memory_cache_details.h',
388 'browser/mach_broker_mac.cc', 390 'browser/mach_broker_mac.cc',
389 'browser/mach_broker_mac.h', 391 'browser/mach_broker_mac.h',
390 'browser/media_device_notifications_linux.cc', 392 'browser/media_device_notifications_linux.cc',
391 'browser/media_device_notifications_linux.h', 393 'browser/media_device_notifications_linux.h',
392 'browser/mime_registry_message_filter.cc', 394 'browser/mime_registry_message_filter.cc',
393 'browser/mime_registry_message_filter.h', 395 'browser/mime_registry_message_filter.h',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 ], 889 ],
888 }], 890 }],
889 ['input_speech==0', { 891 ['input_speech==0', {
890 'sources/': [ 892 'sources/': [
891 ['exclude', '^browser/speech/'], 893 ['exclude', '^browser/speech/'],
892 ], 894 ],
893 }], 895 }],
894 ], 896 ],
895 } 897 }
896 898
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698