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

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

Issue 668863002: [Clean up] Move VariationsHttpHeaderProvider into a subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN variations:unit_tests build 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//components/search_provider_logos", 106 "//components/search_provider_logos",
107 "//components/signin/core/browser", 107 "//components/signin/core/browser",
108 "//components/startup_metric_utils", 108 "//components/startup_metric_utils",
109 "//components/strings", 109 "//components/strings",
110 "//components/suggestions", 110 "//components/suggestions",
111 "//components/sync_driver", 111 "//components/sync_driver",
112 "//components/translate/core/browser", 112 "//components/translate/core/browser",
113 "//components/translate/core/common", 113 "//components/translate/core/common",
114 "//components/url_fixer", 114 "//components/url_fixer",
115 "//components/user_prefs", 115 "//components/user_prefs",
116 "//components/variations",
117 "//components/variations/net:variations_http_provider",
116 "//components/webdata/common", 118 "//components/webdata/common",
117 "//content/public/browser", 119 "//content/public/browser",
118 "//content/public/common", 120 "//content/public/common",
119 "//courgette:courgette_lib", 121 "//courgette:courgette_lib",
120 "//crypto", 122 "//crypto",
121 "//google_apis", 123 "//google_apis",
122 "//gpu/config", 124 "//gpu/config",
123 "//jingle:notifier", 125 "//jingle:notifier",
124 "//skia", 126 "//skia",
125 "//sql", 127 "//sql",
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 ] 943 ]
942 } 944 }
943 945
944 if (enable_wifi_bootstrapping) { 946 if (enable_wifi_bootstrapping) {
945 sources += [ 947 sources += [
946 "local_discovery/wifi/mock_wifi_manager.cc", 948 "local_discovery/wifi/mock_wifi_manager.cc",
947 "local_discovery/wifi/mock_wifi_manager.h", 949 "local_discovery/wifi/mock_wifi_manager.h",
948 ] 950 ]
949 } 951 }
950 } 952 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autocomplete/zero_suggest_provider.cc » ('j') | components/variations/net/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698