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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11824050: InstantExtended: Committed NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'browser/importer/toolbar_importer_utils.cc', 924 'browser/importer/toolbar_importer_utils.cc',
925 'browser/importer/toolbar_importer_utils.h', 925 'browser/importer/toolbar_importer_utils.h',
926 'browser/infobars/infobar.cc', 926 'browser/infobars/infobar.cc',
927 'browser/infobars/infobar.h', 927 'browser/infobars/infobar.h',
928 'browser/infobars/infobar_container.cc', 928 'browser/infobars/infobar_container.cc',
929 'browser/infobars/infobar_container.h', 929 'browser/infobars/infobar_container.h',
930 'browser/infobars/infobar_tab_helper.cc', 930 'browser/infobars/infobar_tab_helper.cc',
931 'browser/infobars/infobar_tab_helper.h', 931 'browser/infobars/infobar_tab_helper.h',
932 'browser/infobars/insecure_content_infobar_delegate.cc', 932 'browser/infobars/insecure_content_infobar_delegate.cc',
933 'browser/infobars/insecure_content_infobar_delegate.h', 933 'browser/infobars/insecure_content_infobar_delegate.h',
934 'browser/instant/instant_client.cc',
935 'browser/instant/instant_client.h',
936 'browser/instant/instant_commit_type.h', 934 'browser/instant/instant_commit_type.h',
937 'browser/instant/instant_controller.cc', 935 'browser/instant/instant_controller.cc',
938 'browser/instant/instant_controller.h', 936 'browser/instant/instant_controller.h',
939 'browser/instant/instant_loader.cc', 937 'browser/instant/instant_loader.cc',
940 'browser/instant/instant_loader.h', 938 'browser/instant/instant_loader.h',
941 'browser/instant/instant_model.cc', 939 'browser/instant/instant_model.cc',
942 'browser/instant/instant_model.h', 940 'browser/instant/instant_model.h',
943 'browser/instant/instant_model_observer.h', 941 'browser/instant/instant_model_observer.h',
942 'browser/instant/instant_ntp.cc',
943 'browser/instant/instant_ntp.h',
944 'browser/instant/instant_overlay.cc',
945 'browser/instant/instant_overlay.h',
946 'browser/instant/instant_page.h',
947 'browser/instant/instant_page.cc',
944 'browser/instant/instant_preview_controller.cc', 948 'browser/instant/instant_preview_controller.cc',
945 'browser/instant/instant_preview_controller.h', 949 'browser/instant/instant_preview_controller.h',
946 'browser/instant/instant_service.cc', 950 'browser/instant/instant_service.cc',
947 'browser/instant/instant_service.h', 951 'browser/instant/instant_service.h',
948 'browser/instant/instant_service_factory.cc', 952 'browser/instant/instant_service_factory.cc',
949 'browser/instant/instant_service_factory.h', 953 'browser/instant/instant_service_factory.h',
950 'browser/instant/instant_tab.cc', 954 'browser/instant/instant_tab.cc',
951 'browser/instant/instant_tab.h', 955 'browser/instant/instant_tab.h',
952 'browser/instant/instant_unload_handler.cc', 956 'browser/instant/instant_unload_handler.cc',
953 'browser/instant/instant_unload_handler.h', 957 'browser/instant/instant_unload_handler.h',
(...skipping 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 'variables': { 3131 'variables': {
3128 'jni_gen_dir': 'chrome', 3132 'jni_gen_dir': 'chrome',
3129 }, 3133 },
3130 'includes': [ '../build/jni_generator.gypi' ], 3134 'includes': [ '../build/jni_generator.gypi' ],
3131 }, 3135 },
3132 ], 3136 ],
3133 }, 3137 },
3134 ], 3138 ],
3135 ], 3139 ],
3136 } 3140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698