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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
919 'browser/infobars/infobar_container.h', | 919 'browser/infobars/infobar_container.h', |
920 'browser/infobars/infobar_tab_helper.cc', | 920 'browser/infobars/infobar_tab_helper.cc', |
921 'browser/infobars/infobar_tab_helper.h', | 921 'browser/infobars/infobar_tab_helper.h', |
922 'browser/infobars/insecure_content_infobar_delegate.cc', | 922 'browser/infobars/insecure_content_infobar_delegate.cc', |
923 'browser/infobars/insecure_content_infobar_delegate.h', | 923 'browser/infobars/insecure_content_infobar_delegate.h', |
924 'browser/instant/instant_client.cc', | 924 'browser/instant/instant_client.cc', |
925 'browser/instant/instant_client.h', | 925 'browser/instant/instant_client.h', |
926 'browser/instant/instant_commit_type.h', | 926 'browser/instant/instant_commit_type.h', |
927 'browser/instant/instant_controller.cc', | 927 'browser/instant/instant_controller.cc', |
928 'browser/instant/instant_controller.h', | 928 'browser/instant/instant_controller.h', |
929 'browser/instant/instant_loader.cc', | |
930 'browser/instant/instant_loader.h', | |
931 'browser/instant/instant_model.cc', | 929 'browser/instant/instant_model.cc', |
932 'browser/instant/instant_model.h', | 930 'browser/instant/instant_model.h', |
933 'browser/instant/instant_model_observer.h', | 931 'browser/instant/instant_model_observer.h', |
| 932 'browser/instant/instant_ntp.cc', |
| 933 'browser/instant/instant_ntp.h', |
| 934 'browser/instant/instant_overlay.cc', |
| 935 'browser/instant/instant_overlay.h', |
934 'browser/instant/instant_preview_controller.cc', | 936 'browser/instant/instant_preview_controller.cc', |
935 'browser/instant/instant_preview_controller.h', | 937 'browser/instant/instant_preview_controller.h', |
936 'browser/instant/instant_tab.cc', | 938 'browser/instant/instant_tab.cc', |
937 'browser/instant/instant_tab.h', | 939 'browser/instant/instant_tab.h', |
938 'browser/instant/instant_unload_handler.cc', | 940 'browser/instant/instant_unload_handler.cc', |
939 'browser/instant/instant_unload_handler.h', | 941 'browser/instant/instant_unload_handler.h', |
940 'browser/intents/cws_intents_registry.cc', | 942 'browser/intents/cws_intents_registry.cc', |
941 'browser/intents/cws_intents_registry.h', | 943 'browser/intents/cws_intents_registry.h', |
942 'browser/intents/cws_intents_registry_factory.cc', | 944 'browser/intents/cws_intents_registry_factory.cc', |
943 'browser/intents/device_attached_intent_source.cc', | 945 'browser/intents/device_attached_intent_source.cc', |
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3125 'variables': { | 3127 'variables': { |
3126 'jni_gen_dir': 'chrome', | 3128 'jni_gen_dir': 'chrome', |
3127 }, | 3129 }, |
3128 'includes': [ '../build/jni_generator.gypi' ], | 3130 'includes': [ '../build/jni_generator.gypi' ], |
3129 }, | 3131 }, |
3130 ], | 3132 ], |
3131 }, | 3133 }, |
3132 ], | 3134 ], |
3133 ], | 3135 ], |
3134 } | 3136 } |
OLD | NEW |