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

Side by Side Diff: extensions/browser/BUILD.gn

Issue 2815743002: Move a couple of blob tests next to the files they cover. (Closed)
Patch Set: Fix gn check, take 2. Created 3 years, 8 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 | « extensions/DEPS ('k') | extensions/browser/api/file_handlers/mime_util_unittest.cc » ('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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 7
8 group("browser") { 8 group("browser") {
9 public_deps = [ 9 public_deps = [
10 "//extensions/browser:browser_context_keyed_service_factories", 10 "//extensions/browser:browser_context_keyed_service_factories",
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "//content/test:test_support", 488 "//content/test:test_support",
489 "//device/bluetooth:mocks", 489 "//device/bluetooth:mocks",
490 "//device/power_save_blocker", 490 "//device/power_save_blocker",
491 "//extensions:extensions_browser_resources", 491 "//extensions:extensions_browser_resources",
492 "//extensions:test_support", 492 "//extensions:test_support",
493 "//extensions/common", 493 "//extensions/common",
494 "//extensions/common/api", 494 "//extensions/common/api",
495 "//extensions/features", 495 "//extensions/features",
496 "//ipc:test_support", 496 "//ipc:test_support",
497 "//net:test_support", 497 "//net:test_support",
498 "//storage/browser:test_support",
498 "//third_party/leveldatabase", 499 "//third_party/leveldatabase",
499 "//third_party/zlib:zip", 500 "//third_party/zlib:zip",
500 ] 501 ]
501 502
502 if (is_chromeos) { 503 if (is_chromeos) {
503 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ] 504 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ]
504 deps += [ "//chromeos:test_support" ] 505 deps += [ "//chromeos:test_support" ]
505 } 506 }
506 } 507 }
OLDNEW
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/api/file_handlers/mime_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698