| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'browser/chromeos/drive/drive_file_system.cc', | 221 'browser/chromeos/drive/drive_file_system.cc', |
| 222 'browser/chromeos/drive/drive_file_system.h', | 222 'browser/chromeos/drive/drive_file_system.h', |
| 223 'browser/chromeos/drive/drive_file_system_interface.h', | 223 'browser/chromeos/drive/drive_file_system_interface.h', |
| 224 'browser/chromeos/drive/drive_file_system_metadata.cc', | 224 'browser/chromeos/drive/drive_file_system_metadata.cc', |
| 225 'browser/chromeos/drive/drive_file_system_metadata.h', | 225 'browser/chromeos/drive/drive_file_system_metadata.h', |
| 226 'browser/chromeos/drive/drive_file_system_observer.h', | 226 'browser/chromeos/drive/drive_file_system_observer.h', |
| 227 'browser/chromeos/drive/drive_file_system_proxy.cc', | 227 'browser/chromeos/drive/drive_file_system_proxy.cc', |
| 228 'browser/chromeos/drive/drive_file_system_proxy.h', | 228 'browser/chromeos/drive/drive_file_system_proxy.h', |
| 229 'browser/chromeos/drive/drive_file_system_util.cc', | 229 'browser/chromeos/drive/drive_file_system_util.cc', |
| 230 'browser/chromeos/drive/drive_file_ststem_util.h', | 230 'browser/chromeos/drive/drive_file_ststem_util.h', |
| 231 'browser/chromeos/drive/drive_job_list_interface.h', |
| 231 'browser/chromeos/drive/drive_prefetcher.cc', | 232 'browser/chromeos/drive/drive_prefetcher.cc', |
| 232 'browser/chromeos/drive/drive_prefetcher.h', | 233 'browser/chromeos/drive/drive_prefetcher.h', |
| 233 'browser/chromeos/drive/drive_protocol_handler.cc', | 234 'browser/chromeos/drive/drive_protocol_handler.cc', |
| 234 'browser/chromeos/drive/drive_protocol_handler.h', | 235 'browser/chromeos/drive/drive_protocol_handler.h', |
| 235 'browser/chromeos/drive/drive_resource_metadata.cc', | 236 'browser/chromeos/drive/drive_resource_metadata.cc', |
| 236 'browser/chromeos/drive/drive_resource_metadata.h', | 237 'browser/chromeos/drive/drive_resource_metadata.h', |
| 237 'browser/chromeos/drive/drive_resource_metadata_storage.cc', | 238 'browser/chromeos/drive/drive_resource_metadata_storage.cc', |
| 238 'browser/chromeos/drive/drive_resource_metadata_storage.h', | 239 'browser/chromeos/drive/drive_resource_metadata_storage.h', |
| 239 'browser/chromeos/drive/drive_scheduler.cc', | 240 'browser/chromeos/drive/drive_scheduler.cc', |
| 240 'browser/chromeos/drive/drive_scheduler.h', | 241 'browser/chromeos/drive/drive_scheduler.h', |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 'browser/chromeos/policy/proto/install_attributes.proto', | 870 'browser/chromeos/policy/proto/install_attributes.proto', |
| 870 ], | 871 ], |
| 871 'variables': { | 872 'variables': { |
| 872 'proto_in_dir': 'browser/chromeos/policy/proto', | 873 'proto_in_dir': 'browser/chromeos/policy/proto', |
| 873 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 874 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
| 874 }, | 875 }, |
| 875 'includes': [ '../build/protoc.gypi' ] | 876 'includes': [ '../build/protoc.gypi' ] |
| 876 }, | 877 }, |
| 877 ], | 878 ], |
| 878 } | 879 } |
| OLD | NEW |