| 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', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'test_shell_platform_delegate_win.cc', | 86 'test_shell_platform_delegate_win.cc', |
| 87 'test_shell_switches.cc', | 87 'test_shell_switches.cc', |
| 88 'test_shell_switches.h', | 88 'test_shell_switches.h', |
| 89 'test_shell_win.cc', | 89 'test_shell_win.cc', |
| 90 'test_shell_webkit_init.cc', | 90 'test_shell_webkit_init.cc', |
| 91 'test_shell_webkit_init.h', | 91 'test_shell_webkit_init.h', |
| 92 'test_shell_webthemecontrol.h', | 92 'test_shell_webthemecontrol.h', |
| 93 'test_shell_webthemecontrol.cc', | 93 'test_shell_webthemecontrol.cc', |
| 94 'test_shell_webthemeengine.h', | 94 'test_shell_webthemeengine.h', |
| 95 'test_shell_webthemeengine.cc', | 95 'test_shell_webthemeengine.cc', |
| 96 'test_web_worker.cc', | |
| 97 'test_web_worker.h', | |
| 98 'test_webview_delegate.cc', | 96 'test_webview_delegate.cc', |
| 99 'test_webview_delegate.h', | 97 'test_webview_delegate.h', |
| 100 'test_webview_delegate_gtk.cc', | 98 'test_webview_delegate_gtk.cc', |
| 101 'test_webview_delegate_win.cc', | 99 'test_webview_delegate_win.cc', |
| 102 'webview_host.h', | 100 'webview_host.h', |
| 103 'webview_host_gtk.cc', | 101 'webview_host_gtk.cc', |
| 104 'webview_host_win.cc', | 102 'webview_host_win.cc', |
| 105 'webwidget_host.h', | 103 'webwidget_host.h', |
| 106 'webwidget_host.cc', | 104 'webwidget_host.cc', |
| 107 'webwidget_host_gtk.cc', | 105 'webwidget_host_gtk.cc', |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 'link_settings': { | 749 'link_settings': { |
| 752 'libraries': [ | 750 'libraries': [ |
| 753 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 751 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 754 ], | 752 ], |
| 755 }, | 753 }, |
| 756 }, | 754 }, |
| 757 ], | 755 ], |
| 758 }], | 756 }], |
| 759 ], | 757 ], |
| 760 } | 758 } |
| OLD | NEW |