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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'power/origin_power_map_unittest.cc', | 539 'power/origin_power_map_unittest.cc', |
540 ], | 540 ], |
541 'dependencies': [ | 541 'dependencies': [ |
542 # Dependencies of autofill | 542 # Dependencies of autofill |
543 'components.gyp:autofill_content_browser', | 543 'components.gyp:autofill_content_browser', |
544 'components.gyp:autofill_content_renderer', | 544 'components.gyp:autofill_content_renderer', |
545 'components.gyp:autofill_content_test_support', | 545 'components.gyp:autofill_content_test_support', |
546 | 546 |
547 # Dependencies of dns_prefetch | 547 # Dependencies of dns_prefetch |
548 'components.gyp:dns_prefetch_renderer', | 548 'components.gyp:dns_prefetch_renderer', |
549 | 549 |
550 # Dependencies of dom_distiller | 550 # Dependencies of dom_distiller |
551 'components.gyp:dom_distiller_content', | 551 'components.gyp:dom_distiller_content', |
552 | 552 |
553 # Dependencies of error_page | 553 # Dependencies of error_page |
554 'components.gyp:error_page_renderer', | 554 'components.gyp:error_page_renderer', |
555 | 555 |
556 # Dependencies of | 556 # Dependencies of |
557 # intercept_navigation_resource_throttle_unittest.cc | 557 # intercept_navigation_resource_throttle_unittest.cc |
558 '../skia/skia.gyp:skia', | 558 '../skia/skia.gyp:skia', |
559 'components.gyp:navigation_interception', | 559 'components.gyp:navigation_interception', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 708 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
709 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 709 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
710 ], | 710 ], |
711 }, | 711 }, |
712 'sources!': [ | 712 'sources!': [ |
713 'password_manager/core/browser/password_store_default_unittest.c
c', | 713 'password_manager/core/browser/password_store_default_unittest.c
c', |
714 ], | 714 ], |
715 }], | 715 }], |
716 ['OS == "android"', { | 716 ['OS == "android"', { |
717 'sources': [ | 717 'sources': [ |
| 718 'data_reduction_proxy/content/browser/data_reduction_proxy_resou
rce_throttle_unittest.cc', |
| 719 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_ma
nager_unittest.cc', |
| 720 |
718 'invalidation/invalidation_service_android_unittest.cc', | 721 'invalidation/invalidation_service_android_unittest.cc', |
719 ], | 722 ], |
720 'sources!': [ | 723 'sources!': [ |
721 'gcm_driver/gcm_account_mapper_unittest.cc', | 724 'gcm_driver/gcm_account_mapper_unittest.cc', |
722 'gcm_driver/gcm_channel_status_request_unittest.cc', | 725 'gcm_driver/gcm_channel_status_request_unittest.cc', |
723 'gcm_driver/gcm_client_impl_unittest.cc', | 726 'gcm_driver/gcm_client_impl_unittest.cc', |
724 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 727 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
725 'gcm_driver/gcm_driver_desktop_unittest.cc', | 728 'gcm_driver/gcm_driver_desktop_unittest.cc', |
726 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 729 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
727 'feedback/feedback_common_unittest.cc', | 730 'feedback/feedback_common_unittest.cc', |
728 'feedback/feedback_data_unittest.cc', | 731 'feedback/feedback_data_unittest.cc', |
729 'feedback/feedback_uploader_unittest.cc', | 732 'feedback/feedback_uploader_unittest.cc', |
730 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', | 733 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', |
731 'storage_monitor/media_storage_util_unittest.cc', | 734 'storage_monitor/media_storage_util_unittest.cc', |
732 'storage_monitor/storage_info_unittest.cc', | 735 'storage_monitor/storage_info_unittest.cc', |
733 'storage_monitor/storage_monitor_unittest.cc', | 736 'storage_monitor/storage_monitor_unittest.cc', |
734 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 737 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
735 ], | 738 ], |
736 'dependencies': [ | 739 'dependencies': [ |
| 740 # Dependencies of data_reduction_proxy |
| 741 'components.gyp:data_reduction_proxy_content', |
| 742 |
| 743 # Dependencies of invalidation |
737 '../testing/android/native_test.gyp:native_test_native_code', | 744 '../testing/android/native_test.gyp:native_test_native_code', |
738 'components.gyp:history_core_android', | 745 'components.gyp:history_core_android', |
739 ], | 746 ], |
740 'dependencies!': [ | 747 'dependencies!': [ |
741 'components.gyp:feedback_component', | 748 'components.gyp:feedback_component', |
742 'components.gyp:storage_monitor', | 749 'components.gyp:storage_monitor', |
743 'components.gyp:storage_monitor_test_support', | 750 'components.gyp:storage_monitor_test_support', |
744 'components.gyp:web_modal', | 751 'components.gyp:web_modal', |
745 'components.gyp:web_modal_test_support', | 752 'components.gyp:web_modal_test_support', |
746 ], | 753 ], |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 'dependencies': [ | 1111 'dependencies': [ |
1105 '../base/allocator/allocator.gyp:allocator', | 1112 '../base/allocator/allocator.gyp:allocator', |
1106 ], | 1113 ], |
1107 }], | 1114 }], |
1108 ], | 1115 ], |
1109 }, | 1116 }, |
1110 ], | 1117 ], |
1111 }], | 1118 }], |
1112 ], | 1119 ], |
1113 } | 1120 } |
OLD | NEW |