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/ui/BUILD.gn

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../../chrome_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 } 135 }
136 136
137 if (!is_android && !is_ios) { 137 if (!is_android && !is_ios) {
138 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources, 138 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
139 ".", 139 ".",
140 "//chrome") 140 "//chrome")
141 sources += 141 sources +=
142 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources, 142 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources,
143 ".", 143 ".",
144 "//chrome") 144 "//chrome")
145 deps += [ "//device/bluetooth" ] 145 deps += [
146 "//device/bluetooth",
147 "//components/copresence",
148 ]
146 } 149 }
147 150
148 if (enable_basic_printing || enable_print_preview) { 151 if (enable_basic_printing || enable_print_preview) {
149 deps += [ "//printing" ] 152 deps += [ "//printing" ]
150 } 153 }
151 154
152 if (enable_one_click_signin) { 155 if (enable_one_click_signin) {
153 sources += 156 sources +=
154 rebase_path(gypi_values.chrome_browser_ui_one_click_signin_sources, 157 rebase_path(gypi_values.chrome_browser_ui_one_click_signin_sources,
155 ".", 158 ".",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "//chrome/browser", 534 "//chrome/browser",
532 "//content/public/browser", 535 "//content/public/browser",
533 "//content/public/common", 536 "//content/public/common",
534 "//content/test:test_support", 537 "//content/test:test_support",
535 "//net:test_support", 538 "//net:test_support",
536 "//skia", 539 "//skia",
537 "//testing/gtest", 540 "//testing/gtest",
538 "//ui/base", 541 "//ui/base",
539 ] 542 ]
540 } 543 }
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