| 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 'resources/pan_east.cur', | 9 'resources/pan_east.cur', |
| 10 'resources/pan_middle.cur', | 10 'resources/pan_middle.cur', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 '<(DEPTH)/net/net.gyp:net', | 36 '<(DEPTH)/net/net.gyp:net', |
| 37 '<(DEPTH)/skia/skia.gyp:skia', | 37 '<(DEPTH)/skia/skia.gyp:skia', |
| 38 '<(DEPTH)/testing/gmock.gyp:gmock', | 38 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 39 '<(DEPTH)/testing/gtest.gyp:gtest', | 39 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 40 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resour
ces', | 40 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resour
ces', |
| 41 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 41 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
| 42 '<(DEPTH)/ui/ui.gyp:ui_base', | 42 '<(DEPTH)/ui/ui.gyp:ui_base', |
| 43 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', | 43 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', |
| 44 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', | 44 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', |
| 45 '<(DEPTH)/webkit/support/webkit_support.gyp:database', | 45 '<(DEPTH)/webkit/support/webkit_support.gyp:database', |
| 46 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', |
| 46 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 47 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 47 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 48 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
| 48 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support', | 49 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', |
| 49 ], | 50 ], |
| 50 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', | 51 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', |
| 51 'sources': [ | 52 'sources': [ |
| 52 'mac/test_shell_webview.h', | 53 'mac/test_shell_webview.h', |
| 53 'mac/test_shell_webview.mm', | 54 'mac/test_shell_webview.mm', |
| 54 'mac/test_webview_delegate.mm', | 55 'mac/test_webview_delegate.mm', |
| 55 'mac/webview_host.mm', | 56 'mac/webview_host.mm', |
| 56 'mac/webwidget_host.mm', | 57 'mac/webwidget_host.mm', |
| 57 'accessibility_controller.cc', | 58 'accessibility_controller.cc', |
| 58 'accessibility_controller.h', | 59 'accessibility_controller.h', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 ], | 735 ], |
| 735 }], | 736 }], |
| 736 ], | 737 ], |
| 737 } | 738 } |
| 738 | 739 |
| 739 # Local Variables: | 740 # Local Variables: |
| 740 # tab-width:2 | 741 # tab-width:2 |
| 741 # indent-tabs-mode:nil | 742 # indent-tabs-mode:nil |
| 742 # End: | 743 # End: |
| 743 # vim: set expandtab tabstop=2 shiftwidth=2: | 744 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |