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

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

Issue 2604963002: Store per-origin metadata for localstorage. (Closed)
Patch Set: remove duplicate include line Created 3 years, 11 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 | « content/browser/leveldb_wrapper_impl_unittest.cc ('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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 "//cc/ipc", 1396 "//cc/ipc",
1397 "//cc/surfaces", 1397 "//cc/surfaces",
1398 "//components/display_compositor", 1398 "//components/display_compositor",
1399 "//components/leveldb/public/cpp", 1399 "//components/leveldb/public/cpp",
1400 "//components/payments:payment_app", 1400 "//components/payments:payment_app",
1401 "//components/rappor:test_support", 1401 "//components/rappor:test_support",
1402 "//content:resources", 1402 "//content:resources",
1403 "//content/app:both_for_content_tests", 1403 "//content/app:both_for_content_tests",
1404 "//content/browser:for_content_tests", 1404 "//content/browser:for_content_tests",
1405 "//content/browser/cache_storage:cache_storage_proto", 1405 "//content/browser/cache_storage:cache_storage_proto",
1406 "//content/browser/dom_storage:local_storage_proto",
1406 "//content/browser/notifications:notification_proto", 1407 "//content/browser/notifications:notification_proto",
1407 "//content/browser/service_worker:service_worker_proto", 1408 "//content/browser/service_worker:service_worker_proto",
1408 "//content/browser/speech/proto", 1409 "//content/browser/speech/proto",
1409 "//content/child:for_content_tests", 1410 "//content/child:for_content_tests",
1410 "//content/gpu", 1411 "//content/gpu",
1411 "//content/public/browser", 1412 "//content/public/browser",
1412 "//content/public/child", 1413 "//content/public/child",
1413 "//content/public/common", 1414 "//content/public/common",
1414 "//content/public/renderer", 1415 "//content/public/renderer",
1415 "//content/renderer:for_content_tests", 1416 "//content/renderer:for_content_tests",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1755 if (is_android) { 1756 if (is_android) {
1756 deps += [ "//testing/android/native_test:native_test_native_code" ] 1757 deps += [ "//testing/android/native_test:native_test_native_code" ]
1757 } 1758 }
1758 } 1759 }
1759 1760
1760 group("fuzzers") { 1761 group("fuzzers") {
1761 deps = [ 1762 deps = [
1762 "//content/test/fuzzer", 1763 "//content/test/fuzzer",
1763 ] 1764 ]
1764 } 1765 }
OLDNEW
« no previous file with comments | « content/browser/leveldb_wrapper_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698