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

Side by Side Diff: components/components_tests.gyp

Issue 1231613005: Hook up the Push API with GCM's new ability to own encryption keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-encryption
Patch Set: Created 5 years, 4 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
« no previous file with comments | « chrome/test/data/push_messaging/push_test.js ('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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'components.gyp:device_event_log_component', 823 'components.gyp:device_event_log_component',
824 'components.gyp:dom_distiller_core', 824 'components.gyp:dom_distiller_core',
825 'components.gyp:dom_distiller_protos', 825 'components.gyp:dom_distiller_protos',
826 'components.gyp:dom_distiller_test_support', 826 'components.gyp:dom_distiller_test_support',
827 'components.gyp:domain_reliability', 827 'components.gyp:domain_reliability',
828 'components.gyp:enhanced_bookmarks', 828 'components.gyp:enhanced_bookmarks',
829 'components.gyp:enhanced_bookmarks_test_support', 829 'components.gyp:enhanced_bookmarks_test_support',
830 'components.gyp:favicon_base', 830 'components.gyp:favicon_base',
831 'components.gyp:favicon_core', 831 'components.gyp:favicon_core',
832 'components.gyp:gcm_driver', 832 'components.gyp:gcm_driver',
833 'components.gyp:gcm_driver_crypto',
834 'components.gyp:gcm_driver_test_support', 833 'components.gyp:gcm_driver_test_support',
835 'components.gyp:google_core_browser', 834 'components.gyp:google_core_browser',
836 'components.gyp:history_core_browser', 835 'components.gyp:history_core_browser',
837 'components.gyp:history_core_common', 836 'components.gyp:history_core_common',
838 'components.gyp:history_core_test_support', 837 'components.gyp:history_core_test_support',
839 'components.gyp:instance_id_test_support', 838 'components.gyp:instance_id_test_support',
840 'components.gyp:invalidation_impl', 839 'components.gyp:invalidation_impl',
841 'components.gyp:invalidation_test_support', 840 'components.gyp:invalidation_test_support',
842 'components.gyp:json_schema', 841 'components.gyp:json_schema',
843 'components.gyp:keyed_service_core', 842 'components.gyp:keyed_service_core',
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'invalidation/impl/android/junit/', 1576 'invalidation/impl/android/junit/',
1578 'policy/android/junit/' 1577 'policy/android/junit/'
1579 ], 1578 ],
1580 }, 1579 },
1581 'includes': [ '../build/host_jar.gypi' ], 1580 'includes': [ '../build/host_jar.gypi' ],
1582 }, 1581 },
1583 ], 1582 ],
1584 }], 1583 }],
1585 ], 1584 ],
1586 } 1585 }
OLDNEW
« no previous file with comments | « chrome/test/data/push_messaging/push_test.js ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698