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

Side by Side Diff: content/content_child.gypi

Issue 1642213002: Move font_warmup_win, fix webrtc dep. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/font_warmup_win_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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'child/file_info_util.cc', 91 'child/file_info_util.cc',
92 'child/file_info_util.h', 92 'child/file_info_util.h',
93 'child/fileapi/file_system_dispatcher.cc', 93 'child/fileapi/file_system_dispatcher.cc',
94 'child/fileapi/file_system_dispatcher.h', 94 'child/fileapi/file_system_dispatcher.h',
95 'child/fileapi/webfilesystem_impl.cc', 95 'child/fileapi/webfilesystem_impl.cc',
96 'child/fileapi/webfilesystem_impl.h', 96 'child/fileapi/webfilesystem_impl.h',
97 'child/fileapi/webfilewriter_base.cc', 97 'child/fileapi/webfilewriter_base.cc',
98 'child/fileapi/webfilewriter_base.h', 98 'child/fileapi/webfilewriter_base.h',
99 'child/fileapi/webfilewriter_impl.cc', 99 'child/fileapi/webfilewriter_impl.cc',
100 'child/fileapi/webfilewriter_impl.h', 100 'child/fileapi/webfilewriter_impl.h',
101 'child/font_warmup_win.cc',
102 'child/font_warmup_win.h',
101 'child/ftp_directory_listing_response_delegate.cc', 103 'child/ftp_directory_listing_response_delegate.cc',
102 'child/ftp_directory_listing_response_delegate.h', 104 'child/ftp_directory_listing_response_delegate.h',
103 'child/geofencing/geofencing_dispatcher.cc', 105 'child/geofencing/geofencing_dispatcher.cc',
104 'child/geofencing/geofencing_dispatcher.h', 106 'child/geofencing/geofencing_dispatcher.h',
105 'child/geofencing/geofencing_message_filter.cc', 107 'child/geofencing/geofencing_message_filter.cc',
106 'child/geofencing/geofencing_message_filter.h', 108 'child/geofencing/geofencing_message_filter.h',
107 'child/geofencing/web_geofencing_provider_impl.cc', 109 'child/geofencing/web_geofencing_provider_impl.cc',
108 'child/geofencing/web_geofencing_provider_impl.h', 110 'child/geofencing/web_geofencing_provider_impl.h',
109 'child/image_decoder.cc', 111 'child/image_decoder.cc',
110 'child/image_decoder.h', 112 'child/image_decoder.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'child/npapi/webplugin_delegate_impl_mac.mm', 338 'child/npapi/webplugin_delegate_impl_mac.mm',
337 ], 339 ],
338 }], 340 }],
339 ['OS=="win"', { 341 ['OS=="win"', {
340 'sources!': [ 342 'sources!': [
341 'child/npapi/webplugin_delegate_impl_aura.cc', 343 'child/npapi/webplugin_delegate_impl_aura.cc',
342 ], 344 ],
343 }], 345 }],
344 ], 346 ],
345 } 347 }
OLDNEW
« no previous file with comments | « content/common/font_warmup_win_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698