| 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 { | 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', |
| 11 '../../glue/resources/pan_north.cur', | 11 '../../glue/resources/pan_north.cur', |
| 12 '../../glue/resources/pan_north_east.cur', | 12 '../../glue/resources/pan_north_east.cur', |
| 13 '../../glue/resources/pan_north_west.cur', | 13 '../../glue/resources/pan_north_west.cur', |
| 14 '../../glue/resources/pan_south.cur', | 14 '../../glue/resources/pan_south.cur', |
| 15 '../../glue/resources/pan_south_east.cur', | 15 '../../glue/resources/pan_south_east.cur', |
| 16 '../../glue/resources/pan_south_west.cur', | 16 '../../glue/resources/pan_south_west.cur', |
| 17 '../../glue/resources/pan_west.cur', | 17 '../../glue/resources/pan_west.cur', |
| 18 'resources/small.ico', | 18 'resources/small.ico', |
| 19 'resources/test_shell.ico', | 19 'resources/test_shell.ico', |
| 20 'resource.h', | 20 'resource.h', |
| 21 ], | 21 ], |
| 22 }, | 22 }, |
| 23 'targets': [ | 23 'targets': [ |
| 24 { | 24 { |
| 25 'target_name': 'pull_in_copy_TestNetscapePlugIn', |
| 26 'type': 'none', |
| 27 'dependencies': [ |
| 28 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:copy_TestNetscapePlugIn' |
| 29 ], |
| 30 }, |
| 31 { |
| 25 'target_name': 'test_shell_common', | 32 'target_name': 'test_shell_common', |
| 26 'type': 'static_library', | 33 'type': 'static_library', |
| 27 'variables': { | 34 'variables': { |
| 28 'chromium_code': 1, | 35 'chromium_code': 1, |
| 29 }, | 36 }, |
| 30 'dependencies': [ | 37 'dependencies': [ |
| 31 '../build/temp_gyp/googleurl.gyp:googleurl', | 38 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 32 '<(DEPTH)/base/base.gyp:base', | 39 '<(DEPTH)/base/base.gyp:base', |
| 33 '<(DEPTH)/base/base.gyp:base_i18n', | 40 '<(DEPTH)/base/base.gyp:base_i18n', |
| 34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 41 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| (...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 'link_settings': { | 769 'link_settings': { |
| 763 'libraries': [ | 770 'libraries': [ |
| 764 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 771 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 765 ], | 772 ], |
| 766 }, | 773 }, |
| 767 }, | 774 }, |
| 768 ], | 775 ], |
| 769 }], | 776 }], |
| 770 ], | 777 ], |
| 771 } | 778 } |
| OLD | NEW |