Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: components/drive.gypi

Issue 1296483003: Move chrome/browser/chromeos/drive/resource* (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/drive/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 24 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
25 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 25 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
26 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
26 '../third_party/re2/re2.gyp:re2', 27 '../third_party/re2/re2.gyp:re2',
27 ], 28 ],
28 'sources': [ 29 'sources': [
29 'drive/drive_api_util.cc', 30 'drive/drive_api_util.cc',
30 'drive/drive_api_util.h', 31 'drive/drive_api_util.h',
31 'drive/drive_app_registry.cc', 32 'drive/drive_app_registry.cc',
32 'drive/drive_app_registry.h', 33 'drive/drive_app_registry.h',
33 'drive/drive_app_registry_observer.h', 34 'drive/drive_app_registry_observer.h',
34 'drive/drive_notification_manager.cc', 35 'drive/drive_notification_manager.cc',
35 'drive/drive_notification_manager.h', 36 'drive/drive_notification_manager.h',
36 'drive/drive_notification_observer.h', 37 'drive/drive_notification_observer.h',
37 'drive/drive_pref_names.cc', 38 'drive/drive_pref_names.cc',
38 'drive/drive_pref_names.h', 39 'drive/drive_pref_names.h',
39 'drive/drive_uploader.cc', 40 'drive/drive_uploader.cc',
40 'drive/drive_uploader.h', 41 'drive/drive_uploader.h',
41 'drive/event_logger.cc', 42 'drive/event_logger.cc',
42 'drive/event_logger.h', 43 'drive/event_logger.h',
44 'drive/file_cache.cc',
45 'drive/file_cache.h',
43 'drive/file_change.cc', 46 'drive/file_change.cc',
44 'drive/file_change.h', 47 'drive/file_change.h',
45 'drive/file_errors.cc', 48 'drive/file_errors.cc',
46 'drive/file_errors.h', 49 'drive/file_errors.h',
50 'drive/file_system_core_util.cc',
51 'drive/file_system_core_util.h',
47 'drive/job_list.cc', 52 'drive/job_list.cc',
48 'drive/job_list.h', 53 'drive/job_list.h',
49 'drive/job_queue.cc', 54 'drive/job_queue.cc',
50 'drive/job_queue.h', 55 'drive/job_queue.h',
51 'drive/job_scheduler.cc', 56 'drive/job_scheduler.cc',
52 'drive/job_scheduler.h', 57 'drive/job_scheduler.h',
53 'drive/local_file_reader.cc', 58 'drive/local_file_reader.cc',
54 'drive/local_file_reader.h', 59 'drive/local_file_reader.h',
60 'drive/resource_entry_conversion.cc',
61 'drive/resource_entry_conversion.h',
62 'drive/resource_metadata.cc',
63 'drive/resource_metadata.h',
64 'drive/resource_metadata_storage.cc',
65 'drive/resource_metadata_storage.h',
55 'drive/service/drive_api_service.cc', 66 'drive/service/drive_api_service.cc',
56 'drive/service/drive_api_service.h', 67 'drive/service/drive_api_service.h',
57 'drive/service/drive_service_interface.cc', 68 'drive/service/drive_service_interface.cc',
58 'drive/service/drive_service_interface.h', 69 'drive/service/drive_service_interface.h',
59 ], 70 ],
60 }, 71 },
61 72
62 { 73 {
63 # GN version: //components/drive:proto 74 # GN version: //components/drive:proto
64 # Protobuf compiler / generator for the Drive protocol buffer. 75 # Protobuf compiler / generator for the Drive protocol buffer.
(...skipping 16 matching lines...) Expand all
81 ], 92 ],
82 'dependencies': [ 93 'dependencies': [
83 'drive', 94 'drive',
84 'drive_proto', 95 'drive_proto',
85 '../base/base.gyp:base', 96 '../base/base.gyp:base',
86 '../content/content_shell_and_tests.gyp:test_support_content', 97 '../content/content_shell_and_tests.gyp:test_support_content',
87 '../google_apis/google_apis.gyp:google_apis', 98 '../google_apis/google_apis.gyp:google_apis',
88 '../net/net.gyp:net', 99 '../net/net.gyp:net',
89 ], 100 ],
90 'sources': [ 101 'sources': [
102 "drive/drive_test_util.cc",
103 "drive/drive_test_util.h",
104 "drive/fake_free_disk_space_getter.cc",
105 "drive/fake_free_disk_space_getter.h",
91 "drive/service/dummy_drive_service.cc", 106 "drive/service/dummy_drive_service.cc",
92 "drive/service/dummy_drive_service.h", 107 "drive/service/dummy_drive_service.h",
93 "drive/service/fake_drive_service.cc", 108 "drive/service/fake_drive_service.cc",
94 "drive/service/fake_drive_service.h", 109 "drive/service/fake_drive_service.h",
95 "drive/service/test_util.cc", 110 "drive/service/test_util.cc",
96 "drive/service/test_util.h", 111 "drive/service/test_util.h",
97 "drive/drive_test_util.cc",
98 "drive/drive_test_util.h",
99 ], 112 ],
100 }, 113 },
101 114
102 # TODO(lukasza): drive_unittests target. 115 # TODO(lukasza): drive_unittests target.
103 # Currently tests are built as part of chrome/chrome_tests_unit.gypi. 116 # Currently tests are built as part of chrome/chrome_tests_unit.gypi.
104 ], 117 ],
105 } 118 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/drive/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698