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

Side by Side Diff: net/net.gypi

Issue 341553005: Move of SdchDictionaryFetcher to net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to r278311. Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « net/base/sdch_manager.h ('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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'base/platform_mime_util.h', 246 'base/platform_mime_util.h',
247 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 247 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
248 'base/platform_mime_util_linux.cc', 248 'base/platform_mime_util_linux.cc',
249 'base/platform_mime_util_mac.mm', 249 'base/platform_mime_util_mac.mm',
250 'base/platform_mime_util_win.cc', 250 'base/platform_mime_util_win.cc',
251 'base/prioritized_dispatcher.cc', 251 'base/prioritized_dispatcher.cc',
252 'base/prioritized_dispatcher.h', 252 'base/prioritized_dispatcher.h',
253 'base/priority_queue.h', 253 'base/priority_queue.h',
254 'base/request_priority.cc', 254 'base/request_priority.cc',
255 'base/request_priority.h', 255 'base/request_priority.h',
256 'base/sdch_dictionary_fetcher.cc',
257 'base/sdch_dictionary_fetcher.h',
256 'base/sdch_manager.cc', 258 'base/sdch_manager.cc',
257 'base/sdch_manager.h', 259 'base/sdch_manager.h',
258 'base/static_cookie_policy.cc', 260 'base/static_cookie_policy.cc',
259 'base/static_cookie_policy.h', 261 'base/static_cookie_policy.h',
260 'base/test_data_stream.cc', 262 'base/test_data_stream.cc',
261 'base/test_data_stream.h', 263 'base/test_data_stream.h',
262 'base/upload_bytes_element_reader.cc', 264 'base/upload_bytes_element_reader.cc',
263 'base/upload_bytes_element_reader.h', 265 'base/upload_bytes_element_reader.h',
264 'base/upload_data_stream.cc', 266 'base/upload_data_stream.cc',
265 'base/upload_data_stream.h', 267 'base/upload_data_stream.h',
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'tools/quic/test_tools/quic_test_client.h', 1708 'tools/quic/test_tools/quic_test_client.h',
1707 'tools/quic/test_tools/quic_test_utils.cc', 1709 'tools/quic/test_tools/quic_test_utils.cc',
1708 'tools/quic/test_tools/quic_test_utils.h', 1710 'tools/quic/test_tools/quic_test_utils.h',
1709 'tools/quic/test_tools/server_thread.h', 1711 'tools/quic/test_tools/server_thread.h',
1710 'tools/quic/test_tools/server_thread.cc', 1712 'tools/quic/test_tools/server_thread.cc',
1711 'tools/quic/test_tools/simple_client.h', 1713 'tools/quic/test_tools/simple_client.h',
1712 'tools/quic/test_tools/simple_client.cc', 1714 'tools/quic/test_tools/simple_client.cc',
1713 ], 1715 ],
1714 } 1716 }
1715 } 1717 }
OLDNEW
« no previous file with comments | « net/base/sdch_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698