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

Side by Side Diff: content/test/BUILD.gn

Issue 1414033002: [CacheStorage] Give cache directories unique names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 5 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 } 510 }
511 } 511 }
512 512
513 configs += [ "//build/config:precompiled_headers" ] 513 configs += [ "//build/config:precompiled_headers" ]
514 514
515 deps = [ 515 deps = [
516 ":test_support", 516 ":test_support",
517 "//base/allocator", 517 "//base/allocator",
518 "//base/test:test_support", 518 "//base/test:test_support",
519 "//content/browser/background_sync:background_sync_proto", 519 "//content/browser/background_sync:background_sync_proto",
520 "//content/browser/cache_storage:cache_storage_proto",
520 "//content/browser/notifications:notification_proto", 521 "//content/browser/notifications:notification_proto",
521 "//content/browser/service_worker:service_worker_proto", 522 "//content/browser/service_worker:service_worker_proto",
522 "//content/browser/speech/proto", 523 "//content/browser/speech/proto",
523 "//content/common:mojo_bindings", 524 "//content/common:mojo_bindings",
524 "//content/public/browser", 525 "//content/public/browser",
525 "//content/public/common", 526 "//content/public/common",
526 "//content/public/common:mojo_bindings", 527 "//content/public/common:mojo_bindings",
527 "//crypto", 528 "//crypto",
528 "//device/battery", 529 "//device/battery",
529 "//device/battery:mojo_bindings", 530 "//device/battery:mojo_bindings",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 "//testing/gtest", 795 "//testing/gtest",
795 "//third_party/WebKit/public:blink", 796 "//third_party/WebKit/public:blink",
796 "//ui/base", 797 "//ui/base",
797 "//ui/gfx", 798 "//ui/gfx",
798 "//ui/gfx/geometry", 799 "//ui/gfx/geometry",
799 "//ui/gl", 800 "//ui/gl",
800 "//ui/gl:test_support", 801 "//ui/gl:test_support",
801 ] 802 ]
802 } 803 }
803 } 804 }
OLDNEW
« content/browser/cache_storage/cache_storage_manager_unittest.cc ('K') | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698