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_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'browser/chromeos/drive/download_handler.h', | 218 'browser/chromeos/drive/download_handler.h', |
219 'browser/chromeos/drive/drive_cache.cc', | 219 'browser/chromeos/drive/drive_cache.cc', |
220 'browser/chromeos/drive/drive_cache.h', | 220 'browser/chromeos/drive/drive_cache.h', |
221 'browser/chromeos/drive/drive_file_stream_reader.cc', | 221 'browser/chromeos/drive/drive_file_stream_reader.cc', |
222 'browser/chromeos/drive/drive_file_stream_reader.h', | 222 'browser/chromeos/drive/drive_file_stream_reader.h', |
223 'browser/chromeos/drive/drive_file_system.cc', | 223 'browser/chromeos/drive/drive_file_system.cc', |
224 'browser/chromeos/drive/drive_file_system.h', | 224 'browser/chromeos/drive/drive_file_system.h', |
225 'browser/chromeos/drive/drive_file_system_interface.h', | 225 'browser/chromeos/drive/drive_file_system_interface.h', |
226 'browser/chromeos/drive/drive_file_system_metadata.cc', | 226 'browser/chromeos/drive/drive_file_system_metadata.cc', |
227 'browser/chromeos/drive/drive_file_system_metadata.h', | 227 'browser/chromeos/drive/drive_file_system_metadata.h', |
228 'browser/chromeos/drive/drive_prefetcher.cc', | |
229 'browser/chromeos/drive/drive_prefetcher.h', | |
230 'browser/chromeos/drive/drive_protocol_handler.cc', | 228 'browser/chromeos/drive/drive_protocol_handler.cc', |
231 'browser/chromeos/drive/drive_protocol_handler.h', | 229 'browser/chromeos/drive/drive_protocol_handler.h', |
232 'browser/chromeos/drive/drive_resource_metadata.cc', | 230 'browser/chromeos/drive/drive_resource_metadata.cc', |
233 'browser/chromeos/drive/drive_resource_metadata.h', | 231 'browser/chromeos/drive/drive_resource_metadata.h', |
234 'browser/chromeos/drive/drive_system_service.cc', | 232 'browser/chromeos/drive/drive_system_service.cc', |
235 'browser/chromeos/drive/drive_system_service.h', | 233 'browser/chromeos/drive/drive_system_service.h', |
236 'browser/chromeos/drive/drive_url_request_job.cc', | 234 'browser/chromeos/drive/drive_url_request_job.cc', |
237 'browser/chromeos/drive/drive_url_request_job.h', | 235 'browser/chromeos/drive/drive_url_request_job.h', |
238 'browser/chromeos/drive/drive_webapps_registry.cc', | 236 'browser/chromeos/drive/drive_webapps_registry.cc', |
239 'browser/chromeos/drive/drive_webapps_registry.h', | 237 'browser/chromeos/drive/drive_webapps_registry.h', |
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'browser/chromeos/policy/proto/install_attributes.proto', | 885 'browser/chromeos/policy/proto/install_attributes.proto', |
888 ], | 886 ], |
889 'variables': { | 887 'variables': { |
890 'proto_in_dir': 'browser/chromeos/policy/proto', | 888 'proto_in_dir': 'browser/chromeos/policy/proto', |
891 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 889 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
892 }, | 890 }, |
893 'includes': [ '../build/protoc.gypi' ] | 891 'includes': [ '../build/protoc.gypi' ] |
894 }, | 892 }, |
895 ], | 893 ], |
896 } | 894 } |
OLD | NEW |