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 4037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4048 'browser/usb/usb_device.cc', | 4048 'browser/usb/usb_device.cc', |
4049 'browser/usb/usb_device.h', | 4049 'browser/usb/usb_device.h', |
4050 'browser/usb/usb_service.cc', | 4050 'browser/usb/usb_service.cc', |
4051 'browser/usb/usb_service.h', | 4051 'browser/usb/usb_service.h', |
4052 'browser/usb/usb_service_factory.cc', | 4052 'browser/usb/usb_service_factory.cc', |
4053 'browser/usb/usb_service_factory.h', | 4053 'browser/usb/usb_service_factory.h', |
4054 'browser/user_style_sheet_watcher.cc', | 4054 'browser/user_style_sheet_watcher.cc', |
4055 'browser/user_style_sheet_watcher.h', | 4055 'browser/user_style_sheet_watcher.h', |
4056 'browser/user_style_sheet_watcher_factory.cc', | 4056 'browser/user_style_sheet_watcher_factory.cc', |
4057 'browser/user_style_sheet_watcher_factory.h', | 4057 'browser/user_style_sheet_watcher_factory.h', |
| 4058 'browser/value_store/caching_value_store.cc', |
| 4059 'browser/value_store/caching_value_store.h', |
4058 'browser/value_store/failing_value_store.cc', | 4060 'browser/value_store/failing_value_store.cc', |
4059 'browser/value_store/failing_value_store.h', | 4061 'browser/value_store/failing_value_store.h', |
4060 'browser/value_store/leveldb_value_store.cc', | 4062 'browser/value_store/leveldb_value_store.cc', |
4061 'browser/value_store/leveldb_value_store.h', | 4063 'browser/value_store/leveldb_value_store.h', |
4062 'browser/value_store/testing_value_store.cc', | 4064 'browser/value_store/testing_value_store.cc', |
4063 'browser/value_store/testing_value_store.h', | 4065 'browser/value_store/testing_value_store.h', |
4064 'browser/value_store/value_store_change.cc', | 4066 'browser/value_store/value_store_change.cc', |
4065 'browser/value_store/value_store_change.h', | 4067 'browser/value_store/value_store_change.h', |
4066 'browser/value_store/value_store_frontend.cc', | |
4067 'browser/value_store/value_store_frontend.h', | |
4068 'browser/value_store/value_store.cc', | 4068 'browser/value_store/value_store.cc', |
4069 'browser/value_store/value_store.h', | 4069 'browser/value_store/value_store.h', |
4070 'browser/view_type_utils.cc', | 4070 'browser/view_type_utils.cc', |
4071 'browser/view_type_utils.h', | 4071 'browser/view_type_utils.h', |
4072 'browser/visitedlink/visitedlink_event_listener.cc', | 4072 'browser/visitedlink/visitedlink_event_listener.cc', |
4073 'browser/visitedlink/visitedlink_event_listener.h', | 4073 'browser/visitedlink/visitedlink_event_listener.h', |
4074 'browser/visitedlink/visitedlink_master.cc', | 4074 'browser/visitedlink/visitedlink_master.cc', |
4075 'browser/visitedlink/visitedlink_master.h', | 4075 'browser/visitedlink/visitedlink_master.h', |
4076 'browser/web_applications/web_app.cc', | 4076 'browser/web_applications/web_app.cc', |
4077 'browser/web_applications/web_app.h', | 4077 'browser/web_applications/web_app.h', |
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5204 'browser/metrics/proto/study.proto', | 5204 'browser/metrics/proto/study.proto', |
5205 ], | 5205 ], |
5206 'variables': { | 5206 'variables': { |
5207 'proto_in_dir': 'browser/metrics/proto', | 5207 'proto_in_dir': 'browser/metrics/proto', |
5208 'proto_out_dir': 'chrome/browser/metrics/proto', | 5208 'proto_out_dir': 'chrome/browser/metrics/proto', |
5209 }, | 5209 }, |
5210 'includes': [ '../build/protoc.gypi' ] | 5210 'includes': [ '../build/protoc.gypi' ] |
5211 }, | 5211 }, |
5212 ], | 5212 ], |
5213 } | 5213 } |
OLD | NEW |