| 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 "//base", | 243 "//base", |
| 244 "//base:prefs_test_support", | 244 "//base:prefs_test_support", |
| 245 "//base/test:test_support", | 245 "//base/test:test_support", |
| 246 "//components/keyed_service/content", | 246 "//components/keyed_service/content", |
| 247 "//content/test:test_support", | 247 "//content/test:test_support", |
| 248 "//device/serial", | 248 "//device/serial", |
| 249 "//device/serial:test_util", | 249 "//device/serial:test_util", |
| 250 "//extensions/common", | 250 "//extensions/common", |
| 251 "//extensions/renderer", | 251 "//extensions/renderer", |
| 252 "//extensions/strings", | 252 "//extensions/strings", |
| 253 "//mojo/bindings/js", |
| 254 "//mojo/edk/system", |
| 253 "//mojo/environment:chromium", | 255 "//mojo/environment:chromium", |
| 254 "//mojo/public/cpp/bindings", | 256 "//mojo/public/cpp/bindings", |
| 255 "//mojo/bindings/js", | |
| 256 "//mojo/system", | |
| 257 "//testing/gmock", | 257 "//testing/gmock", |
| 258 "//testing/gtest", | 258 "//testing/gtest", |
| 259 "//third_party/leveldatabase", | 259 "//third_party/leveldatabase", |
| 260 ] | 260 ] |
| 261 | 261 |
| 262 if (is_win) { | 262 if (is_win) { |
| 263 deps += [ | 263 deps += [ |
| 264 "//base/allocator", | 264 "//base/allocator", |
| 265 ] | 265 ] |
| 266 } | 266 } |
| 267 } | 267 } |
| 268 } | 268 } |
| OLD | NEW |