| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'test_webview_delegate.cc', | 104 'test_webview_delegate.cc', |
| 105 'test_webview_delegate.h', | 105 'test_webview_delegate.h', |
| 106 'test_webview_delegate_gtk.cc', | 106 'test_webview_delegate_gtk.cc', |
| 107 'test_webview_delegate_win.cc', | 107 'test_webview_delegate_win.cc', |
| 108 'text_input_controller.cc', | 108 'text_input_controller.cc', |
| 109 'text_input_controller.h', | 109 'text_input_controller.h', |
| 110 'webview_host.h', | 110 'webview_host.h', |
| 111 'webview_host_gtk.cc', | 111 'webview_host_gtk.cc', |
| 112 'webview_host_win.cc', | 112 'webview_host_win.cc', |
| 113 'webwidget_host.h', | 113 'webwidget_host.h', |
| 114 'webwidget_host.cc', |
| 114 'webwidget_host_gtk.cc', | 115 'webwidget_host_gtk.cc', |
| 115 'webwidget_host_win.cc', | 116 'webwidget_host_win.cc', |
| 116 ], | 117 ], |
| 117 'export_dependent_settings': [ | 118 'export_dependent_settings': [ |
| 118 '<(DEPTH)/base/base.gyp:base', | 119 '<(DEPTH)/base/base.gyp:base', |
| 119 '<(DEPTH)/net/net.gyp:net', | 120 '<(DEPTH)/net/net.gyp:net', |
| 120 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 121 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
| 121 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 122 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 122 ], | 123 ], |
| 123 'conditions': [ | 124 'conditions': [ |
| (...skipping 610 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 |