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