| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/drive:drive | 8 # GN version: //components/drive:drive |
| 9 'target_name': 'drive', | 9 'target_name': 'drive', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '..', | 12 '..', |
| 13 ], | 13 ], |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 'drive_proto', | 15 'drive_proto', |
| 16 '../base/base.gyp:base', | 16 '../base/base.gyp:base', |
| 17 '../components/components.gyp:invalidation_public', | 17 '../components/components.gyp:invalidation_public', |
| 18 | 18 |
| 19 # TODO(lukasza): Remove this dependency (see DEPS file for more info). | 19 # TODO(lukasza): Remove this dependency (see DEPS file for more info). |
| 20 '../content/content.gyp:content_browser', | 20 '../content/content.gyp:content_browser', |
| 21 | 21 |
| 22 '../google_apis/google_apis.gyp:google_apis', | 22 '../google_apis/google_apis.gyp:google_apis', |
| 23 '../net/net.gyp:net', | 23 '../net/net.gyp:net', |
| 24 | 24 |
| 25 # TODO(lukasza): Remove this dependency (see DEPS file for more info). | 25 # TODO(lukasza): Remove this dependency (see DEPS file for more info). |
| 26 '../storage/storage_browser.gyp:storage', | 26 '../storage/storage_browser.gyp:storage', |
| 27 | 27 |
| 28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 29 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 29 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 30 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 30 '../third_party/re2/re2.gyp:re2', | 31 '../third_party/re2/re2.gyp:re2', |
| 31 ], | 32 ], |
| 32 'sources': [ | 33 'sources': [ |
| 33 'drive/drive_api_util.cc', | 34 'drive/drive_api_util.cc', |
| 34 'drive/drive_api_util.h', | 35 'drive/drive_api_util.h', |
| 35 'drive/drive_app_registry.cc', | 36 'drive/drive_app_registry.cc', |
| 36 'drive/drive_app_registry.h', | 37 'drive/drive_app_registry.h', |
| 37 'drive/drive_app_registry_observer.h', | 38 'drive/drive_app_registry_observer.h', |
| 38 'drive/drive_notification_manager.cc', | 39 'drive/drive_notification_manager.cc', |
| 39 'drive/drive_notification_manager.h', | 40 'drive/drive_notification_manager.h', |
| 40 'drive/drive_notification_observer.h', | 41 'drive/drive_notification_observer.h', |
| 41 'drive/drive_pref_names.cc', | 42 'drive/drive_pref_names.cc', |
| 42 'drive/drive_pref_names.h', | 43 'drive/drive_pref_names.h', |
| 43 'drive/drive_uploader.cc', | 44 'drive/drive_uploader.cc', |
| 44 'drive/drive_uploader.h', | 45 'drive/drive_uploader.h', |
| 45 'drive/event_logger.cc', | 46 'drive/event_logger.cc', |
| 46 'drive/event_logger.h', | 47 'drive/event_logger.h', |
| 48 'drive/file_cache.cc', |
| 49 'drive/file_cache.h', |
| 47 'drive/file_change.cc', | 50 'drive/file_change.cc', |
| 48 'drive/file_change.h', | 51 'drive/file_change.h', |
| 49 'drive/file_errors.cc', | 52 'drive/file_errors.cc', |
| 50 'drive/file_errors.h', | 53 'drive/file_errors.h', |
| 54 'drive/file_system_core_util.cc', |
| 55 'drive/file_system_core_util.h', |
| 51 'drive/job_list.cc', | 56 'drive/job_list.cc', |
| 52 'drive/job_list.h', | 57 'drive/job_list.h', |
| 53 'drive/job_queue.cc', | 58 'drive/job_queue.cc', |
| 54 'drive/job_queue.h', | 59 'drive/job_queue.h', |
| 55 'drive/job_scheduler.cc', | 60 'drive/job_scheduler.cc', |
| 56 'drive/job_scheduler.h', | 61 'drive/job_scheduler.h', |
| 57 'drive/local_file_reader.cc', | 62 'drive/local_file_reader.cc', |
| 58 'drive/local_file_reader.h', | 63 'drive/local_file_reader.h', |
| 64 'drive/resource_entry_conversion.cc', |
| 65 'drive/resource_entry_conversion.h', |
| 66 'drive/resource_metadata.cc', |
| 67 'drive/resource_metadata.h', |
| 68 'drive/resource_metadata_storage.cc', |
| 69 'drive/resource_metadata_storage.h', |
| 59 'drive/service/drive_api_service.cc', | 70 'drive/service/drive_api_service.cc', |
| 60 'drive/service/drive_api_service.h', | 71 'drive/service/drive_api_service.h', |
| 61 'drive/service/drive_service_interface.cc', | 72 'drive/service/drive_service_interface.cc', |
| 62 'drive/service/drive_service_interface.h', | 73 'drive/service/drive_service_interface.h', |
| 63 ], | 74 ], |
| 64 }, | 75 }, |
| 65 | 76 |
| 66 { | 77 { |
| 67 # GN version: //components/drive:proto | 78 # GN version: //components/drive:proto |
| 68 # Protobuf compiler / generator for the Drive protocol buffer. | 79 # Protobuf compiler / generator for the Drive protocol buffer. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 85 ], | 96 ], |
| 86 'dependencies': [ | 97 'dependencies': [ |
| 87 'drive', | 98 'drive', |
| 88 'drive_proto', | 99 'drive_proto', |
| 89 '../base/base.gyp:base', | 100 '../base/base.gyp:base', |
| 90 '../content/content_shell_and_tests.gyp:test_support_content', | 101 '../content/content_shell_and_tests.gyp:test_support_content', |
| 91 '../google_apis/google_apis.gyp:google_apis', | 102 '../google_apis/google_apis.gyp:google_apis', |
| 92 '../net/net.gyp:net', | 103 '../net/net.gyp:net', |
| 93 ], | 104 ], |
| 94 'sources': [ | 105 'sources': [ |
| 106 "drive/drive_test_util.cc", |
| 107 "drive/drive_test_util.h", |
| 108 "drive/fake_free_disk_space_getter.cc", |
| 109 "drive/fake_free_disk_space_getter.h", |
| 95 "drive/service/dummy_drive_service.cc", | 110 "drive/service/dummy_drive_service.cc", |
| 96 "drive/service/dummy_drive_service.h", | 111 "drive/service/dummy_drive_service.h", |
| 97 "drive/service/fake_drive_service.cc", | 112 "drive/service/fake_drive_service.cc", |
| 98 "drive/service/fake_drive_service.h", | 113 "drive/service/fake_drive_service.h", |
| 99 "drive/service/test_util.cc", | 114 "drive/service/test_util.cc", |
| 100 "drive/service/test_util.h", | 115 "drive/service/test_util.h", |
| 101 "drive/drive_test_util.cc", | |
| 102 "drive/drive_test_util.h", | |
| 103 ], | 116 ], |
| 104 }, | 117 }, |
| 105 | 118 |
| 106 # TODO(lukasza): drive_unittests target. | 119 # TODO(lukasza): drive_unittests target. |
| 107 # Currently tests are built as part of chrome/chrome_tests_unit.gypi. | 120 # Currently tests are built as part of chrome/chrome_tests_unit.gypi. |
| 108 ], | 121 ], |
| 109 } | 122 } |
| OLD | NEW |