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

Side by Side Diff: components/BUILD.gn

Issue 1677073002: Fetch snippets from ChromeReader and show them on the NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 4 years, 10 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 | « chrome/chrome_browser.gypi ('k') | components/ntp_snippets.gypi » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build_overrides/webrtc.gni") 7 import("//build_overrides/webrtc.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "//components/content_settings/core/common:unit_tests", 45 "//components/content_settings/core/common:unit_tests",
46 "//components/data_usage/core:unit_tests", 46 "//components/data_usage/core:unit_tests",
47 "//components/dom_distiller/core:unit_tests", 47 "//components/dom_distiller/core:unit_tests",
48 "//components/flags_ui:unit_tests", 48 "//components/flags_ui:unit_tests",
49 "//components/google/core/browser:unit_tests", 49 "//components/google/core/browser:unit_tests",
50 "//components/keyed_service/core:unit_tests", 50 "//components/keyed_service/core:unit_tests",
51 "//components/leveldb_proto:unit_tests", 51 "//components/leveldb_proto:unit_tests",
52 "//components/metrics:unit_tests", 52 "//components/metrics:unit_tests",
53 "//components/net_log:unit_tests", 53 "//components/net_log:unit_tests",
54 "//components/network_time:unit_tests", 54 "//components/network_time:unit_tests",
55 "//components/ntp_snippets:unit_tests",
55 "//components/open_from_clipboard:unit_tests", 56 "//components/open_from_clipboard:unit_tests",
56 "//components/os_crypt:unit_tests", 57 "//components/os_crypt:unit_tests",
57 "//components/prefs:unit_tests", 58 "//components/prefs:unit_tests",
58 "//components/proxy_config:unit_tests", 59 "//components/proxy_config:unit_tests",
59 "//components/security_state:unit_tests", 60 "//components/security_state:unit_tests",
60 "//components/sessions:unit_tests", 61 "//components/sessions:unit_tests",
61 "//components/suggestions:unit_tests", 62 "//components/suggestions:unit_tests",
62 "//components/syncable_prefs:unit_tests", 63 "//components/syncable_prefs:unit_tests",
63 "//components/translate/core/browser:unit_tests", 64 "//components/translate/core/browser:unit_tests",
64 "//components/translate/core/common:unit_tests", 65 "//components/translate/core/common:unit_tests",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 if (!is_ios) { 440 if (!is_ios) {
440 deps += [ 441 deps += [
441 "//base", 442 "//base",
442 "//base/test:test_support_perf", 443 "//base/test:test_support_perf",
443 "//components/scheduler", 444 "//components/scheduler",
444 "//components/visitedlink/browser", 445 "//components/visitedlink/browser",
445 "//content/test:test_support", 446 "//content/test:test_support",
446 ] 447 ]
447 } 448 }
448 } 449 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/ntp_snippets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698