Commit 562d5c5a authored by tfarina's avatar tfarina Committed by Commit bot

components: Cleanup and sort the remaining deps lists.

This removes the latest comments of "Dependencies of" and sort up these
dependencies lists, so it will be easier for people coming up later and
adding new entries, they will know exactly where to put them and it will
be much easier to review them as well.

BUG=None
TEST=components_unittests, components_browsertests
R=blundell@chromium.org

Review URL: https://codereview.chromium.org/891273003

Cr-Commit-Position: refs/heads/master@{#314782}
parent c73d8639
...@@ -693,16 +693,13 @@ ...@@ -693,16 +693,13 @@
'proximity_auth/wire_message_unittest.cc', 'proximity_auth/wire_message_unittest.cc',
], ],
'dependencies': [ 'dependencies': [
# Dependencies for copresence.
'components.gyp:copresence',
'components.gyp:copresence_test_support',
# Dependencies of proxmity_auth
'components.gyp:proximity_auth',
'components.gyp:cryptauth',
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../google_apis/google_apis.gyp:google_apis_test_support', '../google_apis/google_apis.gyp:google_apis_test_support',
'../third_party/protobuf/protobuf.gyp:protobuf_lite', '../third_party/protobuf/protobuf.gyp:protobuf_lite',
'components.gyp:copresence',
'components.gyp:copresence_test_support',
'components.gyp:cryptauth',
'components.gyp:proximity_auth',
], ],
}], }],
['chromeos==1', { ['chromeos==1', {
...@@ -719,12 +716,10 @@ ...@@ -719,12 +716,10 @@
'storage_monitor/storage_monitor_linux_unittest.cc', 'storage_monitor/storage_monitor_linux_unittest.cc',
], ],
'dependencies': [ 'dependencies': [
# Dependencies of wifi_sync '../chromeos/chromeos.gyp:chromeos_test_support',
'components.gyp:wifi_sync',
'components.gyp:pairing', 'components.gyp:pairing',
'components.gyp:user_manager_test_support', 'components.gyp:user_manager_test_support',
'../chromeos/chromeos.gyp:chromeos_test_support', 'components.gyp:wifi_sync',
], ],
}], }],
['OS=="linux"', { ['OS=="linux"', {
...@@ -938,11 +933,6 @@ ...@@ -938,11 +933,6 @@
'type': '<(gtest_target_type)', 'type': '<(gtest_target_type)',
'defines!': ['CONTENT_IMPLEMENTATION'], 'defines!': ['CONTENT_IMPLEMENTATION'],
'dependencies': [ 'dependencies': [
'components.gyp:autofill_content_browser',
'components.gyp:autofill_content_renderer',
'components.gyp:password_manager_content_renderer',
'components.gyp:pref_registry_test_support',
'components_resources.gyp:components_resources',
'../content/content.gyp:content_common', '../content/content.gyp:content_common',
'../content/content.gyp:content_gpu', '../content/content.gyp:content_gpu',
'../content/content.gyp:content_plugin', '../content/content.gyp:content_plugin',
...@@ -954,10 +944,13 @@ ...@@ -954,10 +944,13 @@
'../skia/skia.gyp:skia', '../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock', '../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest', '../testing/gtest.gyp:gtest',
'components.gyp:autofill_content_browser',
# Dependencies of dom_distiller 'components.gyp:autofill_content_renderer',
'components.gyp:dom_distiller_content', 'components.gyp:dom_distiller_content',
'components.gyp:dom_distiller_core', 'components.gyp:dom_distiller_core',
'components.gyp:password_manager_content_renderer',
'components.gyp:pref_registry_test_support',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings', 'components_strings.gyp:components_strings',
], ],
'include_dirs': [ 'include_dirs': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment