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

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

Issue 1165223004: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move mojo USB sources into devices_app to keep mojo dependencies separated from device/usb Created 5 years, 6 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/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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 sources += 614 sources +=
615 rebase_path(gypi_values.chrome_browser_mobile_sources, ".", "//chrome") 615 rebase_path(gypi_values.chrome_browser_mobile_sources, ".", "//chrome")
616 } else { 616 } else {
617 # Non-mobile. 617 # Non-mobile.
618 sources += rebase_path(gypi_values.chrome_browser_non_mobile_sources, 618 sources += rebase_path(gypi_values.chrome_browser_non_mobile_sources,
619 ".", 619 ".",
620 "//chrome") 620 "//chrome")
621 deps += [ 621 deps += [
622 "//components/feedback", 622 "//components/feedback",
623 "//device/core", 623 "//device/core",
624 "//device/devices_app:lib",
624 "//device/usb", 625 "//device/usb",
625 ] 626 ]
626 } 627 }
627 628
628 if (is_android) { 629 if (is_android) {
629 sources += 630 sources +=
630 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 631 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
631 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources, 632 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources,
632 ".", 633 ".",
633 "//chrome") 634 "//chrome")
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 ] 1175 ]
1175 } 1176 }
1176 1177
1177 if (enable_wifi_bootstrapping) { 1178 if (enable_wifi_bootstrapping) {
1178 sources += [ 1179 sources += [
1179 "local_discovery/wifi/mock_wifi_manager.cc", 1180 "local_discovery/wifi/mock_wifi_manager.cc",
1180 "local_discovery/wifi/mock_wifi_manager.h", 1181 "local_discovery/wifi/mock_wifi_manager.h",
1181 ] 1182 ]
1182 } 1183 }
1183 } 1184 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698