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

Side by Side Diff: app/app.gyp

Issue 442002: Share code between Mac and Linux in ResourceBundle. (Closed)
Patch Set: sync Created 11 years 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 | « no previous file | app/resource_bundle.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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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', '../chrome/tools/build/apply_locales.py',], 8 'apply_locales_cmd': ['python', '../chrome/tools/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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'l10n_util_win.h', 141 'l10n_util_win.h',
142 'message_box_flags.h', 142 'message_box_flags.h',
143 'os_exchange_data_provider_gtk.cc', 143 'os_exchange_data_provider_gtk.cc',
144 'os_exchange_data_provider_gtk.h', 144 'os_exchange_data_provider_gtk.h',
145 'os_exchange_data_provider_win.cc', 145 'os_exchange_data_provider_win.cc',
146 'os_exchange_data_provider_win.h', 146 'os_exchange_data_provider_win.h',
147 'os_exchange_data.cc', 147 'os_exchange_data.cc',
148 'os_exchange_data.h', 148 'os_exchange_data.h',
149 'resource_bundle.cc', 149 'resource_bundle.cc',
150 'resource_bundle.h', 150 'resource_bundle.h',
151 'resource_bundle_win.cc',
152 'resource_bundle_linux.cc', 151 'resource_bundle_linux.cc',
153 'resource_bundle_mac.mm', 152 'resource_bundle_mac.mm',
153 'resource_bundle_posix.cc',
154 'resource_bundle_win.cc',
154 'slide_animation.cc', 155 'slide_animation.cc',
155 'slide_animation.h', 156 'slide_animation.h',
156 'sql/connection.cc', 157 'sql/connection.cc',
157 'sql/connection.h', 158 'sql/connection.h',
158 'sql/meta_table.cc', 159 'sql/meta_table.cc',
159 'sql/meta_table.h', 160 'sql/meta_table.h',
160 'sql/statement.cc', 161 'sql/statement.cc',
161 'sql/statement.h', 162 'sql/statement.h',
162 'sql/transaction.cc', 163 'sql/transaction.cc',
163 'sql/transaction.h', 164 'sql/transaction.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ], 424 ],
424 }, 425 },
425 ], 426 ],
426 } 427 }
427 428
428 # Local Variables: 429 # Local Variables:
429 # tab-width:2 430 # tab-width:2
430 # indent-tabs-mode:nil 431 # indent-tabs-mode:nil
431 # End: 432 # End:
432 # vim: set expandtab tabstop=2 shiftwidth=2: 433 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | app/resource_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698