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 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
963 'browser/instant/instant_page.h', | 963 'browser/instant/instant_page.h', |
964 'browser/instant/instant_page.cc', | 964 'browser/instant/instant_page.cc', |
965 'browser/instant/instant_service.cc', | 965 'browser/instant/instant_service.cc', |
966 'browser/instant/instant_service.h', | 966 'browser/instant/instant_service.h', |
967 'browser/instant/instant_service_factory.cc', | 967 'browser/instant/instant_service_factory.cc', |
968 'browser/instant/instant_service_factory.h', | 968 'browser/instant/instant_service_factory.h', |
969 'browser/instant/instant_tab.cc', | 969 'browser/instant/instant_tab.cc', |
970 'browser/instant/instant_tab.h', | 970 'browser/instant/instant_tab.h', |
971 'browser/instant/instant_unload_handler.cc', | 971 'browser/instant/instant_unload_handler.cc', |
972 'browser/instant/instant_unload_handler.h', | 972 'browser/instant/instant_unload_handler.h', |
| 973 'browser/instant/search.cc', |
| 974 'browser/instant/search.h', |
973 'browser/internal_auth.cc', | 975 'browser/internal_auth.cc', |
974 'browser/internal_auth.h', | 976 'browser/internal_auth.h', |
975 'browser/intranet_redirect_detector.cc', | 977 'browser/intranet_redirect_detector.cc', |
976 'browser/intranet_redirect_detector.h', | 978 'browser/intranet_redirect_detector.h', |
977 'browser/io_thread.cc', | 979 'browser/io_thread.cc', |
978 'browser/io_thread.h', | 980 'browser/io_thread.h', |
979 'browser/jankometer.cc', | 981 'browser/jankometer.cc', |
980 'browser/jankometer.h', | 982 'browser/jankometer.h', |
981 'browser/jankometer_android.cc', | 983 'browser/jankometer_android.cc', |
982 'browser/jankometer_mac.cc', | 984 'browser/jankometer_mac.cc', |
(...skipping 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3166 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3168 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3167 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3169 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3168 }, | 3170 }, |
3169 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3171 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3170 }, | 3172 }, |
3171 ], | 3173 ], |
3172 }, | 3174 }, |
3173 ], | 3175 ], |
3174 ], | 3176 ], |
3175 } | 3177 } |
OLD | NEW |