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

Side by Side Diff: components/components_tests.gyp

Issue 1243563002: Teach the GCM Driver how to decrypt incoming messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-push-keys
Patch Set: Created 5 years, 2 months 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
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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'gcm_driver/gcm_account_mapper_unittest.cc', 241 'gcm_driver/gcm_account_mapper_unittest.cc',
242 'gcm_driver/gcm_account_tracker_unittest.cc', 242 'gcm_driver/gcm_account_tracker_unittest.cc',
243 'gcm_driver/gcm_channel_status_request_unittest.cc', 243 'gcm_driver/gcm_channel_status_request_unittest.cc',
244 'gcm_driver/gcm_client_impl_unittest.cc', 244 'gcm_driver/gcm_client_impl_unittest.cc',
245 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 245 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
246 'gcm_driver/gcm_driver_desktop_unittest.cc', 246 'gcm_driver/gcm_driver_desktop_unittest.cc',
247 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 247 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
248 ], 248 ],
249 'gcm_driver_crypto_unittest_sources': [ 249 'gcm_driver_crypto_unittest_sources': [
250 'gcm_driver/crypto/encryption_header_parsers_unittest.cc', 250 'gcm_driver/crypto/encryption_header_parsers_unittest.cc',
251 'gcm_driver/crypto/gcm_encryption_provider_unittest.cc',
251 'gcm_driver/crypto/gcm_key_store_unittest.cc', 252 'gcm_driver/crypto/gcm_key_store_unittest.cc',
252 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc', 253 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc',
253 ], 254 ],
254 'google_unittest_sources': [ 255 'google_unittest_sources': [
255 'google/core/browser/google_url_tracker_unittest.cc', 256 'google/core/browser/google_url_tracker_unittest.cc',
256 'google/core/browser/google_util_unittest.cc', 257 'google/core/browser/google_util_unittest.cc',
257 ], 258 ],
258 'guest_view_unittest_sources': [ 259 'guest_view_unittest_sources': [
259 'guest_view/browser/guest_view_manager_unittest.cc' 260 'guest_view/browser/guest_view_manager_unittest.cc'
260 ], 261 ],
(...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'dependencies': [ 1725 'dependencies': [
1725 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1726 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1726 ], 1727 ],
1727 }], 1728 }],
1728 ], 1729 ],
1729 }, 1730 },
1730 ], 1731 ],
1731 }], 1732 }],
1732 ], 1733 ],
1733 } 1734 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698