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

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

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile as static_library instead of component 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 | « no previous file | chrome/browser/DEPS » ('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 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "//components/suggestions", 111 "//components/suggestions",
112 "//components/sync_driver", 112 "//components/sync_driver",
113 "//components/translate/core/browser", 113 "//components/translate/core/browser",
114 "//components/translate/core/common", 114 "//components/translate/core/common",
115 "//components/ui/zoom:ui_zoom", 115 "//components/ui/zoom:ui_zoom",
116 "//components/url_fixer", 116 "//components/url_fixer",
117 "//components/user_prefs", 117 "//components/user_prefs",
118 "//components/variations", 118 "//components/variations",
119 "//components/variations/net", 119 "//components/variations/net",
120 "//components/webdata/common", 120 "//components/webdata/common",
121 "//components/webdata_services",
121 "//components/web_resource", 122 "//components/web_resource",
122 "//content/public/browser", 123 "//content/public/browser",
123 "//content/public/common", 124 "//content/public/common",
124 "//courgette:courgette_lib", 125 "//courgette:courgette_lib",
125 "//crypto", 126 "//crypto",
126 "//google_apis", 127 "//google_apis",
127 "//gpu/config", 128 "//gpu/config",
128 "//jingle:notifier", 129 "//jingle:notifier",
129 "//skia", 130 "//skia",
130 "//sql", 131 "//sql",
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 ] 1052 ]
1052 } 1053 }
1053 1054
1054 if (enable_wifi_bootstrapping) { 1055 if (enable_wifi_bootstrapping) {
1055 sources += [ 1056 sources += [
1056 "local_discovery/wifi/mock_wifi_manager.cc", 1057 "local_discovery/wifi/mock_wifi_manager.cc",
1057 "local_discovery/wifi/mock_wifi_manager.h", 1058 "local_discovery/wifi/mock_wifi_manager.h",
1058 ] 1059 ]
1059 } 1060 }
1060 } 1061 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698