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 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2154 'browser/translate/translate_prefs.cc', | 2154 'browser/translate/translate_prefs.cc', |
2155 'browser/translate/translate_prefs.h', | 2155 'browser/translate/translate_prefs.h', |
2156 'browser/translate/translate_tab_helper.cc', | 2156 'browser/translate/translate_tab_helper.cc', |
2157 'browser/translate/translate_tab_helper.h', | 2157 'browser/translate/translate_tab_helper.h', |
2158 'browser/upgrade_detector.cc', | 2158 'browser/upgrade_detector.cc', |
2159 'browser/upgrade_detector.h', | 2159 'browser/upgrade_detector.h', |
2160 'browser/upgrade_detector_impl.cc', | 2160 'browser/upgrade_detector_impl.cc', |
2161 'browser/upgrade_detector_impl.h', | 2161 'browser/upgrade_detector_impl.h', |
2162 'browser/usb/usb_device.cc', | 2162 'browser/usb/usb_device.cc', |
2163 'browser/usb/usb_device.h', | 2163 'browser/usb/usb_device.h', |
| 2164 'browser/usb/usb_interface.cc', |
| 2165 'browser/usb/usb_interface.h', |
2164 'browser/usb/usb_service.cc', | 2166 'browser/usb/usb_service.cc', |
2165 'browser/usb/usb_service.h', | 2167 'browser/usb/usb_service.h', |
2166 'browser/usb/usb_service_factory.cc', | 2168 'browser/usb/usb_service_factory.cc', |
2167 'browser/usb/usb_service_factory.h', | 2169 'browser/usb/usb_service_factory.h', |
2168 'browser/user_data_dir_extractor.cc', | 2170 'browser/user_data_dir_extractor.cc', |
2169 'browser/user_data_dir_extractor.h', | 2171 'browser/user_data_dir_extractor.h', |
2170 'browser/user_data_dir_extractor_win.cc', | 2172 'browser/user_data_dir_extractor_win.cc', |
2171 'browser/user_data_dir_extractor_win.h', | 2173 'browser/user_data_dir_extractor_win.h', |
2172 'browser/user_style_sheet_watcher.cc', | 2174 'browser/user_style_sheet_watcher.cc', |
2173 'browser/user_style_sheet_watcher.h', | 2175 'browser/user_style_sheet_watcher.h', |
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3146 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3148 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3147 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3149 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3148 }, | 3150 }, |
3149 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3151 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3150 }, | 3152 }, |
3151 ], | 3153 ], |
3152 }, | 3154 }, |
3153 ], | 3155 ], |
3154 ], | 3156 ], |
3155 } | 3157 } |
OLD | NEW |