OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'repack_path': '../tools/grit/grit/format/repack.py', | 294 'repack_path': '../tools/grit/grit/format/repack.py', |
295 }, | 295 }, |
296 'dependencies': [ | 296 'dependencies': [ |
297 # MSVS needs the dependencies explictly named, Make is able to | 297 # MSVS needs the dependencies explictly named, Make is able to |
298 # derive the dependencies from the output files. | 298 # derive the dependencies from the output files. |
299 'chrome_resources', | 299 'chrome_resources', |
300 'chrome_strings', | 300 'chrome_strings', |
301 'default_plugin/default_plugin.gyp:default_plugin_resources', | 301 'default_plugin/default_plugin.gyp:default_plugin_resources', |
302 'platform_locale_settings', | 302 'platform_locale_settings', |
303 'theme_resources', | 303 'theme_resources', |
| 304 '<(DEPTH)/content/content_resources.gyp:content_resources', |
304 '<(DEPTH)/net/net.gyp:net_resources', | 305 '<(DEPTH)/net/net.gyp:net_resources', |
305 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | 306 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
306 '<(DEPTH)/ui/ui.gyp:gfx_resources', | 307 '<(DEPTH)/ui/ui.gyp:gfx_resources', |
307 '<(DEPTH)/ui/ui.gyp:ui_resources', | 308 '<(DEPTH)/ui/ui.gyp:ui_resources', |
308 '<(DEPTH)/ui/ui.gyp:ui_resources_large', | 309 '<(DEPTH)/ui/ui.gyp:ui_resources_large', |
309 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', | 310 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', |
310 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 311 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
311 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 312 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', |
312 ], | 313 ], |
313 'actions': [ | 314 'actions': [ |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'files': ['<@(default_apps_list)'] | 359 'files': ['<@(default_apps_list)'] |
359 }, | 360 }, |
360 ], | 361 ], |
361 }], | 362 }], |
362 ], # conditions | 363 ], # conditions |
363 }], # end OS != "mac" | 364 }], # end OS != "mac" |
364 ], # conditions | 365 ], # conditions |
365 }, | 366 }, |
366 ], # targets | 367 ], # targets |
367 } | 368 } |
OLD | NEW |