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

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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'browser/infobars/infobar.h', 940 'browser/infobars/infobar.h',
941 'browser/infobars/infobar_container.cc', 941 'browser/infobars/infobar_container.cc',
942 'browser/infobars/infobar_container.h', 942 'browser/infobars/infobar_container.h',
943 'browser/infobars/infobar_tab_helper.cc', 943 'browser/infobars/infobar_tab_helper.cc',
944 'browser/infobars/infobar_tab_helper.h', 944 'browser/infobars/infobar_tab_helper.h',
945 'browser/infobars/insecure_content_infobar_delegate.cc', 945 'browser/infobars/insecure_content_infobar_delegate.cc',
946 'browser/infobars/insecure_content_infobar_delegate.h', 946 'browser/infobars/insecure_content_infobar_delegate.h',
947 'browser/instant/instant_commit_type.h', 947 'browser/instant/instant_commit_type.h',
948 'browser/instant/instant_controller.cc', 948 'browser/instant/instant_controller.cc',
949 'browser/instant/instant_controller.h', 949 'browser/instant/instant_controller.h',
950 'browser/instant/instant_controller_extended_impl.cc',
951 'browser/instant/instant_controller_extended_impl.h',
952 'browser/instant/instant_controller_impl.cc',
953 'browser/instant/instant_controller_impl.h',
954 'browser/instant/instant_controller_utils.cc',
955 'browser/instant/instant_controller_utils.h',
950 'browser/instant/instant_io_context.cc', 956 'browser/instant/instant_io_context.cc',
951 'browser/instant/instant_io_context.h', 957 'browser/instant/instant_io_context.h',
952 'browser/instant/instant_loader.cc',
953 'browser/instant/instant_loader.h',
954 'browser/instant/instant_ntp.cc',
955 'browser/instant/instant_ntp.h',
956 'browser/instant/instant_overlay.cc', 958 'browser/instant/instant_overlay.cc',
957 'browser/instant/instant_overlay.h', 959 'browser/instant/instant_overlay.h',
958 'browser/instant/instant_overlay_controller.cc', 960 'browser/instant/instant_overlay_controller.cc',
959 'browser/instant/instant_overlay_controller.h', 961 'browser/instant/instant_overlay_controller.h',
960 'browser/instant/instant_overlay_model.cc', 962 'browser/instant/instant_overlay_model.cc',
961 'browser/instant/instant_overlay_model.h', 963 'browser/instant/instant_overlay_model.h',
962 'browser/instant/instant_overlay_model_observer.h', 964 'browser/instant/instant_overlay_model_observer.h',
963 'browser/instant/instant_page.h', 965 'browser/instant/instant_page.h',
964 'browser/instant/instant_page.cc', 966 'browser/instant/instant_page.cc',
967 'browser/instant/instant_preloader.cc',
968 'browser/instant/instant_preloader.h',
965 'browser/instant/instant_service.cc', 969 'browser/instant/instant_service.cc',
966 'browser/instant/instant_service.h', 970 'browser/instant/instant_service.h',
967 'browser/instant/instant_service_factory.cc', 971 'browser/instant/instant_service_factory.cc',
968 'browser/instant/instant_service_factory.h', 972 'browser/instant/instant_service_factory.h',
969 'browser/instant/instant_tab.cc', 973 'browser/instant/instant_service_observer.h',
970 'browser/instant/instant_tab.h',
971 'browser/instant/instant_unload_handler.cc', 974 'browser/instant/instant_unload_handler.cc',
972 'browser/instant/instant_unload_handler.h', 975 'browser/instant/instant_unload_handler.h',
976 'browser/instant/instant_web_contents_container.cc',
977 'browser/instant/instant_web_contents_container.h',
973 'browser/instant/search.cc', 978 'browser/instant/search.cc',
974 'browser/instant/search.h', 979 'browser/instant/search.h',
975 'browser/internal_auth.cc', 980 'browser/internal_auth.cc',
976 'browser/internal_auth.h', 981 'browser/internal_auth.h',
977 'browser/intranet_redirect_detector.cc', 982 'browser/intranet_redirect_detector.cc',
978 'browser/intranet_redirect_detector.h', 983 'browser/intranet_redirect_detector.h',
979 'browser/io_thread.cc', 984 'browser/io_thread.cc',
980 'browser/io_thread.h', 985 'browser/io_thread.h',
981 'browser/jankometer.cc', 986 'browser/jankometer.cc',
982 'browser/jankometer.h', 987 'browser/jankometer.h',
(...skipping 2208 matching lines...) Expand 10 before | Expand all | Expand 10 after
3191 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3196 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3192 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3197 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3193 }, 3198 },
3194 'includes': [ '../build/android/java_cpp_template.gypi' ], 3199 'includes': [ '../build/android/java_cpp_template.gypi' ],
3195 }, 3200 },
3196 ], 3201 ],
3197 }, 3202 },
3198 ], 3203 ],
3199 ], 3204 ],
3200 } 3205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698