OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'includes': [ | 9 'includes': [ |
10 'app_base.gypi', | 10 'app_base.gypi', |
11 ], | 11 ], |
12 'targets': [ | 12 'targets': [ |
13 { | 13 { |
14 'target_name': 'app_unittests', | 14 'target_name': 'app_unittests', |
15 'type': 'executable', | 15 'type': 'executable', |
16 'msvs_guid': 'B4D59AE8-8D2F-97E1-A8E9-6D2826729530', | 16 'msvs_guid': 'B4D59AE8-8D2F-97E1-A8E9-6D2826729530', |
17 'dependencies': [ | 17 'dependencies': [ |
18 'app_base', | 18 'app_base', |
19 'app_resources', | 19 'app_resources', |
20 '../base/base.gyp:test_support_base', | 20 '../base/base.gyp:test_support_base', |
| 21 '../build/temp_gyp/googleurl.gyp:googleurl', |
21 '../net/net.gyp:net_test_support', | 22 '../net/net.gyp:net_test_support', |
22 '../skia/skia.gyp:skia', | 23 '../skia/skia.gyp:skia', |
23 '../testing/gmock.gyp:gmock', | 24 '../testing/gmock.gyp:gmock', |
24 '../testing/gtest.gyp:gtest', | 25 '../testing/gtest.gyp:gtest', |
25 '../third_party/icu/icu.gyp:icui18n', | 26 '../third_party/icu/icu.gyp:icui18n', |
26 '../third_party/icu/icu.gyp:icuuc', | 27 '../third_party/icu/icu.gyp:icuuc', |
27 '../third_party/libpng/libpng.gyp:libpng', | 28 '../third_party/libpng/libpng.gyp:libpng', |
28 '../third_party/zlib/zlib.gyp:zlib', | 29 '../third_party/zlib/zlib.gyp:zlib', |
29 '../ui/ui.gyp:ui_base', | 30 '../ui/ui.gyp:ui_base', |
30 '<(libjpeg_gyp_path):libjpeg', | 31 '<(libjpeg_gyp_path):libjpeg', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'includes': [ '../build/grit_target.gypi' ], | 99 'includes': [ '../build/grit_target.gypi' ], |
99 }, | 100 }, |
100 ], | 101 ], |
101 } | 102 } |
102 | 103 |
103 # Local Variables: | 104 # Local Variables: |
104 # tab-width:2 | 105 # tab-width:2 |
105 # indent-tabs-mode:nil | 106 # indent-tabs-mode:nil |
106 # End: | 107 # End: |
107 # vim: set expandtab tabstop=2 shiftwidth=2: | 108 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |