| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 60 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 61 '<(DEPTH)/media/media.gyp:media', | 61 '<(DEPTH)/media/media.gyp:media', |
| 62 '<(DEPTH)/net/net.gyp:net', | 62 '<(DEPTH)/net/net.gyp:net', |
| 63 '<(DEPTH)/skia/skia.gyp:skia', | 63 '<(DEPTH)/skia/skia.gyp:skia', |
| 64 '<(DEPTH)/testing/gmock.gyp:gmock', | 64 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 65 '<(DEPTH)/testing/gtest.gyp:gtest', | 65 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspe
ctor_resources', | 66 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspe
ctor_resources', |
| 67 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webki
t', | 67 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webki
t', |
| 68 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 68 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
| 69 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 69 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 70 '<(DEPTH)/webkit/gpu/webkit_gpu.gyp:webkit_gpu', |
| 70 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 71 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
| 71 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 72 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 72 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', | 73 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', |
| 73 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', | |
| 74 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', | 74 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', |
| 75 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 75 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
| 76 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_storage', | 76 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_storage', |
| 77 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', | 77 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', |
| 78 ], | 78 ], |
| 79 'sources': [ | 79 'sources': [ |
| 80 'mac/test_shell_webview.h', | 80 'mac/test_shell_webview.h', |
| 81 'mac/test_shell_webview.mm', | 81 'mac/test_shell_webview.mm', |
| 82 'accessibility_ui_element.cc', | 82 'accessibility_ui_element.cc', |
| 83 'accessibility_ui_element.h', | 83 'accessibility_ui_element.h', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'action_name': 'test_shell_resources', | 637 'action_name': 'test_shell_resources', |
| 638 'includes': [ '../../../build/grit_action.gypi' ], | 638 'includes': [ '../../../build/grit_action.gypi' ], |
| 639 }, | 639 }, |
| 640 ], | 640 ], |
| 641 'includes': [ '../../../build/grit_target.gypi' ], | 641 'includes': [ '../../../build/grit_target.gypi' ], |
| 642 }, | 642 }, |
| 643 ], | 643 ], |
| 644 }], | 644 }], |
| 645 ], | 645 ], |
| 646 } | 646 } |
| OLD | NEW |