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

Side by Side Diff: ui/base/BUILD.gn

Issue 686503002: Move network_connect code to ui/chromeos/network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 ] 880 ]
881 881
882 deps += [ 882 deps += [
883 "//ui/events", 883 "//ui/events",
884 "//ui/events/platform", 884 "//ui/events/platform",
885 ] 885 ]
886 } 886 }
887 887
888 if (is_chromeos) { 888 if (is_chromeos) {
889 sources += [ 889 sources += [
890 "../chromeos/network/network_state_notifier_unittest.cc",
890 "../chromeos/touch_exploration_controller_unittest.cc", 891 "../chromeos/touch_exploration_controller_unittest.cc",
891 ] 892 ]
892 sources -= [ 893 sources -= [
893 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", 894 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
894 "x/selection_requestor_unittest.cc", 895 "x/selection_requestor_unittest.cc",
895 ] 896 ]
896 deps += [ 897 deps += [
897 "//chromeos", 898 "//chromeos",
899 "//chromeos/resources",
900 "//chromeos/strings",
898 "//ui/aura:test_support", 901 "//ui/aura:test_support",
899 "//ui/events:gesture_detection", 902 "//ui/events:gesture_detection",
900 "//ui/chromeos:ui_chromeos", 903 "//ui/chromeos:ui_chromeos",
904 "//ui/message_center:message_center",
901 ] 905 ]
902 } 906 }
903 } 907 }
904 } 908 }
905 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). 909 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk).
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc ('k') | ui/base/ui_base_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698