Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: extensions/BUILD.gn

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « device/test/run_all_unittests.cc ('k') | extensions/test/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « device/test/run_all_unittests.cc ('k') | extensions/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698