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 2197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2208 'browser/translate/translate_prefs.cc', | 2208 'browser/translate/translate_prefs.cc', |
2209 'browser/translate/translate_prefs.h', | 2209 'browser/translate/translate_prefs.h', |
2210 'browser/translate/translate_tab_helper.cc', | 2210 'browser/translate/translate_tab_helper.cc', |
2211 'browser/translate/translate_tab_helper.h', | 2211 'browser/translate/translate_tab_helper.h', |
2212 'browser/upgrade_detector.cc', | 2212 'browser/upgrade_detector.cc', |
2213 'browser/upgrade_detector.h', | 2213 'browser/upgrade_detector.h', |
2214 'browser/upgrade_detector_impl.cc', | 2214 'browser/upgrade_detector_impl.cc', |
2215 'browser/upgrade_detector_impl.h', | 2215 'browser/upgrade_detector_impl.h', |
2216 'browser/usb/usb_device.cc', | 2216 'browser/usb/usb_device.cc', |
2217 'browser/usb/usb_device.h', | 2217 'browser/usb/usb_device.h', |
| 2218 'browser/usb/usb_interface.cc', |
| 2219 'browser/usb/usb_interface.h', |
2218 'browser/usb/usb_service.cc', | 2220 'browser/usb/usb_service.cc', |
2219 'browser/usb/usb_service.h', | 2221 'browser/usb/usb_service.h', |
2220 'browser/usb/usb_service_factory.cc', | 2222 'browser/usb/usb_service_factory.cc', |
2221 'browser/usb/usb_service_factory.h', | 2223 'browser/usb/usb_service_factory.h', |
2222 'browser/user_data_dir_extractor.cc', | 2224 'browser/user_data_dir_extractor.cc', |
2223 'browser/user_data_dir_extractor.h', | 2225 'browser/user_data_dir_extractor.h', |
2224 'browser/user_data_dir_extractor_win.cc', | 2226 'browser/user_data_dir_extractor_win.cc', |
2225 'browser/user_data_dir_extractor_win.h', | 2227 'browser/user_data_dir_extractor_win.h', |
2226 'browser/user_style_sheet_watcher.cc', | 2228 'browser/user_style_sheet_watcher.cc', |
2227 'browser/user_style_sheet_watcher.h', | 2229 'browser/user_style_sheet_watcher.h', |
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3193 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3195 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3194 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3196 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3195 }, | 3197 }, |
3196 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3198 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3197 }, | 3199 }, |
3198 ], | 3200 ], |
3199 }, | 3201 }, |
3200 ], | 3202 ], |
3201 ], | 3203 ], |
3202 } | 3204 } |
OLD | NEW |