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

Side by Side Diff: sdch/sdch.gyp

Issue 380003002: Improve testing for SDCH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Results of self-review. Created 6 years, 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 'open-vcdiff/src/checksum.h', 22 'open-vcdiff/src/checksum.h',
23 'open-vcdiff/src/codetable.cc', 23 'open-vcdiff/src/codetable.cc',
24 'open-vcdiff/src/codetable.h', 24 'open-vcdiff/src/codetable.h',
25 'open-vcdiff/src/compile_assert.h', 25 'open-vcdiff/src/compile_assert.h',
26 'open-vcdiff/src/decodetable.cc', 26 'open-vcdiff/src/decodetable.cc',
27 'open-vcdiff/src/decodetable.h', 27 'open-vcdiff/src/decodetable.h',
28 'open-vcdiff/src/encodetable.cc', 28 'open-vcdiff/src/encodetable.cc',
29 'open-vcdiff/src/encodetable.h', 29 'open-vcdiff/src/encodetable.h',
30 'open-vcdiff/src/google/output_string.h', 30 'open-vcdiff/src/google/output_string.h',
31 'open-vcdiff/src/google/vcdecoder.h', 31 'open-vcdiff/src/google/vcdecoder.h',
32 'open-vcdiff/src/google/vcencoder.h',
32 'open-vcdiff/src/headerparser.cc', 33 'open-vcdiff/src/headerparser.cc',
33 'open-vcdiff/src/headerparser.h', 34 'open-vcdiff/src/headerparser.h',
34 'open-vcdiff/src/instruction_map.cc', 35 'open-vcdiff/src/instruction_map.cc',
35 'open-vcdiff/src/instruction_map.h', 36 'open-vcdiff/src/instruction_map.h',
37 'open-vcdiff/src/jsonwriter.h',
38 'open-vcdiff/src/jsonwriter.cc',
36 'open-vcdiff/src/rolling_hash.h', 39 'open-vcdiff/src/rolling_hash.h',
37 'open-vcdiff/src/testing.h', 40 'open-vcdiff/src/testing.h',
38 'open-vcdiff/src/varint_bigendian.cc', 41 'open-vcdiff/src/varint_bigendian.cc',
39 'open-vcdiff/src/varint_bigendian.h', 42 'open-vcdiff/src/varint_bigendian.h',
40 'open-vcdiff/src/vcdecoder.cc', 43 'open-vcdiff/src/vcdecoder.cc',
44 'open-vcdiff/src/vcencoder.cc',
41 'open-vcdiff/src/vcdiff_defs.h', 45 'open-vcdiff/src/vcdiff_defs.h',
42 'open-vcdiff/src/vcdiffengine.cc', 46 'open-vcdiff/src/vcdiffengine.cc',
43 'open-vcdiff/src/vcdiffengine.h', 47 'open-vcdiff/src/vcdiffengine.h',
44 'open-vcdiff/vsprojects/config.h', 48 'open-vcdiff/vsprojects/config.h',
45 'open-vcdiff/vsprojects/stdint.h', 49 'open-vcdiff/vsprojects/stdint.h',
46 ], 50 ],
47 'include_dirs': [ 51 'include_dirs': [
48 'open-vcdiff/src', 52 'open-vcdiff/src',
49 ], 53 ],
50 'direct_dependent_settings': { 54 'direct_dependent_settings': {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 } 99 }
96 }, 100 },
97 'cflags': [ 101 'cflags': [
98 '-include', '<(logging_dir)/sdch/<(logging_path)', 102 '-include', '<(logging_dir)/sdch/<(logging_path)',
99 # TODO(mostynb): remove this if open-vcdiff is ever updated for c++11: 103 # TODO(mostynb): remove this if open-vcdiff is ever updated for c++11:
100 '-Wno-deprecated-declarations', 104 '-Wno-deprecated-declarations',
101 ], 105 ],
102 }, 106 },
103 ], 107 ],
104 } 108 }
OLDNEW
« chrome/browser/net/sdch_browsertest.cc ('K') | « net/filter/sdch_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698