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

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

Issue 2127883003: Move chooser_controller directory from //components to //chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again 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
« no previous file with comments | « chrome/browser/chooser_controller/mock_chooser_controller.cc ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources, 201 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
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",
212 "//components/feedback/proto", 211 "//components/feedback/proto",
213 "//components/proximity_auth/webui", 212 "//components/proximity_auth/webui",
214 "//device/bluetooth", 213 "//device/bluetooth",
215 ] 214 ]
216 } 215 }
217 216
218 if (use_aura) { 217 if (use_aura) {
219 defines += [ "MOJO_RUNNER_CLIENT" ] 218 defines += [ "MOJO_RUNNER_CLIENT" ]
220 } 219 }
221 220
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 "//chrome/browser", 712 "//chrome/browser",
714 "//content/public/browser", 713 "//content/public/browser",
715 "//content/public/common", 714 "//content/public/common",
716 "//content/test:test_support", 715 "//content/test:test_support",
717 "//net:test_support", 716 "//net:test_support",
718 "//skia", 717 "//skia",
719 "//testing/gtest", 718 "//testing/gtest",
720 "//ui/base", 719 "//ui/base",
721 ] 720 ]
722 } 721 }
OLDNEW
« no previous file with comments | « chrome/browser/chooser_controller/mock_chooser_controller.cc ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698