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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 620 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
621 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 621 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
622 ], | 622 ], |
623 }, | 623 }, |
624 'sources!': [ | 624 'sources!': [ |
625 'password_manager/core/browser/password_store_default_unittest.c
c', | 625 'password_manager/core/browser/password_store_default_unittest.c
c', |
626 ], | 626 ], |
627 }], | 627 }], |
628 ['OS == "android"', { | 628 ['OS == "android"', { |
629 'sources': [ | 629 'sources': [ |
| 630 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_resource_throttle_unittest.cc', |
| 631 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_ui_manager_unittest.cc', |
630 'invalidation/invalidation_service_android_unittest.cc', | 632 'invalidation/invalidation_service_android_unittest.cc', |
631 ], | 633 ], |
632 'sources!': [ | 634 'sources!': [ |
633 'gcm_driver/gcm_account_mapper_unittest.cc', | 635 'gcm_driver/gcm_account_mapper_unittest.cc', |
634 'gcm_driver/gcm_channel_status_request_unittest.cc', | 636 'gcm_driver/gcm_channel_status_request_unittest.cc', |
635 'gcm_driver/gcm_client_impl_unittest.cc', | 637 'gcm_driver/gcm_client_impl_unittest.cc', |
636 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 638 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
637 'gcm_driver/gcm_driver_desktop_unittest.cc', | 639 'gcm_driver/gcm_driver_desktop_unittest.cc', |
638 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 640 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
639 'feedback/feedback_common_unittest.cc', | 641 'feedback/feedback_common_unittest.cc', |
640 'feedback/feedback_data_unittest.cc', | 642 'feedback/feedback_data_unittest.cc', |
641 'feedback/feedback_uploader_unittest.cc', | 643 'feedback/feedback_uploader_unittest.cc', |
642 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', | 644 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', |
643 'storage_monitor/media_storage_util_unittest.cc', | 645 'storage_monitor/media_storage_util_unittest.cc', |
644 'storage_monitor/storage_info_unittest.cc', | 646 'storage_monitor/storage_info_unittest.cc', |
645 'storage_monitor/storage_monitor_unittest.cc', | 647 'storage_monitor/storage_monitor_unittest.cc', |
646 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 648 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
647 ], | 649 ], |
648 'dependencies': [ | 650 'dependencies': [ |
| 651 'components.gyp:data_reduction_proxy_content', |
649 '../testing/android/native_test.gyp:native_test_native_code', | 652 '../testing/android/native_test.gyp:native_test_native_code', |
650 ], | 653 ], |
651 'dependencies!': [ | 654 'dependencies!': [ |
652 'components.gyp:feedback_component', | 655 'components.gyp:feedback_component', |
653 'components.gyp:storage_monitor', | 656 'components.gyp:storage_monitor', |
654 'components.gyp:storage_monitor_test_support', | 657 'components.gyp:storage_monitor_test_support', |
655 'components.gyp:web_modal', | 658 'components.gyp:web_modal', |
656 'components.gyp:web_modal_test_support', | 659 'components.gyp:web_modal_test_support', |
657 ], | 660 ], |
658 }], | 661 }], |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1056 '../build/isolate.gypi', | 1059 '../build/isolate.gypi', |
1057 ], | 1060 ], |
1058 'sources': [ | 1061 'sources': [ |
1059 'components_unittests.isolate', | 1062 'components_unittests.isolate', |
1060 ], | 1063 ], |
1061 }, | 1064 }, |
1062 ], | 1065 ], |
1063 }], | 1066 }], |
1064 ], | 1067 ], |
1065 } | 1068 } |
OLD | NEW |