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

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: . 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 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'browser/instant/instant_preview_controller.cc', 942 'browser/instant/instant_preview_controller.cc',
943 'browser/instant/instant_preview_controller.h', 943 'browser/instant/instant_preview_controller.h',
944 'browser/instant/instant_service.cc', 944 'browser/instant/instant_service.cc',
945 'browser/instant/instant_service.h', 945 'browser/instant/instant_service.h',
946 'browser/instant/instant_service_factory.cc', 946 'browser/instant/instant_service_factory.cc',
947 'browser/instant/instant_service_factory.h', 947 'browser/instant/instant_service_factory.h',
948 'browser/instant/instant_tab.cc', 948 'browser/instant/instant_tab.cc',
949 'browser/instant/instant_tab.h', 949 'browser/instant/instant_tab.h',
950 'browser/instant/instant_unload_handler.cc', 950 'browser/instant/instant_unload_handler.cc',
951 'browser/instant/instant_unload_handler.h', 951 'browser/instant/instant_unload_handler.h',
952 'browser/intents/cws_intents_registry.cc',
953 'browser/intents/cws_intents_registry.h',
954 'browser/intents/cws_intents_registry_factory.cc',
955 'browser/intents/cws_intents_registry_factory.h',
956 'browser/intents/default_web_intent_service.cc',
957 'browser/intents/default_web_intent_service.h',
958 'browser/intents/intent_service_host.h',
959 'browser/intents/native_services.cc',
960 'browser/intents/native_services.h',
961 'browser/intents/register_intent_handler_infobar_delegate.cc',
962 'browser/intents/register_intent_handler_infobar_delegate.h',
963 'browser/intents/web_intents_registry.cc',
964 'browser/intents/web_intents_registry.h',
965 'browser/intents/web_intents_registry_factory.cc',
966 'browser/intents/web_intents_registry_factory.h',
967 'browser/intents/web_intents_reporting.cc',
968 'browser/intents/web_intents_reporting.h',
969 'browser/intents/web_intents_util.cc',
970 'browser/intents/web_intents_util.h',
971 'browser/intents/web_intents_util_stub.cc',
972 'browser/internal_auth.cc', 952 'browser/internal_auth.cc',
973 'browser/internal_auth.h', 953 'browser/internal_auth.h',
974 'browser/intranet_redirect_detector.cc', 954 'browser/intranet_redirect_detector.cc',
975 'browser/intranet_redirect_detector.h', 955 'browser/intranet_redirect_detector.h',
976 'browser/io_thread.cc', 956 'browser/io_thread.cc',
977 'browser/io_thread.h', 957 'browser/io_thread.h',
978 'browser/jankometer.cc', 958 'browser/jankometer.cc',
979 'browser/jankometer.h', 959 'browser/jankometer.h',
980 'browser/jankometer_android.cc', 960 'browser/jankometer_android.cc',
981 'browser/jankometer_mac.cc', 961 'browser/jankometer_mac.cc',
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2682 'sources/': [ 2662 'sources/': [
2683 ['exclude', '^browser/speech/chrome_speech'], 2663 ['exclude', '^browser/speech/chrome_speech'],
2684 ['exclude', '^browser/speech/speech_'], 2664 ['exclude', '^browser/speech/speech_'],
2685 ], 2665 ],
2686 }], 2666 }],
2687 ['notifications==0', { 2667 ['notifications==0', {
2688 'sources/': [ 2668 'sources/': [
2689 ['exclude', '^browser/notifications/'], 2669 ['exclude', '^browser/notifications/'],
2690 ], 2670 ],
2691 }], 2671 }],
2692 ['enable_web_intents==0', {
2693 'sources/': [
2694 ['exclude', '^browser/intents/'],
2695 ['include', '^browser/intents/web_intents_util_stub.cc'],
2696 ],
2697 }, { # enable_web_intents==1
2698 'sources!': [
2699 'browser/intents/web_intents_util_stub.cc',
2700 ],
2701 }],
2702 ['enable_themes==0', { 2672 ['enable_themes==0', {
2703 'sources!': [ 2673 'sources!': [
2704 'browser/sync/glue/theme_data_type_controller.cc', 2674 'browser/sync/glue/theme_data_type_controller.cc',
2705 ], 2675 ],
2706 'sources/': [ 2676 'sources/': [
2707 ['exclude', '^browser/themes/'], 2677 ['exclude', '^browser/themes/'],
2708 ], 2678 ],
2709 }], 2679 }],
2710 ['enable_automation!=1', { 2680 ['enable_automation!=1', {
2711 'sources/': [ 2681 'sources/': [
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
3131 'variables': { 3101 'variables': {
3132 'jni_gen_dir': 'chrome', 3102 'jni_gen_dir': 'chrome',
3133 }, 3103 },
3134 'includes': [ '../build/jni_generator.gypi' ], 3104 'includes': [ '../build/jni_generator.gypi' ],
3135 }, 3105 },
3136 ], 3106 ],
3137 }, 3107 },
3138 ], 3108 ],
3139 ], 3109 ],
3140 } 3110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698