| 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 assert(enable_extensions) | 8 assert(enable_extensions) |
| 9 | 9 |
| 10 # GYP version: extensions/extensions_resources.gyp:extensions_resources | 10 # GYP version: extensions/extensions_resources.gyp:extensions_resources |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "//base", | 259 "//base", |
| 260 "//base:prefs_test_support", | 260 "//base:prefs_test_support", |
| 261 "//base/test:test_support", | 261 "//base/test:test_support", |
| 262 "//components/keyed_service/content", | 262 "//components/keyed_service/content", |
| 263 "//content/test:test_support", | 263 "//content/test:test_support", |
| 264 "//device/serial", | 264 "//device/serial", |
| 265 "//device/serial:test_util", | 265 "//device/serial:test_util", |
| 266 "//extensions/common", | 266 "//extensions/common", |
| 267 "//extensions/renderer", | 267 "//extensions/renderer", |
| 268 "//extensions/strings", | 268 "//extensions/strings", |
| 269 "//mojo/bindings/js", | 269 "//mojo/edk/js", |
| 270 "//mojo/edk/system", | 270 "//mojo/edk/system", |
| 271 "//mojo/environment:chromium", | 271 "//mojo/environment:chromium", |
| 272 "//mojo/public/cpp/bindings", | 272 "//mojo/public/cpp/bindings", |
| 273 "//testing/gmock", | 273 "//testing/gmock", |
| 274 "//testing/gtest", | 274 "//testing/gtest", |
| 275 "//third_party/leveldatabase", | 275 "//third_party/leveldatabase", |
| 276 ] | 276 ] |
| 277 | 277 |
| 278 if (is_win) { | 278 if (is_win) { |
| 279 deps += [ | 279 deps += [ |
| 280 "//base/allocator", | 280 "//base/allocator", |
| 281 ] | 281 ] |
| 282 } | 282 } |
| 283 } | 283 } |
| 284 } | 284 } |
| OLD | NEW |