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

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

Issue 2179693002: Revert of Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 gypi_values = 10 gypi_values =
(...skipping 30 matching lines...) Expand all
41 "//chrome:strings", 41 "//chrome:strings",
42 "//chrome/app/resources:platform_locale_settings", 42 "//chrome/app/resources:platform_locale_settings",
43 "//chrome/app/theme:theme_resources", 43 "//chrome/app/theme:theme_resources",
44 "//chrome/browser/devtools", 44 "//chrome/browser/devtools",
45 "//chrome/common", 45 "//chrome/common",
46 "//chrome/common/extensions/api:api_registration", 46 "//chrome/common/extensions/api:api_registration",
47 "//chrome/common/safe_browsing:proto", 47 "//chrome/common/safe_browsing:proto",
48 "//chrome/installer/util:with_no_strings", 48 "//chrome/installer/util:with_no_strings",
49 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto", 49 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
50 "//components/dom_distiller/core", 50 "//components/dom_distiller/core",
51 "//components/network_hints/public/interfaces:network_hints_mojom",
52 "//components/onc", 51 "//components/onc",
53 "//components/policy", 52 "//components/policy",
54 "//components/proximity_auth", 53 "//components/proximity_auth",
55 "//components/resources", 54 "//components/resources",
56 "//components/strings", 55 "//components/strings",
57 "//components/update_client", 56 "//components/update_client",
58 "//components/url_matcher", 57 "//components/url_matcher",
59 "//content/app/resources", 58 "//content/app/resources",
60 "//content/public/common", 59 "//content/public/common",
61 "//crypto", 60 "//crypto",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "//chrome") 224 "//chrome")
226 } 225 }
227 226
228 if (is_chromeos && use_ozone) { 227 if (is_chromeos && use_ozone) {
229 sources -= [ "global_shortcut_listener_chromeos.cc" ] 228 sources -= [ "global_shortcut_listener_chromeos.cc" ]
230 } 229 }
231 if (!use_ozone) { 230 if (!use_ozone) {
232 sources -= [ "global_shortcut_listener_ozone.cc" ] 231 sources -= [ "global_shortcut_listener_ozone.cc" ]
233 } 232 }
234 } 233 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/renderer_host/chrome_render_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698