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

Side by Side Diff: chrome/chrome_browser.gypi

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, 5 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3149 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 '../components/components.gyp:content_settings_content_common', 3160 '../components/components.gyp:content_settings_content_common',
3161 '../components/components.gyp:content_settings_core_browser', 3161 '../components/components.gyp:content_settings_core_browser',
3162 '../components/components.gyp:content_settings_core_common', 3162 '../components/components.gyp:content_settings_core_common',
3163 '../components/components.gyp:crx_file', 3163 '../components/components.gyp:crx_file',
3164 '../components/components.gyp:data_reduction_proxy_core_browser', 3164 '../components/components.gyp:data_reduction_proxy_core_browser',
3165 '../components/components.gyp:domain_reliability', 3165 '../components/components.gyp:domain_reliability',
3166 '../components/components.gyp:enhanced_bookmarks', 3166 '../components/components.gyp:enhanced_bookmarks',
3167 '../components/components.gyp:favicon_base', 3167 '../components/components.gyp:favicon_base',
3168 '../components/components.gyp:favicon_core', 3168 '../components/components.gyp:favicon_core',
3169 '../components/components.gyp:gcm_driver', 3169 '../components/components.gyp:gcm_driver',
3170 '../components/components.gyp:gcm_driver_crypto',
3170 '../components/components.gyp:google_core_browser', 3171 '../components/components.gyp:google_core_browser',
3171 '../components/components.gyp:handoff', 3172 '../components/components.gyp:handoff',
3172 '../components/components.gyp:history_core_browser', 3173 '../components/components.gyp:history_core_browser',
3173 '../components/components.gyp:history_core_common', 3174 '../components/components.gyp:history_core_common',
3174 '../components/components.gyp:infobars_core', 3175 '../components/components.gyp:infobars_core',
3175 '../components/components.gyp:instance_id', 3176 '../components/components.gyp:instance_id',
3176 '../components/components.gyp:invalidation_impl', 3177 '../components/components.gyp:invalidation_impl',
3177 '../components/components.gyp:metrics', 3178 '../components/components.gyp:metrics',
3178 '../components/components.gyp:metrics_gpu', 3179 '../components/components.gyp:metrics_gpu',
3179 '../components/components.gyp:metrics_net', 3180 '../components/components.gyp:metrics_net',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
4128 '../components/components.gyp:omnibox_browser', 4129 '../components/components.gyp:omnibox_browser',
4129 '../components/components.gyp:rlz', 4130 '../components/components.gyp:rlz',
4130 '../components/components.gyp:search_engines', 4131 '../components/components.gyp:search_engines',
4131 '../rlz/rlz.gyp:rlz_lib', 4132 '../rlz/rlz.gyp:rlz_lib',
4132 ], 4133 ],
4133 }, 4134 },
4134 ], 4135 ],
4135 }], 4136 }],
4136 ], 4137 ],
4137 } 4138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698