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