| 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', | |
| 17 'dependencies': [ | 16 'dependencies': [ |
| 18 'app_base', | 17 'app_base', |
| 19 'app_resources', | 18 'app_resources', |
| 20 '../base/base.gyp:test_support_base', | 19 '../base/base.gyp:test_support_base', |
| 21 '../build/temp_gyp/googleurl.gyp:googleurl', | 20 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 22 '../net/net.gyp:net_test_support', | 21 '../net/net.gyp:net_test_support', |
| 23 '../skia/skia.gyp:skia', | 22 '../skia/skia.gyp:skia', |
| 24 '../testing/gmock.gyp:gmock', | 23 '../testing/gmock.gyp:gmock', |
| 25 '../testing/gtest.gyp:gtest', | 24 '../testing/gtest.gyp:gtest', |
| 26 '../third_party/icu/icu.gyp:icui18n', | 25 '../third_party/icu/icu.gyp:icui18n', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 '../base/allocator/allocator.gyp:allocator', | 75 '../base/allocator/allocator.gyp:allocator', |
| 77 ], | 76 ], |
| 78 }], | 77 }], |
| 79 ], | 78 ], |
| 80 }], | 79 }], |
| 81 ], | 80 ], |
| 82 }, | 81 }, |
| 83 { | 82 { |
| 84 'target_name': 'app_resources', | 83 'target_name': 'app_resources', |
| 85 'type': 'none', | 84 'type': 'none', |
| 86 'msvs_guid': '3FBC4235-3FBD-46DF-AEDC-BADBBA13A095', | |
| 87 'variables': { | 85 'variables': { |
| 88 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app/app_resources', | 86 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app/app_resources', |
| 89 }, | 87 }, |
| 90 'actions': [ | 88 'actions': [ |
| 91 { | 89 { |
| 92 'action_name': 'app_resources', | 90 'action_name': 'app_resources', |
| 93 'variables': { | 91 'variables': { |
| 94 'grit_grd_file': 'resources/app_resources.grd', | 92 'grit_grd_file': 'resources/app_resources.grd', |
| 95 }, | 93 }, |
| 96 'includes': [ '../build/grit_action.gypi' ], | 94 'includes': [ '../build/grit_action.gypi' ], |
| 97 }, | 95 }, |
| 98 ], | 96 ], |
| 99 'includes': [ '../build/grit_target.gypi' ], | 97 'includes': [ '../build/grit_target.gypi' ], |
| 100 }, | 98 }, |
| 101 ], | 99 ], |
| 102 } | 100 } |
| 103 | 101 |
| 104 # Local Variables: | 102 # Local Variables: |
| 105 # tab-width:2 | 103 # tab-width:2 |
| 106 # indent-tabs-mode:nil | 104 # indent-tabs-mode:nil |
| 107 # End: | 105 # End: |
| 108 # vim: set expandtab tabstop=2 shiftwidth=2: | 106 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |