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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 'browser/upgrade_detector.cc', | 2052 'browser/upgrade_detector.cc', |
2053 'browser/upgrade_detector.h', | 2053 'browser/upgrade_detector.h', |
2054 'browser/upgrade_detector_impl.cc', | 2054 'browser/upgrade_detector_impl.cc', |
2055 'browser/upgrade_detector_impl.h', | 2055 'browser/upgrade_detector_impl.h', |
2056 'browser/usb/usb_device.cc', | 2056 'browser/usb/usb_device.cc', |
2057 'browser/usb/usb_device.h', | 2057 'browser/usb/usb_device.h', |
2058 'browser/usb/usb_service.cc', | 2058 'browser/usb/usb_service.cc', |
2059 'browser/usb/usb_service.h', | 2059 'browser/usb/usb_service.h', |
2060 'browser/usb/usb_service_factory.cc', | 2060 'browser/usb/usb_service_factory.cc', |
2061 'browser/usb/usb_service_factory.h', | 2061 'browser/usb/usb_service_factory.h', |
| 2062 'browser/user_data_dir_extractor.cc', |
| 2063 'browser/user_data_dir_extractor.h', |
| 2064 'browser/user_data_dir_extractor_win.cc', |
| 2065 'browser/user_data_dir_extractor_win.h', |
2062 'browser/user_style_sheet_watcher.cc', | 2066 'browser/user_style_sheet_watcher.cc', |
2063 'browser/user_style_sheet_watcher.h', | 2067 'browser/user_style_sheet_watcher.h', |
2064 'browser/user_style_sheet_watcher_factory.cc', | 2068 'browser/user_style_sheet_watcher_factory.cc', |
2065 'browser/user_style_sheet_watcher_factory.h', | 2069 'browser/user_style_sheet_watcher_factory.h', |
2066 'browser/value_store/leveldb_value_store.cc', | 2070 'browser/value_store/leveldb_value_store.cc', |
2067 'browser/value_store/leveldb_value_store.h', | 2071 'browser/value_store/leveldb_value_store.h', |
2068 'browser/value_store/testing_value_store.cc', | 2072 'browser/value_store/testing_value_store.cc', |
2069 'browser/value_store/testing_value_store.h', | 2073 'browser/value_store/testing_value_store.h', |
2070 'browser/value_store/value_store_change.cc', | 2074 'browser/value_store/value_store_change.cc', |
2071 'browser/value_store/value_store_change.h', | 2075 'browser/value_store/value_store_change.h', |
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3120 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3124 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3121 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3125 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3122 }, | 3126 }, |
3123 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3127 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3124 }, | 3128 }, |
3125 ], | 3129 ], |
3126 }, | 3130 }, |
3127 ], | 3131 ], |
3128 ], | 3132 ], |
3129 } | 3133 } |
OLD | NEW |