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

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 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
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 18 matching lines...) Expand all
29 "//components/captive_portal", 29 "//components/captive_portal",
30 "//components/chrome_apps", 30 "//components/chrome_apps",
31 "//components/component_updater", 31 "//components/component_updater",
32 "//components/compression", 32 "//components/compression",
33 "//components/crx_file", 33 "//components/crx_file",
34 "//components/data_reduction_proxy/core/browser", 34 "//components/data_reduction_proxy/core/browser",
35 "//components/data_reduction_proxy/core/common", 35 "//components/data_reduction_proxy/core/common",
36 "//components/device_event_log", 36 "//components/device_event_log",
37 "//components/dom_distiller/core", 37 "//components/dom_distiller/core",
38 "//components/google/core/browser", 38 "//components/google/core/browser",
39 "//components/ntp_suggestions",
39 "//components/password_manager/core/browser", 40 "//components/password_manager/core/browser",
40 "//components/password_manager/core/common", 41 "//components/password_manager/core/common",
41 "//components/password_manager/sync/browser", 42 "//components/password_manager/sync/browser",
42 "//components/search", 43 "//components/search",
43 "//components/search_engines", 44 "//components/search_engines",
44 "//components/sessions", 45 "//components/sessions",
45 "//components/sync_bookmarks", 46 "//components/sync_bookmarks",
46 "//components/undo", 47 "//components/undo",
47 "//components/strings", 48 "//components/strings",
48 "//components/leveldb_proto", 49 "//components/leveldb_proto",
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 ] 697 ]
697 if (!is_ios) { 698 if (!is_ios) {
698 deps += [ 699 deps += [
699 "//base", 700 "//base",
700 "//base/test:test_support_perf", 701 "//base/test:test_support_perf",
701 "//content/test:test_support", 702 "//content/test:test_support",
702 "//components/visitedlink/browser", 703 "//components/visitedlink/browser",
703 ] 704 ]
704 } 705 }
705 } 706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698