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

Side by Side Diff: net/net.gypi

Issue 1134393002: Implement ChromeOS mime type extension mappings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 7 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 | « net/base/platform_mime_util_linux.cc ('k') | no next file » | 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'base/keygen_handler_openssl.cc', 240 'base/keygen_handler_openssl.cc',
241 'base/keygen_handler_win.cc', 241 'base/keygen_handler_win.cc',
242 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 242 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
243 'base/layered_network_delegate.cc', 243 'base/layered_network_delegate.cc',
244 'base/layered_network_delegate.h', 244 'base/layered_network_delegate.h',
245 'base/linked_hash_map.h', 245 'base/linked_hash_map.h',
246 'base/load_flags.h', 246 'base/load_flags.h',
247 'base/load_flags_list.h', 247 'base/load_flags_list.h',
248 'base/load_states.h', 248 'base/load_states.h',
249 'base/load_states_list.h', 249 'base/load_states_list.h',
250 'base/mime_extension_chromeos.cc',
251 'base/mime_extension_chromeos.h',
250 'base/mime_sniffer.cc', 252 'base/mime_sniffer.cc',
251 'base/mime_sniffer.h', 253 'base/mime_sniffer.h',
252 'base/mime_util.cc', 254 'base/mime_util.cc',
253 'base/mime_util.h', 255 'base/mime_util.h',
254 'base/net_errors_win.cc', 256 'base/net_errors_win.cc',
255 'base/net_info_source_list.h', 257 'base/net_info_source_list.h',
256 'base/net_util_linux.cc', 258 'base/net_util_linux.cc',
257 'base/net_util_mac.cc', 259 'base/net_util_mac.cc',
258 'base/net_util_win.cc', 260 'base/net_util_win.cc',
259 'base/network_activity_monitor.cc', 261 'base/network_activity_monitor.cc',
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 'base/mac/url_conversions_unittest.mm', 1811 'base/mac/url_conversions_unittest.mm',
1810 ], 1812 ],
1811 'net_docs_script': 'tools/net_docs/net_docs.py', 1813 'net_docs_script': 'tools/net_docs/net_docs.py',
1812 'net_docs_sources': [ 1814 'net_docs_sources': [
1813 'README.md', 1815 'README.md',
1814 'sdch/README.md', 1816 'sdch/README.md',
1815 ], 1817 ],
1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1818 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1817 } 1819 }
1818 } 1820 }
OLDNEW
« no previous file with comments | « net/base/platform_mime_util_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698