| 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 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 'sources!': [ | 1223 'sources!': [ |
| 1224 'password_manager/core/browser/password_store_default_unittest.cc', | 1224 'password_manager/core/browser/password_store_default_unittest.cc', |
| 1225 ], | 1225 ], |
| 1226 }], | 1226 }], |
| 1227 ['OS == "android"', { | 1227 ['OS == "android"', { |
| 1228 'sources': [ | 1228 'sources': [ |
| 1229 '<@(cronet_unittest_sources)', | 1229 '<@(cronet_unittest_sources)', |
| 1230 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo
cking_page_unittest.cc', | 1230 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo
cking_page_unittest.cc', |
| 1231 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res
ource_throttle_unittest.cc', | 1231 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res
ource_throttle_unittest.cc', |
| 1232 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_
manager_unittest.cc', | 1232 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_
manager_unittest.cc', |
| 1233 'data_usage/android/traffic_stats_amortizer_unittest.cc', |
| 1233 'invalidation/impl/invalidation_logger_unittest.cc', | 1234 'invalidation/impl/invalidation_logger_unittest.cc', |
| 1234 'invalidation/impl/invalidation_service_android_unittest.cc', | 1235 'invalidation/impl/invalidation_service_android_unittest.cc', |
| 1235 ], | 1236 ], |
| 1236 'sources!': [ | 1237 'sources!': [ |
| 1237 'gcm_driver/gcm_account_mapper_unittest.cc', | 1238 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 1238 'gcm_driver/gcm_channel_status_request_unittest.cc', | 1239 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 1239 'gcm_driver/gcm_client_impl_unittest.cc', | 1240 'gcm_driver/gcm_client_impl_unittest.cc', |
| 1240 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 1241 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 1241 'gcm_driver/gcm_driver_desktop_unittest.cc', | 1242 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 1242 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 1243 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1730 'dependencies': [ | 1731 'dependencies': [ |
| 1731 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1732 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1732 ], | 1733 ], |
| 1733 }], | 1734 }], |
| 1734 ], | 1735 ], |
| 1735 }, | 1736 }, |
| 1736 ], | 1737 ], |
| 1737 }], | 1738 }], |
| 1738 ], | 1739 ], |
| 1739 } | 1740 } |
| OLD | NEW |