| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'test_shell_windows_resource_files': [ | 8 'test_shell_windows_resource_files': [ |
| 9 'resources/test_shell.rc', | 9 'resources/test_shell.rc', |
| 10 'resources/pan_east.cur', | 10 'resources/pan_east.cur', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'resource.h', | 21 'resource.h', |
| 22 ], | 22 ], |
| 23 }, | 23 }, |
| 24 'targets': [ | 24 'targets': [ |
| 25 { | 25 { |
| 26 'target_name': 'test_shell_common', | 26 'target_name': 'test_shell_common', |
| 27 'type': '<(library)', | 27 'type': '<(library)', |
| 28 'dependencies': [ | 28 'dependencies': [ |
| 29 '../../../app/app.gyp:app_base', | 29 '../../../app/app.gyp:app_base', |
| 30 '../../../base/base.gyp:base', | 30 '../../../base/base.gyp:base', |
| 31 '../../../base/base.gyp:base_gfx', | 31 '../../../base/base.gyp:base_i18n', |
| 32 '../../../media/media.gyp:media', | 32 '../../../media/media.gyp:media', |
| 33 '../../../net/net.gyp:net', | 33 '../../../net/net.gyp:net', |
| 34 '../../../skia/skia.gyp:skia', | 34 '../../../skia/skia.gyp:skia', |
| 35 '../../../testing/gmock.gyp:gmock', | 35 '../../../testing/gmock.gyp:gmock', |
| 36 '../../../testing/gtest.gyp:gtest', | 36 '../../../testing/gtest.gyp:gtest', |
| 37 '../../../third_party/npapi/npapi.gyp:npapi', | 37 '../../../third_party/npapi/npapi.gyp:npapi', |
| 38 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 38 '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
| 39 '../../webkit.gyp:appcache', | 39 '../../webkit.gyp:appcache', |
| 40 '../../webkit.gyp:database', | 40 '../../webkit.gyp:database', |
| 41 '../../webkit.gyp:glue', | 41 '../../webkit.gyp:glue', |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 ], | 684 ], |
| 685 }], | 685 }], |
| 686 ], | 686 ], |
| 687 } | 687 } |
| 688 | 688 |
| 689 # Local Variables: | 689 # Local Variables: |
| 690 # tab-width:2 | 690 # tab-width:2 |
| 691 # indent-tabs-mode:nil | 691 # indent-tabs-mode:nil |
| 692 # End: | 692 # End: |
| 693 # vim: set expandtab tabstop=2 shiftwidth=2: | 693 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |