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