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