Chromium Code Reviews| 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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 613 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 613 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 614 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk', | 614 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk', |
| 615 ], | 615 ], |
| 616 }, | 616 }, |
| 617 'sources!': [ | 617 'sources!': [ |
| 618 'password_manager/core/browser/password_store_default_unittest.c c', | 618 'password_manager/core/browser/password_store_default_unittest.c c', |
| 619 ], | 619 ], |
| 620 }], | 620 }], |
| 621 ['OS == "android"', { | 621 ['OS == "android"', { |
| 622 'sources': [ | 622 'sources': [ |
| 623 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _resource_throttle_unittest.cc', | |
| 624 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _ui_manager_unittest.cc', | |
| 623 'invalidation/invalidation_service_android_unittest.cc', | 625 'invalidation/invalidation_service_android_unittest.cc', |
| 624 ], | 626 ], |
| 625 'sources!': [ | 627 'sources!': [ |
| 626 'gcm_driver/gcm_account_mapper_unittest.cc', | 628 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 627 'gcm_driver/gcm_channel_status_request_unittest.cc', | 629 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 628 'gcm_driver/gcm_client_impl_unittest.cc', | 630 'gcm_driver/gcm_client_impl_unittest.cc', |
| 629 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 631 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 630 'gcm_driver/gcm_driver_desktop_unittest.cc', | 632 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 631 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 633 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 632 'feedback/feedback_common_unittest.cc', | 634 'feedback/feedback_common_unittest.cc', |
| 633 'feedback/feedback_data_unittest.cc', | 635 'feedback/feedback_data_unittest.cc', |
| 634 'feedback/feedback_uploader_unittest.cc', | 636 'feedback/feedback_uploader_unittest.cc', |
| 635 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', | 637 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', |
| 636 'storage_monitor/media_storage_util_unittest.cc', | 638 'storage_monitor/media_storage_util_unittest.cc', |
| 637 'storage_monitor/storage_info_unittest.cc', | 639 'storage_monitor/storage_info_unittest.cc', |
| 638 'storage_monitor/storage_monitor_unittest.cc', | 640 'storage_monitor/storage_monitor_unittest.cc', |
| 639 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 641 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 640 ], | 642 ], |
| 641 'dependencies': [ | 643 'dependencies': [ |
| 644 # Dependencies of data_reduction_proxy | |
|
blundell
2015/02/04 09:17:53
nit: We're not actually separating out the depende
megjablon
2015/02/07 05:15:13
Done.
| |
| 645 'components.gyp:data_reduction_proxy_content', | |
| 646 | |
| 647 # Dependencies of invalidation | |
| 642 '../testing/android/native_test.gyp:native_test_native_code', | 648 '../testing/android/native_test.gyp:native_test_native_code', |
| 643 ], | 649 ], |
| 644 'dependencies!': [ | 650 'dependencies!': [ |
| 645 'components.gyp:feedback_component', | 651 'components.gyp:feedback_component', |
| 646 'components.gyp:storage_monitor', | 652 'components.gyp:storage_monitor', |
| 647 'components.gyp:storage_monitor_test_support', | 653 'components.gyp:storage_monitor_test_support', |
| 648 'components.gyp:web_modal', | 654 'components.gyp:web_modal', |
| 649 'components.gyp:web_modal_test_support', | 655 'components.gyp:web_modal_test_support', |
| 650 ], | 656 ], |
| 651 }], | 657 }], |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1059 '../build/isolate.gypi', | 1065 '../build/isolate.gypi', |
| 1060 ], | 1066 ], |
| 1061 'sources': [ | 1067 'sources': [ |
| 1062 'components_unittests.isolate', | 1068 'components_unittests.isolate', |
| 1063 ], | 1069 ], |
| 1064 }, | 1070 }, |
| 1065 ], | 1071 ], |
| 1066 }], | 1072 }], |
| 1067 ], | 1073 ], |
| 1068 } | 1074 } |
| OLD | NEW |