| 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 30 matching lines...) Expand all Loading... |
| 41 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 41 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 42 '<(DEPTH)/media/media.gyp:media', | 42 '<(DEPTH)/media/media.gyp:media', |
| 43 '<(DEPTH)/net/net.gyp:net', | 43 '<(DEPTH)/net/net.gyp:net', |
| 44 '<(DEPTH)/skia/skia.gyp:skia', | 44 '<(DEPTH)/skia/skia.gyp:skia', |
| 45 '<(DEPTH)/testing/gmock.gyp:gmock', | 45 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 46 '<(DEPTH)/testing/gtest.gyp:gtest', | 46 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 47 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', | 47 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', |
| 48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', | 50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', |
| 51 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', | |
| 52 '<(DEPTH)/webkit/support/webkit_support.gyp:database', | 51 '<(DEPTH)/webkit/support/webkit_support.gyp:database', |
| 53 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage', | 52 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage', |
| 54 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', | |
| 55 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 53 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 56 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', | 54 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', |
| 57 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 55 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 58 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', | 56 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', |
| 59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', | 57 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', |
| 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', | 58 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', |
| 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
| 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_storage', |
| 62 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', | 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', |
| 63 ], | 62 ], |
| 64 'sources': [ | 63 'sources': [ |
| 65 'mac/test_shell_webview.h', | 64 'mac/test_shell_webview.h', |
| 66 'mac/test_shell_webview.mm', | 65 'mac/test_shell_webview.mm', |
| 67 'accessibility_ui_element.cc', | 66 'accessibility_ui_element.cc', |
| 68 'accessibility_ui_element.h', | 67 'accessibility_ui_element.h', |
| 69 'drop_delegate.cc', | 68 'drop_delegate.cc', |
| 70 'drop_delegate.h', | 69 'drop_delegate.h', |
| 71 'mock_spellcheck.cc', | 70 'mock_spellcheck.cc', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'action_name': 'test_shell_resources', | 632 'action_name': 'test_shell_resources', |
| 634 'includes': [ '../../../build/grit_action.gypi' ], | 633 'includes': [ '../../../build/grit_action.gypi' ], |
| 635 }, | 634 }, |
| 636 ], | 635 ], |
| 637 'includes': [ '../../../build/grit_target.gypi' ], | 636 'includes': [ '../../../build/grit_target.gypi' ], |
| 638 }, | 637 }, |
| 639 ], | 638 ], |
| 640 }], | 639 }], |
| 641 ], | 640 ], |
| 642 } | 641 } |
| OLD | NEW |