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

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

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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/storage_monitor/BUILD.gn ('k') | components/suggestions/proto/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 static_library("suggestions") { 5 static_library("suggestions") {
6 sources = [ 6 sources = [
7 "blacklist_store.cc", 7 "blacklist_store.cc",
8 "blacklist_store.h", 8 "blacklist_store.h",
9 "image_encoder.h", 9 "image_encoder.h",
10 "image_fetcher.h", 10 "image_fetcher.h",
(...skipping 16 matching lines...) Expand all
27 "//components/pref_registry", 27 "//components/pref_registry",
28 "//components/suggestions/proto", 28 "//components/suggestions/proto",
29 "//components/variations", 29 "//components/variations",
30 "//components/variations/net", 30 "//components/variations/net",
31 "//net", 31 "//net",
32 "//ui/gfx", 32 "//ui/gfx",
33 "//url", 33 "//url",
34 ] 34 ]
35 35
36 if (is_ios) { 36 if (is_ios) {
37 sources += [ 37 sources += [ "image_encoder_ios.mm" ]
38 "image_encoder_ios.mm",
39 ]
40 } else { 38 } else {
41 sources += [ 39 sources += [ "image_encoder.cc" ]
42 "image_encoder.cc",
43 ]
44 } 40 }
45 } 41 }
OLDNEW
« no previous file with comments | « components/storage_monitor/BUILD.gn ('k') | components/suggestions/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698