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

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

Issue 2434683003: Move NetworkStateNotifier and NetworkConnect from src/ui (Closed)
Patch Set: Created 4 years, 2 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 "ash/multi_user/multi_user_window_manager.cc", 1360 "ash/multi_user/multi_user_window_manager.cc",
1361 "ash/multi_user/multi_user_window_manager.h", 1361 "ash/multi_user/multi_user_window_manager.h",
1362 "ash/multi_user/multi_user_window_manager_chromeos.cc", 1362 "ash/multi_user/multi_user_window_manager_chromeos.cc",
1363 "ash/multi_user/multi_user_window_manager_chromeos.h", 1363 "ash/multi_user/multi_user_window_manager_chromeos.h",
1364 "ash/multi_user/multi_user_window_manager_stub.cc", 1364 "ash/multi_user/multi_user_window_manager_stub.cc",
1365 "ash/multi_user/multi_user_window_manager_stub.h", 1365 "ash/multi_user/multi_user_window_manager_stub.h",
1366 "ash/multi_user/user_switch_animator_chromeos.cc", 1366 "ash/multi_user/user_switch_animator_chromeos.cc",
1367 "ash/multi_user/user_switch_animator_chromeos.h", 1367 "ash/multi_user/user_switch_animator_chromeos.h",
1368 "ash/multi_user/user_switch_util.cc", 1368 "ash/multi_user/user_switch_util.cc",
1369 "ash/multi_user/user_switch_util.h", 1369 "ash/multi_user/user_switch_util.h",
1370 "ash/network_connect_delegate_chromeos.cc",
1371 "ash/network_connect_delegate_chromeos.h",
1372 "ash/networking_config_delegate_chromeos.cc", 1370 "ash/networking_config_delegate_chromeos.cc",
1373 "ash/networking_config_delegate_chromeos.h", 1371 "ash/networking_config_delegate_chromeos.h",
1374 "ash/palette_delegate_chromeos.cc", 1372 "ash/palette_delegate_chromeos.cc",
1375 "ash/palette_delegate_chromeos.h", 1373 "ash/palette_delegate_chromeos.h",
1376 "ash/property_util.cc", 1374 "ash/property_util.cc",
1377 "ash/property_util.h", 1375 "ash/property_util.h",
1378 "ash/session_state_delegate_chromeos.cc", 1376 "ash/session_state_delegate_chromeos.cc",
1379 "ash/session_state_delegate_chromeos.h", 1377 "ash/session_state_delegate_chromeos.h",
1380 "ash/session_util.cc", 1378 "ash/session_util.cc",
1381 "ash/session_util.h", 1379 "ash/session_util.h",
(...skipping 2040 matching lines...) Expand 10 before | Expand all | Expand 10 after
3422 "test/test_confirm_bubble_model.cc", 3420 "test/test_confirm_bubble_model.cc",
3423 "test/test_confirm_bubble_model.h", 3421 "test/test_confirm_bubble_model.h",
3424 ] 3422 ]
3425 deps += [ "//chrome/test:test_support_ui" ] 3423 deps += [ "//chrome/test:test_support_ui" ]
3426 } 3424 }
3427 3425
3428 if (enable_extensions) { 3426 if (enable_extensions) {
3429 deps += [ "//extensions/browser" ] 3427 deps += [ "//extensions/browser" ]
3430 } 3428 }
3431 } 3429 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698