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

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

Issue 2173443003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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/network_session_configurator/BUILD.gn ('k') | components/ntp_tiles/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 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 }
11 11
12 # GYP version: components/ntp_snippets.gypi:ntp_snippets 12 # GYP version: components/ntp_snippets.gypi:ntp_snippets
13 source_set("ntp_snippets") { 13 static_library("ntp_snippets") {
14 sources = [ 14 sources = [
15 "content_suggestion.cc", 15 "content_suggestion.cc",
16 "content_suggestion.h", 16 "content_suggestion.h",
17 "content_suggestions_category.h", 17 "content_suggestions_category.h",
18 "content_suggestions_category_status.cc", 18 "content_suggestions_category_status.cc",
19 "content_suggestions_category_status.h", 19 "content_suggestions_category_status.h",
20 "content_suggestions_provider.cc", 20 "content_suggestions_provider.cc",
21 "content_suggestions_provider.h", 21 "content_suggestions_provider.h",
22 "content_suggestions_service.cc", 22 "content_suggestions_service.cc",
23 "content_suggestions_service.h", 23 "content_suggestions_service.h",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "//components/leveldb_proto:test_support", 97 "//components/leveldb_proto:test_support",
98 "//components/signin/core/browser:test_support", 98 "//components/signin/core/browser:test_support",
99 "//components/signin/core/common", 99 "//components/signin/core/common",
100 "//components/sync_driver:test_support", 100 "//components/sync_driver:test_support",
101 "//components/variations", 101 "//components/variations",
102 "//net:test_support", 102 "//net:test_support",
103 "//testing/gtest", 103 "//testing/gtest",
104 "//third_party/icu/", 104 "//third_party/icu/",
105 ] 105 ]
106 } 106 }
OLDNEW
« no previous file with comments | « components/network_session_configurator/BUILD.gn ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698