| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'test_shell_windows_resource_files': [ | 7 'test_shell_windows_resource_files': [ |
| 8 'resources/test_shell.rc', | 8 'resources/test_shell.rc', |
| 9 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
| 10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'repack_path': '../../../tools/grit/grit/format/repack.py', | 165 'repack_path': '../../../tools/grit/grit/format/repack.py', |
| 166 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', | 166 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', |
| 167 }, | 167 }, |
| 168 'conditions': [ | 168 'conditions': [ |
| 169 ['os_posix == 1 and OS != "mac"', { | 169 ['os_posix == 1 and OS != "mac"', { |
| 170 'actions': [ | 170 'actions': [ |
| 171 { | 171 { |
| 172 'action_name': 'test_shell_repack', | 172 'action_name': 'test_shell_repack', |
| 173 'variables': { | 173 'variables': { |
| 174 'pak_inputs': [ | 174 'pak_inputs': [ |
| 175 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resour
ces_standard.pak', | |
| 176 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 175 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 177 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa
k', | 176 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa
k', |
| 177 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_stand
ard.pak', |
| 178 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p
ak', | 178 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p
ak', |
| 179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
| 180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', | 180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', |
| 181 ], | 181 ], |
| 182 }, | 182 }, |
| 183 'inputs': [ | 183 'inputs': [ |
| 184 '<(repack_path)', | 184 '<(repack_path)', |
| 185 '<@(pak_inputs)', | 185 '<@(pak_inputs)', |
| 186 ], | 186 ], |
| 187 'outputs': [ | 187 'outputs': [ |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 { | 315 { |
| 316 # Copy FFmpeg binaries for audio/video support. | 316 # Copy FFmpeg binaries for audio/video support. |
| 317 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/', | 317 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/', |
| 318 'files': [ | 318 'files': [ |
| 319 '<(PRODUCT_DIR)/ffmpegsumo.so', | 319 '<(PRODUCT_DIR)/ffmpegsumo.so', |
| 320 ], | 320 ], |
| 321 }, | 321 }, |
| 322 ], | 322 ], |
| 323 }, { # OS != "mac" | 323 }, { # OS != "mac" |
| 324 'dependencies': [ | 324 'dependencies': [ |
| 325 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', | |
| 326 '<(DEPTH)/net/net.gyp:net_resources', | 325 '<(DEPTH)/net/net.gyp:net_resources', |
| 326 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 327 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 327 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
| 328 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 328 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', |
| 329 ] | 329 ] |
| 330 }], | 330 }], |
| 331 ], | 331 ], |
| 332 }, | 332 }, |
| 333 { | 333 { |
| 334 'target_name': 'test_shell_test_support', | 334 'target_name': 'test_shell_test_support', |
| 335 'type': 'static_library', | 335 'type': 'static_library', |
| 336 'dependencies': [ | 336 'dependencies': [ |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 'action_name': 'test_shell_resources', | 635 'action_name': 'test_shell_resources', |
| 636 'includes': [ '../../../build/grit_action.gypi' ], | 636 'includes': [ '../../../build/grit_action.gypi' ], |
| 637 }, | 637 }, |
| 638 ], | 638 ], |
| 639 'includes': [ '../../../build/grit_target.gypi' ], | 639 'includes': [ '../../../build/grit_target.gypi' ], |
| 640 }, | 640 }, |
| 641 ], | 641 ], |
| 642 }], | 642 }], |
| 643 ], | 643 ], |
| 644 } | 644 } |
| OLD | NEW |