OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'includes': [ '../build/grit_action.gypi' ], | 308 'includes': [ '../build/grit_action.gypi' ], |
309 }, | 309 }, |
310 { | 310 { |
311 'action_name': 'options_resources', | 311 'action_name': 'options_resources', |
312 'variables': { | 312 'variables': { |
313 'grit_grd_file': 'browser/resources/options_resources.grd', | 313 'grit_grd_file': 'browser/resources/options_resources.grd', |
314 }, | 314 }, |
315 'includes': [ '../build/grit_action.gypi' ], | 315 'includes': [ '../build/grit_action.gypi' ], |
316 }, | 316 }, |
317 { | 317 { |
| 318 'action_name': 'quota_internals_resources', |
| 319 'variables': { |
| 320 'grit_grd_file': 'browser/resources/quota_internals_resources.grd', |
| 321 }, |
| 322 'includes': [ '../build/grit_action.gypi' ], |
| 323 }, |
| 324 { |
318 'action_name': 'shared_resources', | 325 'action_name': 'shared_resources', |
319 'variables': { | 326 'variables': { |
320 'grit_grd_file': 'browser/resources/shared_resources.grd', | 327 'grit_grd_file': 'browser/resources/shared_resources.grd', |
321 }, | 328 }, |
322 'includes': [ '../build/grit_action.gypi' ], | 329 'includes': [ '../build/grit_action.gypi' ], |
323 }, | 330 }, |
324 { | 331 { |
325 'action_name': 'sync_internals_resources', | 332 'action_name': 'sync_internals_resources', |
326 'variables': { | 333 'variables': { |
327 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', | 334 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', |
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1235 'actions': [ | 1242 'actions': [ |
1236 { | 1243 { |
1237 'action_name': 'repack_resources', | 1244 'action_name': 'repack_resources', |
1238 'variables': { | 1245 'variables': { |
1239 'pak_inputs': [ | 1246 'pak_inputs': [ |
1240 '<(grit_out_dir)/component_extension_resources.pak', | 1247 '<(grit_out_dir)/component_extension_resources.pak', |
1241 '<(grit_out_dir)/devtools_frontend_resources.pak', | 1248 '<(grit_out_dir)/devtools_frontend_resources.pak', |
1242 '<(grit_out_dir)/devtools_resources.pak', | 1249 '<(grit_out_dir)/devtools_resources.pak', |
1243 '<(grit_out_dir)/options_resources.pak', | 1250 '<(grit_out_dir)/options_resources.pak', |
1244 '<(grit_out_dir)/net_internals_resources.pak', | 1251 '<(grit_out_dir)/net_internals_resources.pak', |
| 1252 '<(grit_out_dir)/quota_internals_resources.pak', |
1245 '<(grit_out_dir)/shared_resources.pak', | 1253 '<(grit_out_dir)/shared_resources.pak', |
1246 '<(grit_out_dir)/sync_internals_resources.pak', | 1254 '<(grit_out_dir)/sync_internals_resources.pak', |
1247 ], | 1255 ], |
1248 }, | 1256 }, |
1249 'inputs': [ | 1257 'inputs': [ |
1250 '<(repack_path)', | 1258 '<(repack_path)', |
1251 '<@(pak_inputs)', | 1259 '<@(pak_inputs)', |
1252 ], | 1260 ], |
1253 'outputs': [ | 1261 'outputs': [ |
1254 '<(PRODUCT_DIR)/resources.pak', | 1262 '<(PRODUCT_DIR)/resources.pak', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1659 }], # targets | 1667 }], # targets |
1660 }], # os_posix == 1 and OS != "mac" | 1668 }], # os_posix == 1 and OS != "mac" |
1661 ], # 'conditions' | 1669 ], # 'conditions' |
1662 } | 1670 } |
1663 | 1671 |
1664 # Local Variables: | 1672 # Local Variables: |
1665 # tab-width:2 | 1673 # tab-width:2 |
1666 # indent-tabs-mode:nil | 1674 # indent-tabs-mode:nil |
1667 # End: | 1675 # End: |
1668 # vim: set expandtab tabstop=2 shiftwidth=2: | 1676 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |