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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
864 'browser/instant/instant_page.h', | 864 'browser/instant/instant_page.h', |
865 'browser/instant/instant_page.cc', | 865 'browser/instant/instant_page.cc', |
866 'browser/instant/instant_service.cc', | 866 'browser/instant/instant_service.cc', |
867 'browser/instant/instant_service.h', | 867 'browser/instant/instant_service.h', |
868 'browser/instant/instant_service_factory.cc', | 868 'browser/instant/instant_service_factory.cc', |
869 'browser/instant/instant_service_factory.h', | 869 'browser/instant/instant_service_factory.h', |
870 'browser/instant/instant_tab.cc', | 870 'browser/instant/instant_tab.cc', |
871 'browser/instant/instant_tab.h', | 871 'browser/instant/instant_tab.h', |
872 'browser/instant/instant_unload_handler.cc', | 872 'browser/instant/instant_unload_handler.cc', |
873 'browser/instant/instant_unload_handler.h', | 873 'browser/instant/instant_unload_handler.h', |
| 874 'browser/instant/local_ntp_source.cc', |
| 875 'browser/instant/local_ntp_source.h', |
874 'browser/instant/search.cc', | 876 'browser/instant/search.cc', |
875 'browser/instant/search.h', | 877 'browser/instant/search.h', |
876 'browser/internal_auth.cc', | 878 'browser/internal_auth.cc', |
877 'browser/internal_auth.h', | 879 'browser/internal_auth.h', |
878 'browser/intranet_redirect_detector.cc', | 880 'browser/intranet_redirect_detector.cc', |
879 'browser/intranet_redirect_detector.h', | 881 'browser/intranet_redirect_detector.h', |
880 'browser/io_thread.cc', | 882 'browser/io_thread.cc', |
881 'browser/io_thread.h', | 883 'browser/io_thread.h', |
882 'browser/jankometer.cc', | 884 'browser/jankometer.cc', |
883 'browser/jankometer.h', | 885 'browser/jankometer.h', |
(...skipping 2280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3164 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3166 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3165 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3167 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3166 }, | 3168 }, |
3167 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3169 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3168 }, | 3170 }, |
3169 ], | 3171 ], |
3170 }, | 3172 }, |
3171 ], | 3173 ], |
3172 ], | 3174 ], |
3173 } | 3175 } |
OLD | NEW |