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

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

Issue 2228553003: a provider of Physical Web pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 21 matching lines...) Expand all
32 "ntp_snippets_database.h", 32 "ntp_snippets_database.h",
33 "ntp_snippets_fetcher.cc", 33 "ntp_snippets_fetcher.cc",
34 "ntp_snippets_fetcher.h", 34 "ntp_snippets_fetcher.h",
35 "ntp_snippets_scheduler.h", 35 "ntp_snippets_scheduler.h",
36 "ntp_snippets_service.cc", 36 "ntp_snippets_service.cc",
37 "ntp_snippets_service.h", 37 "ntp_snippets_service.h",
38 "ntp_snippets_status_service.cc", 38 "ntp_snippets_status_service.cc",
39 "ntp_snippets_status_service.h", 39 "ntp_snippets_status_service.h",
40 "offline_pages/offline_page_suggestions_provider.cc", 40 "offline_pages/offline_page_suggestions_provider.cc",
41 "offline_pages/offline_page_suggestions_provider.h", 41 "offline_pages/offline_page_suggestions_provider.h",
42 "physical_web_pages/physical_web_page_suggestions_provider.cc",
43 "physical_web_pages/physical_web_page_suggestions_provider.h",
42 "pref_names.cc", 44 "pref_names.cc",
43 "pref_names.h", 45 "pref_names.h",
44 "request_throttler.cc", 46 "request_throttler.cc",
45 "request_throttler.h", 47 "request_throttler.h",
46 "switches.cc", 48 "switches.cc",
47 "switches.h", 49 "switches.h",
48 ] 50 ]
49 51
50 public_deps = [ 52 public_deps = [
51 "//base", 53 "//base",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "//components/leveldb_proto:test_support", 105 "//components/leveldb_proto:test_support",
104 "//components/signin/core/browser:test_support", 106 "//components/signin/core/browser:test_support",
105 "//components/signin/core/common", 107 "//components/signin/core/common",
106 "//components/sync_driver:test_support", 108 "//components/sync_driver:test_support",
107 "//components/variations", 109 "//components/variations",
108 "//net:test_support", 110 "//net:test_support",
109 "//testing/gtest", 111 "//testing/gtest",
110 "//third_party/icu/", 112 "//third_party/icu/",
111 ] 113 ]
112 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698