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