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

Side by Side Diff: extensions/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 6 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/vr/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('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 # TODO(rockot) bug 505926: Don't include chrome files from here. 5 # TODO(rockot) bug 505926: Don't include chrome files from here.
6 # See chrome_browser_tests_extensions_sources below 6 # See chrome_browser_tests_extensions_sources below
7 import("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//extensions/extensions.gni") 8 import("//extensions/extensions.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "//base/test:test_support", 234 "//base/test:test_support",
235 "//components/prefs:test_support", 235 "//components/prefs:test_support",
236 "//components/storage_monitor:test_support", 236 "//components/storage_monitor:test_support",
237 "//content/test:browsertest_base", 237 "//content/test:browsertest_base",
238 "//content/test:test_support", 238 "//content/test:test_support",
239 "//device/bluetooth:mocks", 239 "//device/bluetooth:mocks",
240 "//device/core:mocks", 240 "//device/core:mocks",
241 "//device/hid:mocks", 241 "//device/hid:mocks",
242 "//device/usb:test_support", 242 "//device/usb:test_support",
243 "//mojo/edk/js", 243 "//mojo/edk/js",
244 "//mojo/edk/system",
245 "//mojo/public/cpp/bindings", 244 "//mojo/public/cpp/bindings",
246 "//testing/gmock", 245 "//testing/gmock",
247 "//testing/gtest", 246 "//testing/gtest",
248 ] 247 ]
249 248
250 data_deps = [ 249 data_deps = [
251 "//third_party/mesa:osmesa", 250 "//third_party/mesa:osmesa",
252 ] 251 ]
253 252
254 if (is_mac) { 253 if (is_mac) {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "//testing/gtest", 359 "//testing/gtest",
361 "//third_party/hunspell", 360 "//third_party/hunspell",
362 "//third_party/icu", 361 "//third_party/icu",
363 "//third_party/libpng", 362 "//third_party/libpng",
364 "//third_party/zlib", 363 "//third_party/zlib",
365 "//ui/base:test_support", 364 "//ui/base:test_support",
366 "//ui/resources:ui_test_pak", 365 "//ui/resources:ui_test_pak",
367 "//ui/web_dialogs:test_support", 366 "//ui/web_dialogs:test_support",
368 ] 367 ]
369 } 368 }
OLDNEW
« no previous file with comments | « device/vr/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698