OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc', | 52 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc', |
53 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h', | 53 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h', |
54 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc', | 54 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.cc', |
55 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h', | 55 '<(DEPTH)/webkit/tools/test_shell/simple_resource_loader_bridge.h', |
56 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', | 56 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', |
57 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', | 57 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', |
58 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', | 58 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', |
59 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', | 59 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', |
60 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', | 60 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', |
61 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', | 61 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', |
| 62 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', |
| 63 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', |
62 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', | 64 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', |
63 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', | 65 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', |
64 ], | 66 ], |
65 'conditions': [ | 67 'conditions': [ |
66 ['OS=="mac"', { | 68 ['OS=="mac"', { |
67 'copies': [{ | 69 'copies': [{ |
68 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', | 70 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', |
69 'files': ['../tools/test_shell/resources/textAreaResizeCorner.png'], | 71 'files': ['../tools/test_shell/resources/textAreaResizeCorner.png'], |
70 }], | 72 }], |
71 },{ # OS!="mac" | 73 },{ # OS!="mac" |
72 'copies': [{ | 74 'copies': [{ |
73 'destination': '<(PRODUCT_DIR)/DumpRenderTree_resources', | 75 'destination': '<(PRODUCT_DIR)/DumpRenderTree_resources', |
74 'files': [ | 76 'files': [ |
75 '../tools/test_shell/resources/missingImage.gif', | 77 '../tools/test_shell/resources/missingImage.gif', |
76 '../tools/test_shell/resources/textAreaResizeCorner.png', | 78 '../tools/test_shell/resources/textAreaResizeCorner.png', |
77 ], | 79 ], |
78 }], | 80 }], |
79 }], | 81 }], |
80 ], | 82 ], |
81 }, | 83 }, |
82 ], | 84 ], |
83 } | 85 } |
84 # Local Variables: | 86 # Local Variables: |
85 # tab-width:2 | 87 # tab-width:2 |
86 # indent-tabs-mode:nil | 88 # indent-tabs-mode:nil |
87 # End: | 89 # End: |
88 # vim: set expandtab tabstop=2 shiftwidth=2: | 90 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |