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

Side by Side Diff: chrome/browser/ui/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/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("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 10
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 ".", 202 ".",
203 "//chrome") 203 "//chrome")
204 sources += 204 sources +=
205 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources, 205 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources,
206 ".", 206 ".",
207 "//chrome") 207 "//chrome")
208 deps += [ 208 deps += [
209 "//chrome/browser/profile_resetter:profile_reset_report_proto", 209 "//chrome/browser/profile_resetter:profile_reset_report_proto",
210 "//chrome/common:features", 210 "//chrome/common:features",
211 "//components/chooser_controller:chooser_controller", 211 "//components/chooser_controller:chooser_controller",
212 "//components/copresence",
213 "//components/feedback/proto", 212 "//components/feedback/proto",
214 "//components/proximity_auth/webui", 213 "//components/proximity_auth/webui",
215 "//device/bluetooth", 214 "//device/bluetooth",
216 ] 215 ]
217 } 216 }
218 217
219 if (use_aura) { 218 if (use_aura) {
220 defines += [ "MOJO_RUNNER_CLIENT" ] 219 defines += [ "MOJO_RUNNER_CLIENT" ]
221 } 220 }
222 221
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 "//chrome/browser", 706 "//chrome/browser",
708 "//content/public/browser", 707 "//content/public/browser",
709 "//content/public/common", 708 "//content/public/common",
710 "//content/test:test_support", 709 "//content/test:test_support",
711 "//net:test_support", 710 "//net:test_support",
712 "//skia", 711 "//skia",
713 "//testing/gtest", 712 "//testing/gtest",
714 "//ui/base", 713 "//ui/base",
715 ] 714 ]
716 } 715 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/copresence.js ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698