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

Side by Side Diff: extensions/BUILD.gn

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 years, 1 month 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 | « content/test/data/web_ui_mojo.js ('k') | extensions/extensions.gyp » ('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 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
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 }
OLDNEW
« no previous file with comments | « content/test/data/web_ui_mojo.js ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698