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

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

Issue 1003843002: Add the NotificationDatabaseData structure and protobuf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-db-GetNextNotificationId
Patch Set: Created 5 years, 9 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
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 441
442 if (!is_mac) { # TODO(GYP) enable on Mac once it links. 442 if (!is_mac) { # TODO(GYP) enable on Mac once it links.
443 test("content_unittests") { 443 test("content_unittests") {
444 sources = rebase_path(content_tests_gypi_values.content_unittests_sources, 444 sources = rebase_path(content_tests_gypi_values.content_unittests_sources,
445 ".", 445 ".",
446 "//content") 446 "//content")
447 deps = [ 447 deps = [
448 ":test_support", 448 ":test_support",
449 "//base/allocator", 449 "//base/allocator",
450 "//base/test:test_support", 450 "//base/test:test_support",
451 "//content/browser/notifications:notification_proto",
451 "//content/browser/service_worker:service_worker_proto", 452 "//content/browser/service_worker:service_worker_proto",
452 "//content/browser/speech/proto", 453 "//content/browser/speech/proto",
453 "//content/public/browser", 454 "//content/public/browser",
454 "//content/public/common", 455 "//content/public/common",
455 "//content/public/common:mojo_bindings", 456 "//content/public/common:mojo_bindings",
456 "//crypto", 457 "//crypto",
457 "//device/battery", 458 "//device/battery",
458 "//device/battery:mojo_bindings", 459 "//device/battery:mojo_bindings",
459 "//mojo/environment:chromium", 460 "//mojo/environment:chromium",
460 "//net:test_support", 461 "//net:test_support",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 "//content/public/common", 704 "//content/public/common",
704 "//testing/gtest", 705 "//testing/gtest",
705 "//third_party/WebKit/public:blink", 706 "//third_party/WebKit/public:blink",
706 "//ui/base", 707 "//ui/base",
707 "//ui/gfx", 708 "//ui/gfx",
708 "//ui/gfx/geometry", 709 "//ui/gfx/geometry",
709 "//ui/gl", 710 "//ui/gl",
710 ] 711 ]
711 } 712 }
712 } 713 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698