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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'browser/instant/instant_preview_controller.cc', 947 'browser/instant/instant_preview_controller.cc',
948 'browser/instant/instant_preview_controller.h', 948 'browser/instant/instant_preview_controller.h',
949 'browser/instant/instant_service.cc', 949 'browser/instant/instant_service.cc',
950 'browser/instant/instant_service.h', 950 'browser/instant/instant_service.h',
951 'browser/instant/instant_service_factory.cc', 951 'browser/instant/instant_service_factory.cc',
952 'browser/instant/instant_service_factory.h', 952 'browser/instant/instant_service_factory.h',
953 'browser/instant/instant_tab.cc', 953 'browser/instant/instant_tab.cc',
954 'browser/instant/instant_tab.h', 954 'browser/instant/instant_tab.h',
955 'browser/instant/instant_unload_handler.cc', 955 'browser/instant/instant_unload_handler.cc',
956 'browser/instant/instant_unload_handler.h', 956 'browser/instant/instant_unload_handler.h',
957 'browser/intents/cws_intents_registry.cc',
958 'browser/intents/cws_intents_registry.h',
959 'browser/intents/cws_intents_registry_factory.cc',
960 'browser/intents/cws_intents_registry_factory.h',
961 'browser/intents/default_web_intent_service.cc',
962 'browser/intents/default_web_intent_service.h',
963 'browser/intents/intent_service_host.h',
964 'browser/intents/native_services.cc',
965 'browser/intents/native_services.h',
966 'browser/intents/register_intent_handler_infobar_delegate.cc',
967 'browser/intents/register_intent_handler_infobar_delegate.h',
968 'browser/intents/web_intents_registry.cc',
969 'browser/intents/web_intents_registry.h',
970 'browser/intents/web_intents_registry_factory.cc',
971 'browser/intents/web_intents_registry_factory.h',
972 'browser/intents/web_intents_reporting.cc',
973 'browser/intents/web_intents_reporting.h',
974 'browser/intents/web_intents_util.cc',
975 'browser/intents/web_intents_util.h',
976 'browser/intents/web_intents_util_stub.cc',
977 'browser/internal_auth.cc', 957 'browser/internal_auth.cc',
978 'browser/internal_auth.h', 958 'browser/internal_auth.h',
979 'browser/intranet_redirect_detector.cc', 959 'browser/intranet_redirect_detector.cc',
980 'browser/intranet_redirect_detector.h', 960 'browser/intranet_redirect_detector.h',
981 'browser/io_thread.cc', 961 'browser/io_thread.cc',
982 'browser/io_thread.h', 962 'browser/io_thread.h',
983 'browser/jankometer.cc', 963 'browser/jankometer.cc',
984 'browser/jankometer.h', 964 'browser/jankometer.h',
985 'browser/jankometer_android.cc', 965 'browser/jankometer_android.cc',
986 'browser/jankometer_mac.cc', 966 'browser/jankometer_mac.cc',
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
2696 'sources/': [ 2676 'sources/': [
2697 ['exclude', '^browser/speech/chrome_speech'], 2677 ['exclude', '^browser/speech/chrome_speech'],
2698 ['exclude', '^browser/speech/speech_'], 2678 ['exclude', '^browser/speech/speech_'],
2699 ], 2679 ],
2700 }], 2680 }],
2701 ['notifications==0', { 2681 ['notifications==0', {
2702 'sources/': [ 2682 'sources/': [
2703 ['exclude', '^browser/notifications/'], 2683 ['exclude', '^browser/notifications/'],
2704 ], 2684 ],
2705 }], 2685 }],
2706 ['enable_web_intents==0', {
2707 'sources/': [
2708 ['exclude', '^browser/intents/'],
2709 ['include', '^browser/intents/web_intents_util_stub.cc'],
2710 ],
2711 }, { # enable_web_intents==1
2712 'sources!': [
2713 'browser/intents/web_intents_util_stub.cc',
2714 ],
2715 }],
2716 ['enable_themes==0', { 2686 ['enable_themes==0', {
2717 'sources!': [ 2687 'sources!': [
2718 'browser/sync/glue/theme_data_type_controller.cc', 2688 'browser/sync/glue/theme_data_type_controller.cc',
2719 ], 2689 ],
2720 'sources/': [ 2690 'sources/': [
2721 ['exclude', '^browser/themes/'], 2691 ['exclude', '^browser/themes/'],
2722 ], 2692 ],
2723 }], 2693 }],
2724 ['enable_automation!=1', { 2694 ['enable_automation!=1', {
2725 'sources/': [ 2695 'sources/': [
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 'variables': { 3115 'variables': {
3146 'jni_gen_dir': 'chrome', 3116 'jni_gen_dir': 'chrome',
3147 }, 3117 },
3148 'includes': [ '../build/jni_generator.gypi' ], 3118 'includes': [ '../build/jni_generator.gypi' ],
3149 }, 3119 },
3150 ], 3120 ],
3151 }, 3121 },
3152 ], 3122 ],
3153 ], 3123 ],
3154 } 3124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698