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

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: Address comments from PS12 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
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | 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/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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 } 514 }
515 } 515 }
516 516
517 configs += [ "//build/config:precompiled_headers" ] 517 configs += [ "//build/config:precompiled_headers" ]
518 518
519 deps = [ 519 deps = [
520 ":test_support", 520 ":test_support",
521 "//base/allocator", 521 "//base/allocator",
522 "//base/test:test_support", 522 "//base/test:test_support",
523 "//content/browser/background_sync:background_sync_proto", 523 "//content/browser/background_sync:background_sync_proto",
524 "//content/browser/cache_storage:cache_storage_proto",
524 "//content/browser/notifications:notification_proto", 525 "//content/browser/notifications:notification_proto",
525 "//content/browser/service_worker:service_worker_proto", 526 "//content/browser/service_worker:service_worker_proto",
526 "//content/browser/speech/proto", 527 "//content/browser/speech/proto",
527 "//content/common:mojo_bindings", 528 "//content/common:mojo_bindings",
528 "//content/public/browser", 529 "//content/public/browser",
529 "//content/public/common", 530 "//content/public/common",
530 "//content/public/common:mojo_bindings", 531 "//content/public/common:mojo_bindings",
531 "//crypto", 532 "//crypto",
532 "//device/battery", 533 "//device/battery",
533 "//device/battery:mojo_bindings", 534 "//device/battery:mojo_bindings",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 "//gpu/blink", 797 "//gpu/blink",
797 "//testing/gtest", 798 "//testing/gtest",
798 "//third_party/WebKit/public:blink", 799 "//third_party/WebKit/public:blink",
799 "//ui/base", 800 "//ui/base",
800 "//ui/gfx", 801 "//ui/gfx",
801 "//ui/gfx/geometry", 802 "//ui/gfx/geometry",
802 "//ui/gl", 803 "//ui/gl",
803 "//ui/gl:test_support", 804 "//ui/gl:test_support",
804 ] 805 ]
805 } 806 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698