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

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

Issue 1901493002: Add deps profile_reset_report_proto for chrome/browser/ui build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add gyp Created 4 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/chrome_browser_ui.gypi » ('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("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 187
188 if (!android_java_ui && !is_ios) { 188 if (!android_java_ui && !is_ios) {
189 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources, 189 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
190 ".", 190 ".",
191 "//chrome") 191 "//chrome")
192 sources += 192 sources +=
193 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources, 193 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources,
194 ".", 194 ".",
195 "//chrome") 195 "//chrome")
196 deps += [ 196 deps += [
197 "//chrome/browser/profile_resetter:profile_reset_report_proto",
197 "//chrome/common:features", 198 "//chrome/common:features",
198 "//components/copresence", 199 "//components/copresence",
199 "//components/feedback/proto", 200 "//components/feedback/proto",
200 "//components/proximity_auth/webui", 201 "//components/proximity_auth/webui",
201 "//device/bluetooth", 202 "//device/bluetooth",
202 ] 203 ]
203 } 204 }
204 205
205 if (use_aura) { 206 if (use_aura) {
206 defines += [ "MOJO_RUNNER_CLIENT" ] 207 defines += [ "MOJO_RUNNER_CLIENT" ]
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "//chrome/browser", 666 "//chrome/browser",
666 "//content/public/browser", 667 "//content/public/browser",
667 "//content/public/common", 668 "//content/public/common",
668 "//content/test:test_support", 669 "//content/test:test_support",
669 "//net:test_support", 670 "//net:test_support",
670 "//skia", 671 "//skia",
671 "//testing/gtest", 672 "//testing/gtest",
672 "//ui/base", 673 "//ui/base",
673 ] 674 ]
674 } 675 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698