| 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 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 'action_name': 'renderer_resources', | 118 'action_name': 'renderer_resources', |
| 119 'variables': { | 119 'variables': { |
| 120 'grit_grd_file': 'renderer/resources/renderer_resources.grd', | 120 'grit_grd_file': 'renderer/resources/renderer_resources.grd', |
| 121 }, | 121 }, |
| 122 'includes': [ '../build/grit_action.gypi' ], | 122 'includes': [ '../build/grit_action.gypi' ], |
| 123 }, | 123 }, |
| 124 ], | 124 ], |
| 125 'conditions': [ | 125 'conditions': [ |
| 126 ['OS != "ios"', { | 126 ['enable_extensions==1', { |
| 127 'actions': [ | 127 'actions': [ |
| 128 { | 128 { |
| 129 'action_name': 'extensions_api_resources', | 129 'action_name': 'extensions_api_resources', |
| 130 'variables': { | 130 'variables': { |
| 131 'grit_grd_file': 'common/extensions_api_resources.grd', | 131 'grit_grd_file': 'common/extensions_api_resources.grd', |
| 132 }, | 132 }, |
| 133 'includes': [ '../build/grit_action.gypi' ], | 133 'includes': [ '../build/grit_action.gypi' ], |
| 134 } | 134 } |
| 135 ], | 135 ], |
| 136 }], | 136 }], |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 'variables': { | 424 'variables': { |
| 425 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', | 425 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', |
| 426 }, | 426 }, |
| 427 'includes': [ '../build/grit_action.gypi' ], | 427 'includes': [ '../build/grit_action.gypi' ], |
| 428 }, | 428 }, |
| 429 ], | 429 ], |
| 430 'includes': [ '../build/grit_target.gypi' ], | 430 'includes': [ '../build/grit_target.gypi' ], |
| 431 }, | 431 }, |
| 432 ], # targets | 432 ], # targets |
| 433 } | 433 } |
| OLD | NEW |