| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'feedback/feedback_data_unittest.cc', | 139 'feedback/feedback_data_unittest.cc', |
| 140 'feedback/feedback_uploader_unittest.cc', | 140 'feedback/feedback_uploader_unittest.cc', |
| 141 'gcm_driver/gcm_account_mapper_unittest.cc', | 141 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 142 'gcm_driver/gcm_channel_status_request_unittest.cc', | 142 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 143 'gcm_driver/gcm_client_impl_unittest.cc', | 143 'gcm_driver/gcm_client_impl_unittest.cc', |
| 144 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 144 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 145 'gcm_driver/gcm_driver_desktop_unittest.cc', | 145 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 146 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 146 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 147 'google/core/browser/google_url_tracker_unittest.cc', | 147 'google/core/browser/google_url_tracker_unittest.cc', |
| 148 'google/core/browser/google_util_unittest.cc', | 148 'google/core/browser/google_util_unittest.cc', |
| 149 'history/core/android/android_history_types_unittest.cc', | 149 'history/core/browser/android/android_history_types_unittest.cc', |
| 150 'history/core/browser/history_types_unittest.cc', | 150 'history/core/browser/history_types_unittest.cc', |
| 151 'history/core/browser/in_memory_url_index_types_unittest.cc', | 151 'history/core/browser/in_memory_url_index_types_unittest.cc', |
| 152 'history/core/browser/top_sites_cache_unittest.cc', | 152 'history/core/browser/top_sites_cache_unittest.cc', |
| 153 'history/core/browser/url_database_unittest.cc', | 153 'history/core/browser/url_database_unittest.cc', |
| 154 'history/core/browser/url_utils_unittest.cc', | 154 'history/core/browser/url_utils_unittest.cc', |
| 155 'history/core/browser/visit_database_unittest.cc', | 155 'history/core/browser/visit_database_unittest.cc', |
| 156 'history/core/browser/visit_filter_unittest.cc', | 156 'history/core/browser/visit_filter_unittest.cc', |
| 157 'history/core/browser/visit_tracker_unittest.cc', | 157 'history/core/browser/visit_tracker_unittest.cc', |
| 158 'history/core/common/thumbnail_score_unittest.cc', | 158 'history/core/common/thumbnail_score_unittest.cc', |
| 159 'invalidation/invalidation_logger_unittest.cc', | 159 'invalidation/invalidation_logger_unittest.cc', |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 'feedback/feedback_data_unittest.cc', | 749 'feedback/feedback_data_unittest.cc', |
| 750 'feedback/feedback_uploader_unittest.cc', | 750 'feedback/feedback_uploader_unittest.cc', |
| 751 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', | 751 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', |
| 752 'storage_monitor/media_storage_util_unittest.cc', | 752 'storage_monitor/media_storage_util_unittest.cc', |
| 753 'storage_monitor/storage_info_unittest.cc', | 753 'storage_monitor/storage_info_unittest.cc', |
| 754 'storage_monitor/storage_monitor_unittest.cc', | 754 'storage_monitor/storage_monitor_unittest.cc', |
| 755 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 755 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 756 ], | 756 ], |
| 757 'dependencies': [ | 757 'dependencies': [ |
| 758 '../testing/android/native_test.gyp:native_test_native_code', | 758 '../testing/android/native_test.gyp:native_test_native_code', |
| 759 'components.gyp:history_core_android', | |
| 760 ], | 759 ], |
| 761 'dependencies!': [ | 760 'dependencies!': [ |
| 762 'components.gyp:feedback_component', | 761 'components.gyp:feedback_component', |
| 763 'components.gyp:storage_monitor', | 762 'components.gyp:storage_monitor', |
| 764 'components.gyp:storage_monitor_test_support', | 763 'components.gyp:storage_monitor_test_support', |
| 765 'components.gyp:web_modal', | 764 'components.gyp:web_modal', |
| 766 'components.gyp:web_modal_test_support', | 765 'components.gyp:web_modal_test_support', |
| 767 ], | 766 ], |
| 768 }], | 767 }], |
| 769 ['OS != "android"', { | 768 ['OS != "android"', { |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 'dependencies': [ | 1127 'dependencies': [ |
| 1129 '../base/allocator/allocator.gyp:allocator', | 1128 '../base/allocator/allocator.gyp:allocator', |
| 1130 ], | 1129 ], |
| 1131 }], | 1130 }], |
| 1132 ], | 1131 ], |
| 1133 }, | 1132 }, |
| 1134 ], | 1133 ], |
| 1135 }], | 1134 }], |
| 1136 ], | 1135 ], |
| 1137 } | 1136 } |
| OLD | NEW |