| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'includes': [ '../build/grit_action.gypi' ], | 60 'includes': [ '../build/grit_action.gypi' ], |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 'action_name': 'sync_internals_resources', | 63 'action_name': 'sync_internals_resources', |
| 64 'variables': { | 64 'variables': { |
| 65 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', | 65 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', |
| 66 }, | 66 }, |
| 67 'includes': [ '../build/grit_action.gypi' ], | 67 'includes': [ '../build/grit_action.gypi' ], |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 'action_name': 'workers_resources', | |
| 71 'variables': { | |
| 72 'grit_grd_file': 'browser/resources/workers_resources.grd', | |
| 73 }, | |
| 74 'includes': [ '../build/grit_action.gypi' ], | |
| 75 }, | |
| 76 { | |
| 77 'action_name': 'devtools_discovery_page_resources', | 70 'action_name': 'devtools_discovery_page_resources', |
| 78 'variables': { | 71 'variables': { |
| 79 'grit_grd_file': | 72 'grit_grd_file': |
| 80 'browser/debugger/frontend/devtools_discovery_page_resources.grd'
, | 73 'browser/debugger/frontend/devtools_discovery_page_resources.grd'
, |
| 81 }, | 74 }, |
| 82 'includes': [ '../build/grit_action.gypi' ] | 75 'includes': [ '../build/grit_action.gypi' ] |
| 83 }, | 76 }, |
| 84 ], | 77 ], |
| 85 'includes': [ '../build/grit_target.gypi' ], | 78 'includes': [ '../build/grit_target.gypi' ], |
| 86 }, | 79 }, |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 'files': ['<@(default_apps_list)'] | 322 'files': ['<@(default_apps_list)'] |
| 330 }, | 323 }, |
| 331 ], | 324 ], |
| 332 }], | 325 }], |
| 333 ], # conditions | 326 ], # conditions |
| 334 }], # end OS != "mac" | 327 }], # end OS != "mac" |
| 335 ], # conditions | 328 ], # conditions |
| 336 }, | 329 }, |
| 337 ], # targets | 330 ], # targets |
| 338 } | 331 } |
| OLD | NEW |