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

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

Issue 634273002: Revert of [Suggestions] Create ImageEncoder, to abstract away image encode/decode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/search/suggestions/suggestions_service_factory.cc » ('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/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:jpeg_image_encoder", 100 "//components/suggestions",
101 "//components/suggestions:suggestions",
102 "//components/sync_driver", 101 "//components/sync_driver",
103 "//components/translate/core/browser", 102 "//components/translate/core/browser",
104 "//components/translate/core/common", 103 "//components/translate/core/common",
105 "//components/url_fixer", 104 "//components/url_fixer",
106 "//components/user_prefs", 105 "//components/user_prefs",
107 "//components/webdata/common", 106 "//components/webdata/common",
108 "//content/public/browser", 107 "//content/public/browser",
109 "//content/public/common", 108 "//content/public/common",
110 "//courgette:courgette_lib", 109 "//courgette:courgette_lib",
111 "//crypto", 110 "//crypto",
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 ] 921 ]
923 } 922 }
924 923
925 if (enable_wifi_bootstrapping) { 924 if (enable_wifi_bootstrapping) {
926 sources += [ 925 sources += [
927 "local_discovery/wifi/mock_wifi_manager.cc", 926 "local_discovery/wifi/mock_wifi_manager.cc",
928 "local_discovery/wifi/mock_wifi_manager.h", 927 "local_discovery/wifi/mock_wifi_manager.h",
929 ] 928 ]
930 } 929 }
931 } 930 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/search/suggestions/suggestions_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698