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

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

Issue 2130803002: Deleting the copresence API. (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 28 matching lines...) Expand all
39 "//chrome:extra_resources", 39 "//chrome:extra_resources",
40 "//chrome:resources", 40 "//chrome:resources",
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/copresence", 49 "//components/audio_modem",
50 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto", 50 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
51 "//components/dom_distiller/core", 51 "//components/dom_distiller/core",
52 "//components/onc", 52 "//components/onc",
53 "//components/policy", 53 "//components/policy",
54 "//components/proximity_auth", 54 "//components/proximity_auth",
55 "//components/resources", 55 "//components/resources",
56 "//components/strings", 56 "//components/strings",
57 "//components/update_client", 57 "//components/update_client",
58 "//components/url_matcher", 58 "//components/url_matcher",
59 "//content/app/resources", 59 "//content/app/resources",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "//chrome") 225 "//chrome")
226 } 226 }
227 227
228 if (is_chromeos && use_ozone) { 228 if (is_chromeos && use_ozone) {
229 sources -= [ "global_shortcut_listener_chromeos.cc" ] 229 sources -= [ "global_shortcut_listener_chromeos.cc" ]
230 } 230 }
231 if (!use_ozone) { 231 if (!use_ozone) {
232 sources -= [ "global_shortcut_listener_ozone.cc" ] 232 sources -= [ "global_shortcut_listener_ozone.cc" ]
233 } 233 }
234 } 234 }
OLDNEW
« no previous file with comments | « chrome/browser/copresence/chrome_whispernet_client_browsertest.cc ('k') | chrome/browser/extensions/api/api_registration.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698