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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 630073002: [Suggestions] Create ImageEncoder, to abstract away image encode/decode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix Created 6 years, 2 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "//components/precache/core", 90 "//components/precache/core",
91 "//components/query_parser", 91 "//components/query_parser",
92 "//components/rappor", 92 "//components/rappor",
93 "//components/renderer_context_menu", 93 "//components/renderer_context_menu",
94 "//components/search", 94 "//components/search",
95 "//components/search_engines", 95 "//components/search_engines",
96 "//components/search_provider_logos", 96 "//components/search_provider_logos",
97 "//components/signin/core/browser", 97 "//components/signin/core/browser",
98 "//components/startup_metric_utils", 98 "//components/startup_metric_utils",
99 "//components/strings", 99 "//components/strings",
100 "//components/suggestions", 100 "//components/suggestions:jpeg_image_encoder",
101 "//components/suggestions:suggestions",
101 "//components/sync_driver", 102 "//components/sync_driver",
102 "//components/translate/core/browser", 103 "//components/translate/core/browser",
103 "//components/translate/core/common", 104 "//components/translate/core/common",
104 "//components/url_fixer", 105 "//components/url_fixer",
105 "//components/user_prefs", 106 "//components/user_prefs",
106 "//components/webdata/common", 107 "//components/webdata/common",
107 "//content/public/browser", 108 "//content/public/browser",
108 "//content/public/common", 109 "//content/public/common",
109 "//courgette:courgette_lib", 110 "//courgette:courgette_lib",
110 "//crypto", 111 "//crypto",
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 ] 922 ]
922 } 923 }
923 924
924 if (enable_wifi_bootstrapping) { 925 if (enable_wifi_bootstrapping) {
925 sources += [ 926 sources += [
926 "local_discovery/wifi/mock_wifi_manager.cc", 927 "local_discovery/wifi/mock_wifi_manager.cc",
927 "local_discovery/wifi/mock_wifi_manager.h", 928 "local_discovery/wifi/mock_wifi_manager.h",
928 ] 929 ]
929 } 930 }
930 } 931 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/search/suggestions/suggestions_service_factory.cc » ('j') | components/suggestions/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698