OLD | NEW |
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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 'browser/importer/toolbar_importer_utils.cc', | 921 'browser/importer/toolbar_importer_utils.cc', |
922 'browser/importer/toolbar_importer_utils.h', | 922 'browser/importer/toolbar_importer_utils.h', |
923 'browser/infobars/infobar.cc', | 923 'browser/infobars/infobar.cc', |
924 'browser/infobars/infobar.h', | 924 'browser/infobars/infobar.h', |
925 'browser/infobars/infobar_container.cc', | 925 'browser/infobars/infobar_container.cc', |
926 'browser/infobars/infobar_container.h', | 926 'browser/infobars/infobar_container.h', |
927 'browser/infobars/infobar_tab_helper.cc', | 927 'browser/infobars/infobar_tab_helper.cc', |
928 'browser/infobars/infobar_tab_helper.h', | 928 'browser/infobars/infobar_tab_helper.h', |
929 'browser/infobars/insecure_content_infobar_delegate.cc', | 929 'browser/infobars/insecure_content_infobar_delegate.cc', |
930 'browser/infobars/insecure_content_infobar_delegate.h', | 930 'browser/infobars/insecure_content_infobar_delegate.h', |
931 'browser/instant/instant_client.cc', | |
932 'browser/instant/instant_client.h', | |
933 'browser/instant/instant_commit_type.h', | 931 'browser/instant/instant_commit_type.h', |
934 'browser/instant/instant_controller.cc', | 932 'browser/instant/instant_controller.cc', |
935 'browser/instant/instant_controller.h', | 933 'browser/instant/instant_controller.h', |
936 'browser/instant/instant_loader.cc', | 934 'browser/instant/instant_loader.cc', |
937 'browser/instant/instant_loader.h', | 935 'browser/instant/instant_loader.h', |
938 'browser/instant/instant_model.cc', | 936 'browser/instant/instant_model.cc', |
939 'browser/instant/instant_model.h', | 937 'browser/instant/instant_model.h', |
940 'browser/instant/instant_model_observer.h', | 938 'browser/instant/instant_model_observer.h', |
| 939 'browser/instant/instant_ntp.cc', |
| 940 'browser/instant/instant_ntp.h', |
| 941 'browser/instant/instant_overlay.cc', |
| 942 'browser/instant/instant_overlay.h', |
| 943 'browser/instant/instant_page.h', |
| 944 'browser/instant/instant_page.cc', |
941 'browser/instant/instant_preview_controller.cc', | 945 'browser/instant/instant_preview_controller.cc', |
942 'browser/instant/instant_preview_controller.h', | 946 'browser/instant/instant_preview_controller.h', |
943 'browser/instant/instant_service.cc', | 947 'browser/instant/instant_service.cc', |
944 'browser/instant/instant_service.h', | 948 'browser/instant/instant_service.h', |
945 'browser/instant/instant_service_factory.cc', | 949 'browser/instant/instant_service_factory.cc', |
946 'browser/instant/instant_service_factory.h', | 950 'browser/instant/instant_service_factory.h', |
947 'browser/instant/instant_tab.cc', | 951 'browser/instant/instant_tab.cc', |
948 'browser/instant/instant_tab.h', | 952 'browser/instant/instant_tab.h', |
949 'browser/instant/instant_unload_handler.cc', | 953 'browser/instant/instant_unload_handler.cc', |
950 'browser/instant/instant_unload_handler.h', | 954 'browser/instant/instant_unload_handler.h', |
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3126 'variables': { | 3130 'variables': { |
3127 'jni_gen_dir': 'chrome', | 3131 'jni_gen_dir': 'chrome', |
3128 }, | 3132 }, |
3129 'includes': [ '../build/jni_generator.gypi' ], | 3133 'includes': [ '../build/jni_generator.gypi' ], |
3130 }, | 3134 }, |
3131 ], | 3135 ], |
3132 }, | 3136 }, |
3133 ], | 3137 ], |
3134 ], | 3138 ], |
3135 } | 3139 } |
OLD | NEW |