| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 ], | 224 ], |
| 225 'gcm_driver_unittest_sources': [ | 225 'gcm_driver_unittest_sources': [ |
| 226 'gcm_driver/gcm_account_mapper_unittest.cc', | 226 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 227 'gcm_driver/gcm_channel_status_request_unittest.cc', | 227 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 228 'gcm_driver/gcm_client_impl_unittest.cc', | 228 'gcm_driver/gcm_client_impl_unittest.cc', |
| 229 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 229 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 230 'gcm_driver/gcm_driver_desktop_unittest.cc', | 230 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 231 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 231 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 232 ], | 232 ], |
| 233 'gcm_driver_crypto_unittest_sources': [ | 233 'gcm_driver_crypto_unittest_sources': [ |
| 234 'gcm_driver/crypto/encryption_header_parsers_unittest.cc', |
| 234 'gcm_driver/crypto/gcm_key_store_unittest.cc', | 235 'gcm_driver/crypto/gcm_key_store_unittest.cc', |
| 235 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc', | 236 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc', |
| 236 ], | 237 ], |
| 237 'google_unittest_sources': [ | 238 'google_unittest_sources': [ |
| 238 'google/core/browser/google_url_tracker_unittest.cc', | 239 'google/core/browser/google_url_tracker_unittest.cc', |
| 239 'google/core/browser/google_util_unittest.cc', | 240 'google/core/browser/google_util_unittest.cc', |
| 240 ], | 241 ], |
| 241 'guest_view_unittest_sources': [ | 242 'guest_view_unittest_sources': [ |
| 242 'guest_view/browser/guest_view_manager_unittest.cc' | 243 'guest_view/browser/guest_view_manager_unittest.cc' |
| 243 ], | 244 ], |
| (...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1544 ], | 1545 ], |
| 1545 'variables': { | 1546 'variables': { |
| 1546 'test_suite_name': 'components_unittests', | 1547 'test_suite_name': 'components_unittests', |
| 1547 }, | 1548 }, |
| 1548 'includes': [ '../build/apk_test.gypi' ], | 1549 'includes': [ '../build/apk_test.gypi' ], |
| 1549 }, | 1550 }, |
| 1550 ], | 1551 ], |
| 1551 }], | 1552 }], |
| 1552 ], | 1553 ], |
| 1553 } | 1554 } |
| OLD | NEW |