| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'browser/chromeos/drive/drive_scheduler.h', | 233 'browser/chromeos/drive/drive_scheduler.h', |
| 234 'browser/chromeos/drive/drive_sync_client.cc', | 234 'browser/chromeos/drive/drive_sync_client.cc', |
| 235 'browser/chromeos/drive/drive_sync_client.h', | 235 'browser/chromeos/drive/drive_sync_client.h', |
| 236 'browser/chromeos/drive/drive_sync_client_observer.h', | 236 'browser/chromeos/drive/drive_sync_client_observer.h', |
| 237 'browser/chromeos/drive/drive_system_service.cc', | 237 'browser/chromeos/drive/drive_system_service.cc', |
| 238 'browser/chromeos/drive/drive_system_service.h', | 238 'browser/chromeos/drive/drive_system_service.h', |
| 239 'browser/chromeos/drive/drive_task_executor.cc', | 239 'browser/chromeos/drive/drive_task_executor.cc', |
| 240 'browser/chromeos/drive/drive_task_executor.h', | 240 'browser/chromeos/drive/drive_task_executor.h', |
| 241 'browser/chromeos/drive/drive_webapps_registry.cc', | 241 'browser/chromeos/drive/drive_webapps_registry.cc', |
| 242 'browser/chromeos/drive/drive_webapps_registry.h', | 242 'browser/chromeos/drive/drive_webapps_registry.h', |
| 243 'browser/chromeos/drive/event_logger.cc', |
| 244 'browser/chromeos/drive/event_logger.h', |
| 243 'browser/chromeos/drive/file_change.cc', | 245 'browser/chromeos/drive/file_change.cc', |
| 244 'browser/chromeos/drive/file_change.h', | 246 'browser/chromeos/drive/file_change.h', |
| 245 'browser/chromeos/drive/file_system/copy_operation.cc', | 247 'browser/chromeos/drive/file_system/copy_operation.cc', |
| 246 'browser/chromeos/drive/file_system/copy_operation.h', | 248 'browser/chromeos/drive/file_system/copy_operation.h', |
| 247 'browser/chromeos/drive/file_system/drive_operations.cc', | 249 'browser/chromeos/drive/file_system/drive_operations.cc', |
| 248 'browser/chromeos/drive/file_system/drive_operations.h', | 250 'browser/chromeos/drive/file_system/drive_operations.h', |
| 249 'browser/chromeos/drive/file_system/move_operation.cc', | 251 'browser/chromeos/drive/file_system/move_operation.cc', |
| 250 'browser/chromeos/drive/file_system/move_operation.h', | 252 'browser/chromeos/drive/file_system/move_operation.h', |
| 251 'browser/chromeos/drive/file_system/remove_operation.cc', | 253 'browser/chromeos/drive/file_system/remove_operation.cc', |
| 252 'browser/chromeos/drive/file_system/remove_operation.h', | 254 'browser/chromeos/drive/file_system/remove_operation.h', |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'type': 'static_library', | 762 'type': 'static_library', |
| 761 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 763 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 762 'variables': { | 764 'variables': { |
| 763 'proto_in_dir': 'browser/chromeos/drive', | 765 'proto_in_dir': 'browser/chromeos/drive', |
| 764 'proto_out_dir': 'chrome/browser/chromeos/drive', | 766 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 765 }, | 767 }, |
| 766 'includes': [ '../build/protoc.gypi' ] | 768 'includes': [ '../build/protoc.gypi' ] |
| 767 }, | 769 }, |
| 768 ], | 770 ], |
| 769 } | 771 } |
| OLD | NEW |