| 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 'variables': { | 6 'variables': { |
| 7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 'power/origin_power_map_unittest.cc', | 552 'power/origin_power_map_unittest.cc', |
| 553 ], | 553 ], |
| 554 'dependencies': [ | 554 'dependencies': [ |
| 555 # Dependencies of autofill | 555 # Dependencies of autofill |
| 556 'components.gyp:autofill_content_browser', | 556 'components.gyp:autofill_content_browser', |
| 557 'components.gyp:autofill_content_renderer', | 557 'components.gyp:autofill_content_renderer', |
| 558 'components.gyp:autofill_content_test_support', | 558 'components.gyp:autofill_content_test_support', |
| 559 | 559 |
| 560 # Dependencies of dns_prefetch | 560 # Dependencies of dns_prefetch |
| 561 'components.gyp:dns_prefetch_renderer', | 561 'components.gyp:dns_prefetch_renderer', |
| 562 | 562 |
| 563 # Dependencies of dom_distiller | 563 # Dependencies of dom_distiller |
| 564 'components.gyp:dom_distiller_content', | 564 'components.gyp:dom_distiller_content', |
| 565 | 565 |
| 566 # Dependencies of error_page | 566 # Dependencies of error_page |
| 567 'components.gyp:error_page_renderer', | 567 'components.gyp:error_page_renderer', |
| 568 | 568 |
| 569 # Dependencies of history | 569 # Dependencies of history |
| 570 'components.gyp:history_content_browser', | 570 'components.gyp:history_content_browser', |
| 571 | 571 |
| 572 # Dependencies of | 572 # Dependencies of |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 724 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 725 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 725 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
| 726 ], | 726 ], |
| 727 }, | 727 }, |
| 728 'sources!': [ | 728 'sources!': [ |
| 729 'password_manager/core/browser/password_store_default_unittest.c
c', | 729 'password_manager/core/browser/password_store_default_unittest.c
c', |
| 730 ], | 730 ], |
| 731 }], | 731 }], |
| 732 ['OS == "android"', { | 732 ['OS == "android"', { |
| 733 'sources': [ | 733 'sources': [ |
| 734 'data_reduction_proxy/content/browser/data_reduction_proxy_resou
rce_throttle_unittest.cc', |
| 735 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_ma
nager_unittest.cc', |
| 734 'invalidation/invalidation_service_android_unittest.cc', | 736 'invalidation/invalidation_service_android_unittest.cc', |
| 735 ], | 737 ], |
| 736 'sources!': [ | 738 'sources!': [ |
| 737 'gcm_driver/gcm_account_mapper_unittest.cc', | 739 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 738 'gcm_driver/gcm_channel_status_request_unittest.cc', | 740 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 739 'gcm_driver/gcm_client_impl_unittest.cc', | 741 'gcm_driver/gcm_client_impl_unittest.cc', |
| 740 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 742 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 741 'gcm_driver/gcm_driver_desktop_unittest.cc', | 743 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 742 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 744 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 743 'feedback/feedback_common_unittest.cc', | 745 'feedback/feedback_common_unittest.cc', |
| 744 'feedback/feedback_data_unittest.cc', | 746 'feedback/feedback_data_unittest.cc', |
| 745 'feedback/feedback_uploader_unittest.cc', | 747 'feedback/feedback_uploader_unittest.cc', |
| 746 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', | 748 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', |
| 747 'storage_monitor/media_storage_util_unittest.cc', | 749 'storage_monitor/media_storage_util_unittest.cc', |
| 748 'storage_monitor/storage_info_unittest.cc', | 750 'storage_monitor/storage_info_unittest.cc', |
| 749 'storage_monitor/storage_monitor_unittest.cc', | 751 'storage_monitor/storage_monitor_unittest.cc', |
| 750 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 752 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 751 ], | 753 ], |
| 752 'dependencies': [ | 754 'dependencies': [ |
| 755 # Dependencies of data_reduction_proxy |
| 756 'components.gyp:data_reduction_proxy_content', |
| 757 |
| 758 # Dependencies of invalidation |
| 753 '../testing/android/native_test.gyp:native_test_native_code', | 759 '../testing/android/native_test.gyp:native_test_native_code', |
| 754 'components.gyp:history_core_android', | 760 'components.gyp:history_core_android', |
| 755 ], | 761 ], |
| 756 'dependencies!': [ | 762 'dependencies!': [ |
| 757 'components.gyp:feedback_component', | 763 'components.gyp:feedback_component', |
| 758 'components.gyp:storage_monitor', | 764 'components.gyp:storage_monitor', |
| 759 'components.gyp:storage_monitor_test_support', | 765 'components.gyp:storage_monitor_test_support', |
| 760 'components.gyp:web_modal', | 766 'components.gyp:web_modal', |
| 761 'components.gyp:web_modal_test_support', | 767 'components.gyp:web_modal_test_support', |
| 762 ], | 768 ], |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1122 'dependencies': [ | 1128 'dependencies': [ |
| 1123 '../base/allocator/allocator.gyp:allocator', | 1129 '../base/allocator/allocator.gyp:allocator', |
| 1124 ], | 1130 ], |
| 1125 }], | 1131 }], |
| 1126 ], | 1132 ], |
| 1127 }, | 1133 }, |
| 1128 ], | 1134 ], |
| 1129 }], | 1135 }], |
| 1130 ], | 1136 ], |
| 1131 } | 1137 } |
| OLD | NEW |