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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
9 | 9 |
10 'variables': { | 10 'variables': { |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'libraries': [ | 108 'libraries': [ |
109 '<(PRODUCT_DIR)/lib/base_noicu.lib', | 109 '<(PRODUCT_DIR)/lib/base_noicu.lib', |
110 ], | 110 ], |
111 }, | 111 }, |
112 }, | 112 }, |
113 { | 113 { |
114 'target_name': 'chrome_frame_unittests', | 114 'target_name': 'chrome_frame_unittests', |
115 'type': 'executable', | 115 'type': 'executable', |
116 'msvs_guid': '17D98CCA-0F6A-470F-9DF9-56DC6CC1A0BE', | 116 'msvs_guid': '17D98CCA-0F6A-470F-9DF9-56DC6CC1A0BE', |
117 'dependencies': [ | 117 'dependencies': [ |
| 118 '../base/base.gyp/test_support_base', |
118 '../build/temp_gyp/googleurl.gyp:googleurl', | 119 '../build/temp_gyp/googleurl.gyp:googleurl', |
119 '../chrome/chrome.gyp:browser', | 120 '../chrome/chrome.gyp:browser', |
120 '../chrome/chrome.gyp:common', | 121 '../chrome/chrome.gyp:common', |
121 '../chrome/chrome.gyp:debugger', | 122 '../chrome/chrome.gyp:debugger', |
122 '../chrome/chrome.gyp:nacl', | 123 '../chrome/chrome.gyp:nacl', |
123 '../chrome/chrome.gyp:renderer', | 124 '../chrome/chrome.gyp:renderer', |
124 '../chrome/chrome.gyp:utility', | 125 '../chrome/chrome.gyp:utility', |
125 '../testing/gmock.gyp:gmock', | 126 '../testing/gmock.gyp:gmock', |
126 '../testing/gtest.gyp:gtest', | 127 '../testing/gtest.gyp:gtest', |
127 'base_noicu', | 128 'base_noicu', |
128 'chrome_frame_ie', | 129 'chrome_frame_ie', |
129 'chrome_frame_npapi', | 130 'chrome_frame_npapi', |
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 ], | 809 ], |
809 } | 810 } |
810 | 811 |
811 # vim: shiftwidth=2:et:ai:tabstop=2 | 812 # vim: shiftwidth=2:et:ai:tabstop=2 |
812 | 813 |
813 # Local Variables: | 814 # Local Variables: |
814 # tab-width:2 | 815 # tab-width:2 |
815 # indent-tabs-mode:nil | 816 # indent-tabs-mode:nil |
816 # End: | 817 # End: |
817 # vim: set expandtab tabstop=2 shiftwidth=2: | 818 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |