| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'type': 'none', | 204 'type': 'none', |
| 205 'actions': [ | 205 'actions': [ |
| 206 { | 206 { |
| 207 'action_name': 'theme_resources', | 207 'action_name': 'theme_resources', |
| 208 'variables': { | 208 'variables': { |
| 209 'grit_grd_file': 'app/theme/theme_resources.grd', | 209 'grit_grd_file': 'app/theme/theme_resources.grd', |
| 210 }, | 210 }, |
| 211 'includes': [ '../build/grit_action.gypi' ], | 211 'includes': [ '../build/grit_action.gypi' ], |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 'action_name': 'theme_resources_large', | 214 'action_name': 'theme_resources_2x', |
| 215 'variables': { | 215 'variables': { |
| 216 'grit_grd_file': 'app/theme/theme_resources_large.grd', | 216 'grit_grd_file': 'app/theme/theme_resources_2x.grd', |
| 217 }, | 217 }, |
| 218 'includes': [ '../build/grit_action.gypi' ], | 218 'includes': [ '../build/grit_action.gypi' ], |
| 219 }, | 219 }, |
| 220 { | 220 { |
| 221 'action_name': 'theme_resources_standard', | 221 'action_name': 'theme_resources_standard', |
| 222 'variables': { | 222 'variables': { |
| 223 'grit_grd_file': 'app/theme/theme_resources_standard.grd', | 223 'grit_grd_file': 'app/theme/theme_resources_standard.grd', |
| 224 }, | 224 }, |
| 225 'includes': [ '../build/grit_action.gypi' ], | 225 'includes': [ '../build/grit_action.gypi' ], |
| 226 }, | 226 }, |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 # derive the dependencies from the output files. | 267 # derive the dependencies from the output files. |
| 268 'chrome_resources', | 268 'chrome_resources', |
| 269 'chrome_strings', | 269 'chrome_strings', |
| 270 'platform_locale_settings', | 270 'platform_locale_settings', |
| 271 'theme_resources', | 271 'theme_resources', |
| 272 '<(DEPTH)/content/content_resources.gyp:content_resources', | 272 '<(DEPTH)/content/content_resources.gyp:content_resources', |
| 273 '<(DEPTH)/net/net.gyp:net_resources', | 273 '<(DEPTH)/net/net.gyp:net_resources', |
| 274 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | 274 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
| 275 '<(DEPTH)/ui/ui.gyp:gfx_resources', | 275 '<(DEPTH)/ui/ui.gyp:gfx_resources', |
| 276 '<(DEPTH)/ui/ui.gyp:ui_resources', | 276 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 277 '<(DEPTH)/ui/ui.gyp:ui_resources_large', | 277 '<(DEPTH)/ui/ui.gyp:ui_resources_2x', |
| 278 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', | 278 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', |
| 279 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 279 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
| 280 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 280 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', |
| 281 ], | 281 ], |
| 282 'actions': [ | 282 'actions': [ |
| 283 { | 283 { |
| 284 'includes': ['chrome_repack_chrome.gypi'] | 284 'includes': ['chrome_repack_chrome.gypi'] |
| 285 }, | 285 }, |
| 286 { | 286 { |
| 287 'includes': ['chrome_repack_locales.gypi'] | 287 'includes': ['chrome_repack_locales.gypi'] |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'files': ['<@(default_apps_list)'] | 327 'files': ['<@(default_apps_list)'] |
| 328 }, | 328 }, |
| 329 ], | 329 ], |
| 330 }], | 330 }], |
| 331 ], # conditions | 331 ], # conditions |
| 332 }], # end OS != "mac" | 332 }], # end OS != "mac" |
| 333 ], # conditions | 333 ], # conditions |
| 334 }, | 334 }, |
| 335 ], # targets | 335 ], # targets |
| 336 } | 336 } |
| OLD | NEW |