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

Side by Side Diff: third_party/jsoncpp/jsoncpp.gypi

Issue 1045863002: Make checkdeps.py check third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « third_party/fips181/DEPS ('k') | third_party/jsoncpp/overrides/include/json/value.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 'JSON_USE_EXCEPTION=0', 8 'JSON_USE_EXCEPTION=0',
9 ], 9 ],
10 'sources': [ 10 'sources': [
11 'source/include/json/assertions.h', 11 'source/include/json/assertions.h',
12 'source/include/json/autolink.h', 12 'source/include/json/autolink.h',
13 'source/include/json/config.h', 13 'source/include/json/config.h',
14 'source/include/json/features.h', 14 'source/include/json/features.h',
15 'source/include/json/forwards.h', 15 'source/include/json/forwards.h',
16 'source/include/json/json.h', 16 'source/include/json/json.h',
17 'source/include/json/reader.h', 17 'source/include/json/reader.h',
18 'overrides/include/json/value.h', 18 'overrides/include/json/value.h',
19 'source/include/json/writer.h', 19 'source/include/json/writer.h',
20 'source/src/lib_json/json_batchallocator.h', 20 'source/src/lib_json/json_batchallocator.h',
21 'overrides/src/lib_json/json_reader.cpp', 21 'overrides/src/lib_json/json_reader.cpp',
22 'source/src/lib_json/json_tool.h', 22 'source/src/lib_json/json_tool.h',
23 'overrides/src/lib_json/json_value.cpp', 23 'overrides/src/lib_json/json_value.cpp',
24 'source/src/lib_json/json_writer.cpp', 24 'source/src/lib_json/json_writer.cpp',
25 ], 25 ],
26 'include_dirs': [ 26 'include_dirs': [
27 '../..',
27 'overrides/include/', 28 'overrides/include/',
28 'source/include/', 29 'source/include/',
29 'source/src/lib_json/', 30 'source/src/lib_json/',
30 ], 31 ],
31 'direct_dependent_settings': { 32 'direct_dependent_settings': {
32 'include_dirs': [ 33 'include_dirs': [
33 'overrides/include/', 34 'overrides/include/',
34 'source/include/', 35 'source/include/',
35 ], 36 ],
36 }, 37 },
37 }, 38 },
38 } 39 }
OLDNEW
« no previous file with comments | « third_party/fips181/DEPS ('k') | third_party/jsoncpp/overrides/include/json/value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698