Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: components/components_tests.gyp

Issue 1515153003: Enable chrome://gcm-internals on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'feedback/feedback_uploader_chrome_unittest.cc', 252 'feedback/feedback_uploader_chrome_unittest.cc',
253 'feedback/feedback_uploader_unittest.cc', 253 'feedback/feedback_uploader_unittest.cc',
254 ], 254 ],
255 'gcm_driver_unittest_sources': [ 255 'gcm_driver_unittest_sources': [
256 'gcm_driver/gcm_account_mapper_unittest.cc', 256 'gcm_driver/gcm_account_mapper_unittest.cc',
257 'gcm_driver/gcm_account_tracker_unittest.cc', 257 'gcm_driver/gcm_account_tracker_unittest.cc',
258 'gcm_driver/gcm_channel_status_request_unittest.cc', 258 'gcm_driver/gcm_channel_status_request_unittest.cc',
259 'gcm_driver/gcm_client_impl_unittest.cc', 259 'gcm_driver/gcm_client_impl_unittest.cc',
260 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 260 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
261 'gcm_driver/gcm_driver_desktop_unittest.cc', 261 'gcm_driver/gcm_driver_desktop_unittest.cc',
262 'gcm_driver/gcm_stats_recorder_android_unittest.cc',
262 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 263 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
263 ], 264 ],
264 'gcm_driver_crypto_unittest_sources': [ 265 'gcm_driver_crypto_unittest_sources': [
265 'gcm_driver/crypto/encryption_header_parsers_unittest.cc', 266 'gcm_driver/crypto/encryption_header_parsers_unittest.cc',
266 'gcm_driver/crypto/gcm_encryption_provider_unittest.cc', 267 'gcm_driver/crypto/gcm_encryption_provider_unittest.cc',
267 'gcm_driver/crypto/gcm_key_store_unittest.cc', 268 'gcm_driver/crypto/gcm_key_store_unittest.cc',
268 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc', 269 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc',
269 'gcm_driver/crypto/p256_key_util_unittest.cc', 270 'gcm_driver/crypto/p256_key_util_unittest.cc',
270 ], 271 ],
271 'google_unittest_sources': [ 272 'google_unittest_sources': [
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc', 1327 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res ource_throttle_unittest.cc',
1327 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc', 1328 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_ manager_unittest.cc',
1328 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1329 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1329 'invalidation/impl/invalidation_logger_unittest.cc', 1330 'invalidation/impl/invalidation_logger_unittest.cc',
1330 'invalidation/impl/invalidation_service_android_unittest.cc', 1331 'invalidation/impl/invalidation_service_android_unittest.cc',
1331 ], 1332 ],
1332 'sources!': [ 1333 'sources!': [
1333 'gcm_driver/gcm_account_mapper_unittest.cc', 1334 'gcm_driver/gcm_account_mapper_unittest.cc',
1334 'gcm_driver/gcm_channel_status_request_unittest.cc', 1335 'gcm_driver/gcm_channel_status_request_unittest.cc',
1335 'gcm_driver/gcm_client_impl_unittest.cc', 1336 'gcm_driver/gcm_client_impl_unittest.cc',
1336 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1337 'gcm_driver/gcm_driver_desktop_unittest.cc', 1337 'gcm_driver/gcm_driver_desktop_unittest.cc',
1338 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1338 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1339 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1339 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1340 'sessions/core/session_backend_unittest.cc', 1340 'sessions/core/session_backend_unittest.cc',
1341 'storage_monitor/media_storage_util_unittest.cc', 1341 'storage_monitor/media_storage_util_unittest.cc',
1342 'storage_monitor/storage_info_unittest.cc', 1342 'storage_monitor/storage_info_unittest.cc',
1343 'storage_monitor/storage_monitor_unittest.cc', 1343 'storage_monitor/storage_monitor_unittest.cc',
1344 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1344 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1345 ], 1345 ],
1346 'dependencies': [ 1346 'dependencies': [
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 'dependencies': [ 1875 'dependencies': [
1876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1877 ], 1877 ],
1878 }], 1878 }],
1879 ], 1879 ],
1880 }, 1880 },
1881 ], 1881 ],
1882 }], 1882 }],
1883 ], 1883 ],
1884 } 1884 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698