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

Side by Side Diff: content/content_child.gypi

Issue 1680873002: [Experimental Framework] Move trial token code to renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add boringssl dependency to content/renderer/ Created 4 years, 10 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 | « content/common/origin_trials/trial_token_unittest.cc ('k') | content/content_common.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'child/npapi/webplugin_delegate.h', 166 'child/npapi/webplugin_delegate.h',
167 'child/npapi/webplugin_delegate_impl.cc', 167 'child/npapi/webplugin_delegate_impl.cc',
168 'child/npapi/webplugin_delegate_impl.h', 168 'child/npapi/webplugin_delegate_impl.h',
169 'child/npapi/webplugin_delegate_impl_android.cc', 169 'child/npapi/webplugin_delegate_impl_android.cc',
170 'child/npapi/webplugin_delegate_impl_aura.cc', 170 'child/npapi/webplugin_delegate_impl_aura.cc',
171 'child/npapi/webplugin_delegate_impl_mac.mm', 171 'child/npapi/webplugin_delegate_impl_mac.mm',
172 'child/npapi/webplugin_delegate_impl_win.cc', 172 'child/npapi/webplugin_delegate_impl_win.cc',
173 'child/npapi/webplugin_ime_win.cc', 173 'child/npapi/webplugin_ime_win.cc',
174 'child/npapi/webplugin_ime_win.h', 174 'child/npapi/webplugin_ime_win.h',
175 'child/npapi/webplugin_resource_client.h', 175 'child/npapi/webplugin_resource_client.h',
176 'child/origin_trials/trial_token_validator.cc',
177 'child/origin_trials/trial_token_validator.h',
178 'child/permissions/permission_dispatcher.cc', 176 'child/permissions/permission_dispatcher.cc',
179 'child/permissions/permission_dispatcher.h', 177 'child/permissions/permission_dispatcher.h',
180 'child/permissions/permission_dispatcher_thread_proxy.cc', 178 'child/permissions/permission_dispatcher_thread_proxy.cc',
181 'child/permissions/permission_dispatcher_thread_proxy.h', 179 'child/permissions/permission_dispatcher_thread_proxy.h',
182 'child/permissions/permission_observers_registry.cc', 180 'child/permissions/permission_observers_registry.cc',
183 'child/permissions/permission_observers_registry.h', 181 'child/permissions/permission_observers_registry.h',
184 'child/plugin_message_generator.cc', 182 'child/plugin_message_generator.cc',
185 'child/plugin_message_generator.h', 183 'child/plugin_message_generator.h',
186 'child/plugin_messages.h', 184 'child/plugin_messages.h',
187 'child/plugin_param_traits.cc', 185 'child/plugin_param_traits.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'child/npapi/webplugin_delegate_impl_mac.mm', 336 'child/npapi/webplugin_delegate_impl_mac.mm',
339 ], 337 ],
340 }], 338 }],
341 ['OS=="win"', { 339 ['OS=="win"', {
342 'sources!': [ 340 'sources!': [
343 'child/npapi/webplugin_delegate_impl_aura.cc', 341 'child/npapi/webplugin_delegate_impl_aura.cc',
344 ], 342 ],
345 }], 343 }],
346 ], 344 ],
347 } 345 }
OLDNEW
« no previous file with comments | « content/common/origin_trials/trial_token_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698