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

Side by Side Diff: app/app.gyp

Issue 5075003: Converts usage of SetProp/GetProp to a map. Even after making sure we (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to app Created 10 years, 1 month 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/app_base.gypi » ('j') | app/view_prop.cc » ('J')
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 # TODO: remove this helper when we have loops in GYP 7 # TODO: remove this helper when we have loops in GYP
8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',], 8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',],
9 'chromium_code': 1, 9 'chromium_code': 1,
10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',], 10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'sql/connection_unittest.cc', 50 'sql/connection_unittest.cc',
51 'sql/statement_unittest.cc', 51 'sql/statement_unittest.cc',
52 'sql/transaction_unittest.cc', 52 'sql/transaction_unittest.cc',
53 'system_monitor_unittest.cc', 53 'system_monitor_unittest.cc',
54 'test_suite.h', 54 'test_suite.h',
55 'test/data/resource.h', 55 'test/data/resource.h',
56 'text_elider_unittest.cc', 56 'text_elider_unittest.cc',
57 'tree_node_iterator_unittest.cc', 57 'tree_node_iterator_unittest.cc',
58 'tree_node_model_unittest.cc', 58 'tree_node_model_unittest.cc',
59 'win_util_unittest.cc', 59 'win_util_unittest.cc',
60 'win/view_prop_unittest.cc',
60 ], 61 ],
61 'include_dirs': [ 62 'include_dirs': [
62 '..', 63 '..',
63 ], 64 ],
64 'conditions': [ 65 'conditions': [
65 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 66 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
66 'sources': [ 67 'sources': [
67 'gtk_dnd_util_unittest.cc', 68 'gtk_dnd_util_unittest.cc',
68 ], 69 ],
69 'dependencies': [ 70 'dependencies': [
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 }], 212 }],
212 }], 213 }],
213 ], 214 ],
214 } 215 }
215 216
216 # Local Variables: 217 # Local Variables:
217 # tab-width:2 218 # tab-width:2
218 # indent-tabs-mode:nil 219 # indent-tabs-mode:nil
219 # End: 220 # End:
220 # vim: set expandtab tabstop=2 shiftwidth=2: 221 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | app/app_base.gypi » ('j') | app/view_prop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698