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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'browser/infobars/infobar.h', 934 'browser/infobars/infobar.h',
935 'browser/infobars/infobar_container.cc', 935 'browser/infobars/infobar_container.cc',
936 'browser/infobars/infobar_container.h', 936 'browser/infobars/infobar_container.h',
937 'browser/infobars/infobar_tab_helper.cc', 937 'browser/infobars/infobar_tab_helper.cc',
938 'browser/infobars/infobar_tab_helper.h', 938 'browser/infobars/infobar_tab_helper.h',
939 'browser/infobars/insecure_content_infobar_delegate.cc', 939 'browser/infobars/insecure_content_infobar_delegate.cc',
940 'browser/infobars/insecure_content_infobar_delegate.h', 940 'browser/infobars/insecure_content_infobar_delegate.h',
941 'browser/instant/instant_commit_type.h', 941 'browser/instant/instant_commit_type.h',
942 'browser/instant/instant_controller.cc', 942 'browser/instant/instant_controller.cc',
943 'browser/instant/instant_controller.h', 943 'browser/instant/instant_controller.h',
944 'browser/instant/instant_controller_extended_impl.cc',
945 'browser/instant/instant_controller_extended_impl.h',
946 'browser/instant/instant_controller_impl.cc',
947 'browser/instant/instant_controller_impl.h',
948 'browser/instant/instant_controller_utils.cc',
949 'browser/instant/instant_controller_utils.h',
944 'browser/instant/instant_loader.cc', 950 'browser/instant/instant_loader.cc',
945 'browser/instant/instant_loader.h', 951 'browser/instant/instant_loader.h',
946 'browser/instant/instant_model.cc', 952 'browser/instant/instant_model.cc',
947 'browser/instant/instant_model.h', 953 'browser/instant/instant_model.h',
948 'browser/instant/instant_model_observer.h', 954 'browser/instant/instant_model_observer.h',
949 'browser/instant/instant_ntp.cc',
950 'browser/instant/instant_ntp.h',
951 'browser/instant/instant_overlay.cc', 955 'browser/instant/instant_overlay.cc',
952 'browser/instant/instant_overlay.h', 956 'browser/instant/instant_overlay.h',
957 'browser/instant/instant_overlay_controller.cc',
958 'browser/instant/instant_overlay_controller.h',
953 'browser/instant/instant_page.h', 959 'browser/instant/instant_page.h',
954 'browser/instant/instant_page.cc', 960 'browser/instant/instant_page.cc',
955 'browser/instant/instant_preview_controller.cc',
956 'browser/instant/instant_preview_controller.h',
957 'browser/instant/instant_service.cc', 961 'browser/instant/instant_service.cc',
958 'browser/instant/instant_service.h', 962 'browser/instant/instant_service.h',
959 'browser/instant/instant_service_factory.cc', 963 'browser/instant/instant_service_factory.cc',
960 'browser/instant/instant_service_factory.h', 964 'browser/instant/instant_service_factory.h',
961 'browser/instant/instant_tab.cc', 965 'browser/instant/instant_service_observer.h',
962 'browser/instant/instant_tab.h',
963 'browser/instant/instant_unload_handler.cc', 966 'browser/instant/instant_unload_handler.cc',
964 'browser/instant/instant_unload_handler.h', 967 'browser/instant/instant_unload_handler.h',
968 'browser/instant/instant_web_contents_container.cc',
969 'browser/instant/instant_web_contents_container.h',
965 'browser/internal_auth.cc', 970 'browser/internal_auth.cc',
966 'browser/internal_auth.h', 971 'browser/internal_auth.h',
967 'browser/intranet_redirect_detector.cc', 972 'browser/intranet_redirect_detector.cc',
968 'browser/intranet_redirect_detector.h', 973 'browser/intranet_redirect_detector.h',
969 'browser/io_thread.cc', 974 'browser/io_thread.cc',
970 'browser/io_thread.h', 975 'browser/io_thread.h',
971 'browser/jankometer.cc', 976 'browser/jankometer.cc',
972 'browser/jankometer.h', 977 'browser/jankometer.h',
973 'browser/jankometer_android.cc', 978 'browser/jankometer_android.cc',
974 'browser/jankometer_mac.cc', 979 'browser/jankometer_mac.cc',
(...skipping 2167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 'variables': { 3147 'variables': {
3143 'jni_gen_dir': 'chrome', 3148 'jni_gen_dir': 'chrome',
3144 }, 3149 },
3145 'includes': [ '../build/jni_generator.gypi' ], 3150 'includes': [ '../build/jni_generator.gypi' ],
3146 }, 3151 },
3147 ], 3152 ],
3148 }, 3153 },
3149 ], 3154 ],
3150 ], 3155 ],
3151 } 3156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698