| 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 29 matching lines...) Expand all Loading... |
| 40 'variables': { | 40 'variables': { |
| 41 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', | 41 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', |
| 42 }, | 42 }, |
| 43 'includes': [ '../build/grit_action.gypi' ], | 43 'includes': [ '../build/grit_action.gypi' ], |
| 44 }, | 44 }, |
| 45 ], | 45 ], |
| 46 'includes': [ '../build/grit_target.gypi' ], | 46 'includes': [ '../build/grit_target.gypi' ], |
| 47 'conditions': [ | 47 'conditions': [ |
| 48 ['OS != "ios"', { | 48 ['OS != "ios"', { |
| 49 'dependencies': [ | 49 'dependencies': [ |
| 50 '../content/browser/debugger/devtools_resources.gyp:devtools_resourc
es', | 50 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', |
| 51 ], | 51 ], |
| 52 'actions': [ | 52 'actions': [ |
| 53 { | 53 { |
| 54 'action_name': 'component_extension_resources', | 54 'action_name': 'component_extension_resources', |
| 55 'variables': { | 55 'variables': { |
| 56 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', | 56 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', |
| 57 }, | 57 }, |
| 58 'includes': [ '../build/grit_action.gypi' ], | 58 'includes': [ '../build/grit_action.gypi' ], |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 'action_name': 'options_resources', | 61 'action_name': 'options_resources', |
| 62 'variables': { | 62 'variables': { |
| 63 'grit_grd_file': 'browser/resources/options_resources.grd', | 63 'grit_grd_file': 'browser/resources/options_resources.grd', |
| 64 }, | 64 }, |
| 65 'includes': [ '../build/grit_action.gypi' ], | 65 'includes': [ '../build/grit_action.gypi' ], |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 'action_name': 'quota_internals_resources', | 68 'action_name': 'quota_internals_resources', |
| 69 'variables': { | 69 'variables': { |
| 70 'grit_grd_file': 'browser/resources/quota_internals_resources.gr
d', | 70 'grit_grd_file': 'browser/resources/quota_internals_resources.gr
d', |
| 71 }, | 71 }, |
| 72 'includes': [ '../build/grit_action.gypi' ], | 72 'includes': [ '../build/grit_action.gypi' ], |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 'action_name': 'devtools_discovery_page_resources', | 75 'action_name': 'devtools_discovery_page_resources', |
| 76 'variables': { | 76 'variables': { |
| 77 'grit_grd_file': | 77 'grit_grd_file': |
| 78 'browser/debugger/frontend/devtools_discovery_page_resources.
grd', | 78 'browser/devtools/frontend/devtools_discovery_page_resources.
grd', |
| 79 }, | 79 }, |
| 80 'includes': [ '../build/grit_action.gypi' ] | 80 'includes': [ '../build/grit_action.gypi' ] |
| 81 }, | 81 }, |
| 82 ], | 82 ], |
| 83 'copies': [ | 83 'copies': [ |
| 84 { | 84 { |
| 85 'destination': '<(PRODUCT_DIR)/resources/extension/demo', | 85 'destination': '<(PRODUCT_DIR)/resources/extension/demo', |
| 86 'files': [ | 86 'files': [ |
| 87 'browser/resources/extension_resource/demo/library.js', | 87 'browser/resources/extension_resource/demo/library.js', |
| 88 ], | 88 ], |
| (...skipping 335 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 |