| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', | 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', |
| 8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 }, | 36 }, |
| 37 'includes': ['../build/grit_action.gypi' ], | 37 'includes': ['../build/grit_action.gypi' ], |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 'action_name': 'sync_internals_resources', | 40 'action_name': 'sync_internals_resources', |
| 41 'variables': { | 41 'variables': { |
| 42 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', | 42 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', |
| 43 }, | 43 }, |
| 44 'includes': [ '../build/grit_action.gypi' ], | 44 'includes': [ '../build/grit_action.gypi' ], |
| 45 }, | 45 }, |
| 46 { |
| 47 'action_name': 'translate_internals_resources', |
| 48 'variables': { |
| 49 'grit_grd_file': 'browser/resources/translate_internals_resources.gr
d', |
| 50 }, |
| 51 'includes': [ '../build/grit_action.gypi' ], |
| 52 }, |
| 46 ], | 53 ], |
| 47 'includes': [ '../build/grit_target.gypi' ], | 54 'includes': [ '../build/grit_target.gypi' ], |
| 48 'conditions': [ | 55 'conditions': [ |
| 49 ['OS != "ios"', { | 56 ['OS != "ios"', { |
| 50 'dependencies': [ | 57 'dependencies': [ |
| 51 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', | 58 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', |
| 52 ], | 59 ], |
| 53 'actions': [ | 60 'actions': [ |
| 54 { | 61 { |
| 55 'action_name': 'component_extension_resources', | 62 'action_name': 'component_extension_resources', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 '<(generator_path)', | 465 '<(generator_path)', |
| 459 'credits', | 466 'credits', |
| 460 '<(about_credits_file)', | 467 '<(about_credits_file)', |
| 461 ], | 468 ], |
| 462 'message': 'Generating about:credits.', | 469 'message': 'Generating about:credits.', |
| 463 }, | 470 }, |
| 464 ], | 471 ], |
| 465 }, | 472 }, |
| 466 ], # targets | 473 ], # targets |
| 467 } | 474 } |
| OLD | NEW |