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

Side by Side Diff: third_party/liblouis/liblouis_nacl.gyp

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
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 { 5 {
6 'variables': { 6 'variables': {
7 'braille_test_data_dir': '<(PRODUCT_DIR)/chromevox_test_data/braille', 7 'braille_test_data_dir': '<(PRODUCT_DIR)/chromevox_test_data/braille',
8 'braille_chromevox_dir': '<(PRODUCT_DIR)/resources/chromeos/chromevox/braill e', 8 'braille_chromevox_dir': '<(PRODUCT_DIR)/resources/chromeos/chromevox/braill e',
9 'table_files': [ 9 'table_files': [
10 '>!@pymod_do_main(liblouis_list_tables -D . -D src/tables -e cvox-common.c ti tables.json)', 10 '>!@pymod_do_main(liblouis_list_tables -D . -D src/tables -e cvox-common.c ti tables.json)',
(...skipping 30 matching lines...) Expand all
41 'build_newlib': 1, 41 'build_newlib': 1,
42 }, 42 },
43 'compile_flags': [ 43 'compile_flags': [
44 '-Wno-switch', 44 '-Wno-switch',
45 '-Wno-unused-but-set-variable', 45 '-Wno-unused-but-set-variable',
46 ], 46 ],
47 'include_dirs': [ 47 'include_dirs': [
48 'overrides/liblouis', 48 'overrides/liblouis',
49 'src/liblouis', 49 'src/liblouis',
50 '.', 50 '.',
51 '../..',
51 ], 52 ],
52 'direct_dependent_settings': { 53 'direct_dependent_settings': {
53 'include_dirs': [ 54 'include_dirs': [
54 'overrides', 55 'overrides',
55 ], 56 ],
56 }, 57 },
57 'sources': [ 58 'sources': [
58 'overrides/liblouis/config.h', 59 'overrides/liblouis/config.h',
59 'overrides/liblouis/liblouis.h', 60 'overrides/liblouis/liblouis.h',
60 'src/liblouis/compileTranslationTable.c', 61 'src/liblouis/compileTranslationTable.c',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'files': [ 183 'files': [
183 '<@(table_files)', 184 '<@(table_files)',
184 ], 185 ],
185 }, 186 },
186 ], 187 ],
187 }, 188 },
188 ], 189 ],
189 }], 190 }],
190 ], 191 ],
191 } 192 }
OLDNEW
« no previous file with comments | « third_party/libjingle/overrides/initialize_module.cc ('k') | third_party/liblouis/nacl_wrapper/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698