OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4045 'browser/usb/usb_device.cc', | 4045 'browser/usb/usb_device.cc', |
4046 'browser/usb/usb_device.h', | 4046 'browser/usb/usb_device.h', |
4047 'browser/usb/usb_service.cc', | 4047 'browser/usb/usb_service.cc', |
4048 'browser/usb/usb_service.h', | 4048 'browser/usb/usb_service.h', |
4049 'browser/usb/usb_service_factory.cc', | 4049 'browser/usb/usb_service_factory.cc', |
4050 'browser/usb/usb_service_factory.h', | 4050 'browser/usb/usb_service_factory.h', |
4051 'browser/user_style_sheet_watcher.cc', | 4051 'browser/user_style_sheet_watcher.cc', |
4052 'browser/user_style_sheet_watcher.h', | 4052 'browser/user_style_sheet_watcher.h', |
4053 'browser/user_style_sheet_watcher_factory.cc', | 4053 'browser/user_style_sheet_watcher_factory.cc', |
4054 'browser/user_style_sheet_watcher_factory.h', | 4054 'browser/user_style_sheet_watcher_factory.h', |
4055 'browser/value_store/caching_value_store.cc', | |
4056 'browser/value_store/caching_value_store.h', | |
4057 'browser/value_store/failing_value_store.cc', | 4055 'browser/value_store/failing_value_store.cc', |
4058 'browser/value_store/failing_value_store.h', | 4056 'browser/value_store/failing_value_store.h', |
4059 'browser/value_store/leveldb_value_store.cc', | 4057 'browser/value_store/leveldb_value_store.cc', |
4060 'browser/value_store/leveldb_value_store.h', | 4058 'browser/value_store/leveldb_value_store.h', |
4061 'browser/value_store/testing_value_store.cc', | 4059 'browser/value_store/testing_value_store.cc', |
4062 'browser/value_store/testing_value_store.h', | 4060 'browser/value_store/testing_value_store.h', |
4063 'browser/value_store/value_store_change.cc', | 4061 'browser/value_store/value_store_change.cc', |
4064 'browser/value_store/value_store_change.h', | 4062 'browser/value_store/value_store_change.h', |
| 4063 'browser/value_store/value_store_frontend.cc', |
| 4064 'browser/value_store/value_store_frontend.h', |
4065 'browser/value_store/value_store.cc', | 4065 'browser/value_store/value_store.cc', |
4066 'browser/value_store/value_store.h', | 4066 'browser/value_store/value_store.h', |
4067 'browser/view_type_utils.cc', | 4067 'browser/view_type_utils.cc', |
4068 'browser/view_type_utils.h', | 4068 'browser/view_type_utils.h', |
4069 'browser/visitedlink/visitedlink_event_listener.cc', | 4069 'browser/visitedlink/visitedlink_event_listener.cc', |
4070 'browser/visitedlink/visitedlink_event_listener.h', | 4070 'browser/visitedlink/visitedlink_event_listener.h', |
4071 'browser/visitedlink/visitedlink_master.cc', | 4071 'browser/visitedlink/visitedlink_master.cc', |
4072 'browser/visitedlink/visitedlink_master.h', | 4072 'browser/visitedlink/visitedlink_master.h', |
4073 'browser/web_applications/web_app.cc', | 4073 'browser/web_applications/web_app.cc', |
4074 'browser/web_applications/web_app.h', | 4074 'browser/web_applications/web_app.h', |
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5201 'browser/metrics/proto/study.proto', | 5201 'browser/metrics/proto/study.proto', |
5202 ], | 5202 ], |
5203 'variables': { | 5203 'variables': { |
5204 'proto_in_dir': 'browser/metrics/proto', | 5204 'proto_in_dir': 'browser/metrics/proto', |
5205 'proto_out_dir': 'chrome/browser/metrics/proto', | 5205 'proto_out_dir': 'chrome/browser/metrics/proto', |
5206 }, | 5206 }, |
5207 'includes': [ '../build/protoc.gypi' ] | 5207 'includes': [ '../build/protoc.gypi' ] |
5208 }, | 5208 }, |
5209 ], | 5209 ], |
5210 } | 5210 } |
OLD | NEW |