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

Side by Side Diff: components/BUILD.gn

Issue 895783002: Remove the Copresence Endpoints API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 # Collection of all components. You wouldn't link to this, but this is rather 9 # Collection of all components. You wouldn't link to this, but this is rather
10 # to reference the files so they can be compiled by the build system. 10 # to reference the files so they can be compiled by the build system.
(...skipping 10 matching lines...) Expand all
21 "//components/bookmarks/common", 21 "//components/bookmarks/common",
22 "//components/bookmarks/test", 22 "//components/bookmarks/test",
23 "//components/captive_portal", 23 "//components/captive_portal",
24 "//components/cdm/browser", 24 "//components/cdm/browser",
25 "//components/cdm/common", 25 "//components/cdm/common",
26 "//components/cdm/renderer", 26 "//components/cdm/renderer",
27 "//components/cloud_devices/common", 27 "//components/cloud_devices/common",
28 "//components/component_updater", 28 "//components/component_updater",
29 "//components/content_settings/core/browser", 29 "//components/content_settings/core/browser",
30 "//components/content_settings/core/common", 30 "//components/content_settings/core/common",
31 "//components/copresence_endpoints",
32 "//components/crash/app", 31 "//components/crash/app",
33 "//components/crash/browser", 32 "//components/crash/browser",
34 "//components/crx_file", 33 "//components/crx_file",
35 "//components/data_reduction_proxy/core/browser", 34 "//components/data_reduction_proxy/core/browser",
36 "//components/data_reduction_proxy/core/common", 35 "//components/data_reduction_proxy/core/common",
37 "//components/dom_distiller/core", 36 "//components/dom_distiller/core",
38 "//components/domain_reliability", 37 "//components/domain_reliability",
39 "//components/enhanced_bookmarks", 38 "//components/enhanced_bookmarks",
40 "//components/favicon/core", 39 "//components/favicon/core",
41 "//components/favicon_base", 40 "//components/favicon_base",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 deps -= [ "//components/wifi" ] 118 deps -= [ "//components/wifi" ]
120 } 119 }
121 if (!is_chromeos) { 120 if (!is_chromeos) {
122 deps -= [ 121 deps -= [
123 "//components/pairing", 122 "//components/pairing",
124 "//components/wifi_sync", 123 "//components/wifi_sync",
125 ] 124 ]
126 } 125 }
127 if (is_ios) { 126 if (is_ios) {
128 deps -= [ 127 deps -= [
129 "//components/copresence_endpoints",
130 "//components/history/content/browser", 128 "//components/history/content/browser",
131 "//components/keyed_service/content", 129 "//components/keyed_service/content",
132 ] 130 ]
133 } 131 }
134 132
135 if (!enable_plugins) { 133 if (!enable_plugins) {
136 deps -= [ 134 deps -= [
137 "//components/pdf/browser", 135 "//components/pdf/browser",
138 "//components/pdf/common", 136 "//components/pdf/common",
139 "//components/pdf/renderer", 137 "//components/pdf/renderer",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 268
271 if (toolkit_views) { 269 if (toolkit_views) {
272 # TODO(GYP) enable this as above. 270 # TODO(GYP) enable this as above.
273 #deps += [ "//components/constrained_window:unit_tests" ] 271 #deps += [ "//components/constrained_window:unit_tests" ]
274 } 272 }
275 if (is_win) { 273 if (is_win) {
276 deps += [ "//components/browser_watcher:unit_tests" ] 274 deps += [ "//components/browser_watcher:unit_tests" ]
277 } 275 }
278 } 276 }
279 } 277 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/public/apps/copresenceEndpoints.html ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698