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

Side by Side Diff: content/content_child.gypi

Issue 1635593004: Rename Experimental Framework classes and concepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'child/database_util.cc', 79 'child/database_util.cc',
80 'child/database_util.h', 80 'child/database_util.h',
81 'child/db_message_filter.cc', 81 'child/db_message_filter.cc',
82 'child/db_message_filter.h', 82 'child/db_message_filter.h',
83 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc', 83 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc',
84 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.h', 84 'child/dwrite_font_proxy/dwrite_font_proxy_init_win.h',
85 'child/dwrite_font_proxy/dwrite_font_proxy_win.cc', 85 'child/dwrite_font_proxy/dwrite_font_proxy_win.cc',
86 'child/dwrite_font_proxy/dwrite_font_proxy_win.h', 86 'child/dwrite_font_proxy/dwrite_font_proxy_win.h',
87 'child/dwrite_font_proxy/dwrite_localized_strings_win.cc', 87 'child/dwrite_font_proxy/dwrite_localized_strings_win.cc',
88 'child/dwrite_font_proxy/dwrite_localized_strings_win.h', 88 'child/dwrite_font_proxy/dwrite_localized_strings_win.h',
89 'child/experiments/api_key_validator.cc',
90 'child/experiments/api_key_validator.h',
91 'child/file_info_util.cc', 89 'child/file_info_util.cc',
92 'child/file_info_util.h', 90 'child/file_info_util.h',
93 'child/fileapi/file_system_dispatcher.cc', 91 'child/fileapi/file_system_dispatcher.cc',
94 'child/fileapi/file_system_dispatcher.h', 92 'child/fileapi/file_system_dispatcher.h',
95 'child/fileapi/webfilesystem_impl.cc', 93 'child/fileapi/webfilesystem_impl.cc',
96 'child/fileapi/webfilesystem_impl.h', 94 'child/fileapi/webfilesystem_impl.h',
97 'child/fileapi/webfilewriter_base.cc', 95 'child/fileapi/webfilewriter_base.cc',
98 'child/fileapi/webfilewriter_base.h', 96 'child/fileapi/webfilewriter_base.h',
99 'child/fileapi/webfilewriter_impl.cc', 97 'child/fileapi/webfilewriter_impl.cc',
100 'child/fileapi/webfilewriter_impl.h', 98 'child/fileapi/webfilewriter_impl.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'child/npapi/webplugin_delegate.h', 166 'child/npapi/webplugin_delegate.h',
169 'child/npapi/webplugin_delegate_impl.cc', 167 'child/npapi/webplugin_delegate_impl.cc',
170 'child/npapi/webplugin_delegate_impl.h', 168 'child/npapi/webplugin_delegate_impl.h',
171 'child/npapi/webplugin_delegate_impl_android.cc', 169 'child/npapi/webplugin_delegate_impl_android.cc',
172 'child/npapi/webplugin_delegate_impl_aura.cc', 170 'child/npapi/webplugin_delegate_impl_aura.cc',
173 'child/npapi/webplugin_delegate_impl_mac.mm', 171 'child/npapi/webplugin_delegate_impl_mac.mm',
174 'child/npapi/webplugin_delegate_impl_win.cc', 172 'child/npapi/webplugin_delegate_impl_win.cc',
175 'child/npapi/webplugin_ime_win.cc', 173 'child/npapi/webplugin_ime_win.cc',
176 'child/npapi/webplugin_ime_win.h', 174 'child/npapi/webplugin_ime_win.h',
177 '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', 178 'child/permissions/permission_dispatcher.cc',
179 'child/permissions/permission_dispatcher.h', 179 'child/permissions/permission_dispatcher.h',
180 'child/permissions/permission_dispatcher_thread_proxy.cc', 180 'child/permissions/permission_dispatcher_thread_proxy.cc',
181 'child/permissions/permission_dispatcher_thread_proxy.h', 181 'child/permissions/permission_dispatcher_thread_proxy.h',
182 'child/permissions/permission_observers_registry.cc', 182 'child/permissions/permission_observers_registry.cc',
183 'child/permissions/permission_observers_registry.h', 183 'child/permissions/permission_observers_registry.h',
184 'child/plugin_message_generator.cc', 184 'child/plugin_message_generator.cc',
185 'child/plugin_message_generator.h', 185 'child/plugin_message_generator.h',
186 'child/plugin_messages.h', 186 'child/plugin_messages.h',
187 'child/plugin_param_traits.cc', 187 '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', 338 'child/npapi/webplugin_delegate_impl_mac.mm',
339 ], 339 ],
340 }], 340 }],
341 ['OS=="win"', { 341 ['OS=="win"', {
342 'sources!': [ 342 'sources!': [
343 'child/npapi/webplugin_delegate_impl_aura.cc', 343 'child/npapi/webplugin_delegate_impl_aura.cc',
344 ], 344 ],
345 }], 345 }],
346 ], 346 ],
347 } 347 }
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