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

Side by Side Diff: app/app.gyp

Issue 6823057: Cleanup SQLite 3.6.18 import. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | app/sql/connection.cc » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'includes': [ 9 'includes': [
10 'app_base.gypi', 10 'app_base.gypi',
(...skipping 28 matching lines...) Expand all
39 '../ui/base/l10n/l10n_util_unittest.cc', 39 '../ui/base/l10n/l10n_util_unittest.cc',
40 '../ui/base/models/tree_node_iterator_unittest.cc', 40 '../ui/base/models/tree_node_iterator_unittest.cc',
41 '../ui/base/models/tree_node_model_unittest.cc', 41 '../ui/base/models/tree_node_model_unittest.cc',
42 '../ui/base/resource/data_pack_unittest.cc', 42 '../ui/base/resource/data_pack_unittest.cc',
43 '../ui/base/system_monitor/system_monitor_unittest.cc', 43 '../ui/base/system_monitor/system_monitor_unittest.cc',
44 '../ui/base/test/data/resource.h', 44 '../ui/base/test/data/resource.h',
45 '../ui/base/text/text_elider_unittest.cc', 45 '../ui/base/text/text_elider_unittest.cc',
46 '../ui/base/view_prop_unittest.cc', 46 '../ui/base/view_prop_unittest.cc',
47 'run_all_unittests.cc', 47 'run_all_unittests.cc',
48 'sql/connection_unittest.cc', 48 'sql/connection_unittest.cc',
49 'sql/sqlite_features_unittest.cc',
49 'sql/statement_unittest.cc', 50 'sql/statement_unittest.cc',
50 'sql/transaction_unittest.cc', 51 'sql/transaction_unittest.cc',
51 'test_suite.cc', 52 'test_suite.cc',
52 'test_suite.h', 53 'test_suite.h',
53 ], 54 ],
54 'include_dirs': [ 55 'include_dirs': [
55 '..', 56 '..',
56 ], 57 ],
57 'conditions': [ 58 'conditions': [
58 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 59 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'includes': [ '../build/grit_target.gypi' ], 102 'includes': [ '../build/grit_target.gypi' ],
102 }, 103 },
103 ], 104 ],
104 } 105 }
105 106
106 # Local Variables: 107 # Local Variables:
107 # tab-width:2 108 # tab-width:2
108 # indent-tabs-mode:nil 109 # indent-tabs-mode:nil
109 # End: 110 # End:
110 # vim: set expandtab tabstop=2 shiftwidth=2: 111 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | app/sql/connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698