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

Side by Side Diff: components/web_resource/BUILD.gn

Issue 1410683002: Add some components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « components/visitedlink/test/BUILD.gn ('k') | components/webusb/BUILD.gn » ('j') | 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 static_library("web_resource") { 5 static_library("web_resource") {
6 sources = [ 6 sources = [
7 "eula_accepted_notifier.cc", 7 "eula_accepted_notifier.cc",
8 "eula_accepted_notifier.h", 8 "eula_accepted_notifier.h",
9 "notification_promo.cc", 9 "notification_promo.cc",
10 "notification_promo.h", 10 "notification_promo.h",
(...skipping 12 matching lines...) Expand all
23 if (is_android || is_ios) { 23 if (is_android || is_ios) {
24 sources += [ 24 sources += [
25 "notification_promo_mobile_ntp.cc", 25 "notification_promo_mobile_ntp.cc",
26 "notification_promo_mobile_ntp.h", 26 "notification_promo_mobile_ntp.h",
27 ] 27 ]
28 } 28 }
29 29
30 deps = [ 30 deps = [
31 "//base", 31 "//base",
32 "//base:prefs", 32 "//base:prefs",
33 "//components/google/core/browser",
33 "//components/pref_registry", 34 "//components/pref_registry",
34 "//components/version_info", 35 "//components/version_info",
35 "//net", 36 "//net",
36 "//ui/base", 37 "//ui/base",
37 ] 38 ]
38 } 39 }
39 40
40 static_library("test_support") { 41 static_library("test_support") {
41 sources = [ 42 sources = [
42 "resource_request_allowed_notifier_test_util.cc", 43 "resource_request_allowed_notifier_test_util.cc",
(...skipping 16 matching lines...) Expand all
59 60
60 if (is_android || is_ios) { 61 if (is_android || is_ios) {
61 sources += [ "promo_resource_service_mobile_ntp_unittest.cc" ] 62 sources += [ "promo_resource_service_mobile_ntp_unittest.cc" ]
62 } 63 }
63 64
64 deps = [ 65 deps = [
65 ":web_resource", 66 ":web_resource",
66 ":test_support", 67 ":test_support",
67 "//base", 68 "//base",
68 "//base:prefs_test_support", 69 "//base:prefs_test_support",
70 "//components/version_info",
71 "//net:test_support",
69 "//testing/gtest", 72 "//testing/gtest",
70 "//third_party/icu", 73 "//third_party/icu",
71 ] 74 ]
72 } 75 }
OLDNEW
« no previous file with comments | « components/visitedlink/test/BUILD.gn ('k') | components/webusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698