OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
6 import("//tools/grit/repack.gni") | 6 import("//tools/grit/repack.gni") |
7 | 7 |
8 # GYP version: extensions/extensions_resources.gyp:extensions_resources | 8 # GYP version: extensions/extensions_resources.gyp:extensions_resources |
9 group("extensions_resources") { | 9 group("extensions_resources") { |
10 deps = [ | 10 deps = [ |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 ] | 159 ] |
160 | 160 |
161 deps = [ | 161 deps = [ |
162 ":extensions_resources", | 162 ":extensions_resources", |
163 ":shell_and_test_pak", | 163 ":shell_and_test_pak", |
164 ":test_support", | 164 ":test_support", |
165 "//base", | 165 "//base", |
166 "//base/test:test_support", | 166 "//base/test:test_support", |
167 "//content/test:test_support", | 167 "//content/test:test_support", |
168 "//device/serial", | 168 "//device/serial", |
| 169 "//device/serial:test_util", |
169 "//extensions/common", | 170 "//extensions/common", |
170 "//extensions/renderer", | 171 "//extensions/renderer", |
171 "//extensions/strings", | 172 "//extensions/strings", |
172 "//mojo/environment:chromium", | 173 "//mojo/environment:chromium", |
173 "//mojo/public/cpp/bindings", | 174 "//mojo/public/cpp/bindings", |
174 "//mojo/bindings/js", | 175 "//mojo/bindings/js", |
175 "//mojo/system", | 176 "//mojo/system", |
176 "//testing/gmock", | 177 "//testing/gmock", |
177 "//testing/gtest", | 178 "//testing/gtest", |
178 ] | 179 ] |
179 | 180 |
180 if (is_win) { | 181 if (is_win) { |
181 deps += [ | 182 deps += [ |
182 "//base/allocator", | 183 "//base/allocator", |
183 ] | 184 ] |
184 } | 185 } |
185 } | 186 } |
186 } | 187 } |
OLD | NEW |