Chromium Code Reviews| Index: chrome/browser/ui/BUILD.gn |
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
| index 5f31d5c7ed6af4f8fc79980ec96f325948a744db..f5bba9687cf8c7f80628a8dee3548df094c5edf4 100644 |
| --- a/chrome/browser/ui/BUILD.gn |
| +++ b/chrome/browser/ui/BUILD.gn |
| @@ -88,7 +88,6 @@ static_library("ui") { |
| "//chrome/installer/util", |
| "//components/autofill/content/browser:risk_proto", |
| "//components/power", |
| - "//device/bluetooth", |
| "//device/nfc", |
| "//media", |
| "//mojo/edk/system", |
| @@ -124,6 +123,12 @@ static_library("ui") { |
| deps += [ "//net" ] |
| } |
| + if (!is_android && !is_ios) { |
| + sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources, |
| + ".", "//chrome") |
| + deps += [ "//device/bluetooth" ] |
|
Lei Zhang
2014/10/28 05:52:43
This is just to sync the GN build with GYP.
|
| + } |
| + |
| if (printing_mode != 0) { |
| deps += [ "//printing" ] |
| } |