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 4043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4054 'browser/usb/usb_device.cc', | 4054 'browser/usb/usb_device.cc', |
4055 'browser/usb/usb_device.h', | 4055 'browser/usb/usb_device.h', |
4056 'browser/usb/usb_service.cc', | 4056 'browser/usb/usb_service.cc', |
4057 'browser/usb/usb_service.h', | 4057 'browser/usb/usb_service.h', |
4058 'browser/usb/usb_service_factory.cc', | 4058 'browser/usb/usb_service_factory.cc', |
4059 'browser/usb/usb_service_factory.h', | 4059 'browser/usb/usb_service_factory.h', |
4060 'browser/user_style_sheet_watcher.cc', | 4060 'browser/user_style_sheet_watcher.cc', |
4061 'browser/user_style_sheet_watcher.h', | 4061 'browser/user_style_sheet_watcher.h', |
4062 'browser/user_style_sheet_watcher_factory.cc', | 4062 'browser/user_style_sheet_watcher_factory.cc', |
4063 'browser/user_style_sheet_watcher_factory.h', | 4063 'browser/user_style_sheet_watcher_factory.h', |
4064 'browser/value_store/caching_value_store.cc', | |
4065 'browser/value_store/caching_value_store.h', | |
4066 'browser/value_store/failing_value_store.cc', | 4064 'browser/value_store/failing_value_store.cc', |
4067 'browser/value_store/failing_value_store.h', | 4065 'browser/value_store/failing_value_store.h', |
4068 'browser/value_store/leveldb_value_store.cc', | 4066 'browser/value_store/leveldb_value_store.cc', |
4069 'browser/value_store/leveldb_value_store.h', | 4067 'browser/value_store/leveldb_value_store.h', |
4070 'browser/value_store/testing_value_store.cc', | 4068 'browser/value_store/testing_value_store.cc', |
4071 'browser/value_store/testing_value_store.h', | 4069 'browser/value_store/testing_value_store.h', |
4072 'browser/value_store/value_store_change.cc', | 4070 'browser/value_store/value_store_change.cc', |
4073 'browser/value_store/value_store_change.h', | 4071 'browser/value_store/value_store_change.h', |
| 4072 'browser/value_store/value_store_frontend.cc', |
| 4073 'browser/value_store/value_store_frontend.h', |
4074 'browser/value_store/value_store.cc', | 4074 'browser/value_store/value_store.cc', |
4075 'browser/value_store/value_store.h', | 4075 'browser/value_store/value_store.h', |
4076 'browser/view_type_utils.cc', | 4076 'browser/view_type_utils.cc', |
4077 'browser/view_type_utils.h', | 4077 'browser/view_type_utils.h', |
4078 'browser/visitedlink/visitedlink_event_listener.cc', | 4078 'browser/visitedlink/visitedlink_event_listener.cc', |
4079 'browser/visitedlink/visitedlink_event_listener.h', | 4079 'browser/visitedlink/visitedlink_event_listener.h', |
4080 'browser/visitedlink/visitedlink_master.cc', | 4080 'browser/visitedlink/visitedlink_master.cc', |
4081 'browser/visitedlink/visitedlink_master.h', | 4081 'browser/visitedlink/visitedlink_master.h', |
4082 'browser/web_applications/web_app.cc', | 4082 'browser/web_applications/web_app.cc', |
4083 'browser/web_applications/web_app.h', | 4083 'browser/web_applications/web_app.h', |
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5210 'browser/metrics/proto/study.proto', | 5210 'browser/metrics/proto/study.proto', |
5211 ], | 5211 ], |
5212 'variables': { | 5212 'variables': { |
5213 'proto_in_dir': 'browser/metrics/proto', | 5213 'proto_in_dir': 'browser/metrics/proto', |
5214 'proto_out_dir': 'chrome/browser/metrics/proto', | 5214 'proto_out_dir': 'chrome/browser/metrics/proto', |
5215 }, | 5215 }, |
5216 'includes': [ '../build/protoc.gypi' ] | 5216 'includes': [ '../build/protoc.gypi' ] |
5217 }, | 5217 }, |
5218 ], | 5218 ], |
5219 } | 5219 } |
OLD | NEW |