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 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2235 'browser/translate/translate_prefs.cc', | 2235 'browser/translate/translate_prefs.cc', |
2236 'browser/translate/translate_prefs.h', | 2236 'browser/translate/translate_prefs.h', |
2237 'browser/translate/translate_tab_helper.cc', | 2237 'browser/translate/translate_tab_helper.cc', |
2238 'browser/translate/translate_tab_helper.h', | 2238 'browser/translate/translate_tab_helper.h', |
2239 'browser/upgrade_detector.cc', | 2239 'browser/upgrade_detector.cc', |
2240 'browser/upgrade_detector.h', | 2240 'browser/upgrade_detector.h', |
2241 'browser/upgrade_detector_impl.cc', | 2241 'browser/upgrade_detector_impl.cc', |
2242 'browser/upgrade_detector_impl.h', | 2242 'browser/upgrade_detector_impl.h', |
2243 'browser/usb/usb_device.cc', | 2243 'browser/usb/usb_device.cc', |
2244 'browser/usb/usb_device.h', | 2244 'browser/usb/usb_device.h', |
| 2245 'browser/usb/usb_interface.cc', |
| 2246 'browser/usb/usb_interface.h', |
2245 'browser/usb/usb_service.cc', | 2247 'browser/usb/usb_service.cc', |
2246 'browser/usb/usb_service.h', | 2248 'browser/usb/usb_service.h', |
2247 'browser/usb/usb_service_factory.cc', | 2249 'browser/usb/usb_service_factory.cc', |
2248 'browser/usb/usb_service_factory.h', | 2250 'browser/usb/usb_service_factory.h', |
2249 'browser/user_data_dir_extractor.cc', | 2251 'browser/user_data_dir_extractor.cc', |
2250 'browser/user_data_dir_extractor.h', | 2252 'browser/user_data_dir_extractor.h', |
2251 'browser/user_data_dir_extractor_win.cc', | 2253 'browser/user_data_dir_extractor_win.cc', |
2252 'browser/user_data_dir_extractor_win.h', | 2254 'browser/user_data_dir_extractor_win.h', |
2253 'browser/user_style_sheet_watcher.cc', | 2255 'browser/user_style_sheet_watcher.cc', |
2254 'browser/user_style_sheet_watcher.h', | 2256 'browser/user_style_sheet_watcher.h', |
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3232 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3234 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3233 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3235 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3234 }, | 3236 }, |
3235 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3237 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3236 }, | 3238 }, |
3237 ], | 3239 ], |
3238 }, | 3240 }, |
3239 ], | 3241 ], |
3240 ], | 3242 ], |
3241 } | 3243 } |
OLD | NEW |