| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 ], | 66 ], |
| 67 }], | 67 }], |
| 68 }], | 68 }], |
| 69 ], | 69 ], |
| 70 }, | 70 }, |
| 71 | 71 |
| 72 { | 72 { |
| 73 'target_name': 'webkit_support_common', | 73 'target_name': 'webkit_support_common', |
| 74 'type': '<(library)', | 74 'type': '<(library)', |
| 75 'dependencies': [ | 75 'dependencies': [ |
| 76 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 76 '<(DEPTH)/skia/skia.gyp:skia', | 77 '<(DEPTH)/skia/skia.gyp:skia', |
| 77 'glue', | 78 'glue', |
| 78 ], | 79 ], |
| 79 'sources': [ | 80 'sources': [ |
| 80 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', | 81 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', |
| 81 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', | 82 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', |
| 82 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', | 83 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', |
| 83 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', | 84 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', |
| 84 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', | 85 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', |
| 85 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', | 86 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 111 }], | 112 }], |
| 112 ], | 113 ], |
| 113 }, | 114 }, |
| 114 ], | 115 ], |
| 115 } | 116 } |
| 116 # Local Variables: | 117 # Local Variables: |
| 117 # tab-width:2 | 118 # tab-width:2 |
| 118 # indent-tabs-mode:nil | 119 # indent-tabs-mode:nil |
| 119 # End: | 120 # End: |
| 120 # vim: set expandtab tabstop=2 shiftwidth=2: | 121 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |