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

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

Issue 1080163002: Add new chrome://proximity-auth WebUI for debugging Smart Lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | chrome/browser/ui/webui/DEPS » ('j') | components/proximity_auth/webui/BUILD.gn » ('J')
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 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 deps += [ 171 deps += [
172 "//chrome/browser/safe_browsing:chunk_proto", 172 "//chrome/browser/safe_browsing:chunk_proto",
173 "//chrome/common/safe_browsing:proto", 173 "//chrome/common/safe_browsing:proto",
174 "//chrome/browser/safe_browsing:report_proto", 174 "//chrome/browser/safe_browsing:report_proto",
175 ] 175 ]
176 } 176 }
177 if (is_chromeos) { 177 if (is_chromeos) {
178 sources += rebase_path(gypi_values.chrome_browser_ui_chromeos_sources, 178 sources += rebase_path(gypi_values.chrome_browser_ui_chromeos_sources,
179 ".", 179 ".",
180 "//chrome") 180 "//chrome")
181 deps += [ "//chrome/browser/chromeos" ] 181 deps += [
182 "//chrome/browser/chromeos",
183 "//components/proximity_auth/webui",
184 ]
182 } else { 185 } else {
183 sources += rebase_path(gypi_values.chrome_browser_ui_non_chromeos_sources, 186 sources += rebase_path(gypi_values.chrome_browser_ui_non_chromeos_sources,
184 ".", 187 ".",
185 "//chrome") 188 "//chrome")
186 } 189 }
187 if (use_cups) { 190 if (use_cups) {
188 configs += [ "//printing:cups" ] 191 configs += [ "//printing:cups" ]
189 } 192 }
190 if (use_ash) { 193 if (use_ash) {
191 sources += 194 sources +=
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "//chrome/browser", 537 "//chrome/browser",
535 "//content/public/browser", 538 "//content/public/browser",
536 "//content/public/common", 539 "//content/public/common",
537 "//content/test:test_support", 540 "//content/test:test_support",
538 "//net:test_support", 541 "//net:test_support",
539 "//skia", 542 "//skia",
540 "//testing/gtest", 543 "//testing/gtest",
541 "//ui/base", 544 "//ui/base",
542 ] 545 ]
543 } 546 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/DEPS » ('j') | components/proximity_auth/webui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698