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

Side by Side Diff: components/BUILD.gn

Issue 1438043008: Creating the NTP snippet service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase fix: Don't trust git. 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 | « chrome/chrome_browser.gypi ('k') | components/OWNERS » ('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("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//components/favicon_base", 44 "//components/favicon_base",
45 "//components/gcm_driver", 45 "//components/gcm_driver",
46 "//components/google/core/browser", 46 "//components/google/core/browser",
47 "//components/history/core/browser", 47 "//components/history/core/browser",
48 "//components/history/core/common", 48 "//components/history/core/common",
49 "//components/history/core/test", 49 "//components/history/core/test",
50 "//components/keyed_service/core", 50 "//components/keyed_service/core",
51 "//components/metrics", 51 "//components/metrics",
52 "//components/net_log", 52 "//components/net_log",
53 "//components/network_time", 53 "//components/network_time",
54 "//components/ntp_snippets",
54 "//components/password_manager/core/browser", 55 "//components/password_manager/core/browser",
55 "//components/password_manager/core/common", 56 "//components/password_manager/core/common",
56 "//components/password_manager/sync/browser", 57 "//components/password_manager/sync/browser",
57 "//components/search", 58 "//components/search",
58 "//components/search_engines", 59 "//components/search_engines",
59 "//components/sessions", 60 "//components/sessions",
60 "//components/sync_bookmarks", 61 "//components/sync_bookmarks",
61 "//components/undo", 62 "//components/undo",
62 "//components/update_client", 63 "//components/update_client",
63 "//components/strings", 64 "//components/strings",
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 ] 715 ]
715 if (!is_ios) { 716 if (!is_ios) {
716 deps += [ 717 deps += [
717 "//base", 718 "//base",
718 "//base/test:test_support_perf", 719 "//base/test:test_support_perf",
719 "//content/test:test_support", 720 "//content/test:test_support",
720 "//components/visitedlink/browser", 721 "//components/visitedlink/browser",
721 ] 722 ]
722 } 723 }
723 } 724 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698