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

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

Issue 1422363004: [CacheStorage] Give cache directories unique names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2526
Patch Set: 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/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 } 508 }
509 } 509 }
510 510
511 configs += [ "//build/config:precompiled_headers" ] 511 configs += [ "//build/config:precompiled_headers" ]
512 512
513 deps = [ 513 deps = [
514 ":test_support", 514 ":test_support",
515 "//base/allocator", 515 "//base/allocator",
516 "//base/test:test_support", 516 "//base/test:test_support",
517 "//content/browser/background_sync:background_sync_proto", 517 "//content/browser/background_sync:background_sync_proto",
518 "//content/browser/cache_storage:cache_storage_proto",
518 "//content/browser/notifications:notification_proto", 519 "//content/browser/notifications:notification_proto",
519 "//content/browser/service_worker:service_worker_proto", 520 "//content/browser/service_worker:service_worker_proto",
520 "//content/browser/speech/proto", 521 "//content/browser/speech/proto",
521 "//content/common:mojo_bindings", 522 "//content/common:mojo_bindings",
522 "//content/public/browser", 523 "//content/public/browser",
523 "//content/public/common", 524 "//content/public/common",
524 "//content/public/common:mojo_bindings", 525 "//content/public/common:mojo_bindings",
525 "//crypto", 526 "//crypto",
526 "//device/battery", 527 "//device/battery",
527 "//device/battery:mojo_bindings", 528 "//device/battery:mojo_bindings",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "//testing/gtest", 791 "//testing/gtest",
791 "//third_party/WebKit/public:blink", 792 "//third_party/WebKit/public:blink",
792 "//ui/base", 793 "//ui/base",
793 "//ui/gfx", 794 "//ui/gfx",
794 "//ui/gfx/geometry", 795 "//ui/gfx/geometry",
795 "//ui/gl", 796 "//ui/gl",
796 "//ui/gl:test_support", 797 "//ui/gl:test_support",
797 ] 798 ]
798 } 799 }
799 } 800 }
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