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

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

Issue 2560973002: Remove unnecessary chrome window property util functions. (Closed)
Patch Set: Created 4 years 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/ui/ash/launcher/settings_window_observer.cc » ('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/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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 "ash/multi_user/multi_user_window_manager_stub.cc", 1377 "ash/multi_user/multi_user_window_manager_stub.cc",
1378 "ash/multi_user/multi_user_window_manager_stub.h", 1378 "ash/multi_user/multi_user_window_manager_stub.h",
1379 "ash/multi_user/user_switch_animator_chromeos.cc", 1379 "ash/multi_user/user_switch_animator_chromeos.cc",
1380 "ash/multi_user/user_switch_animator_chromeos.h", 1380 "ash/multi_user/user_switch_animator_chromeos.h",
1381 "ash/multi_user/user_switch_util.cc", 1381 "ash/multi_user/user_switch_util.cc",
1382 "ash/multi_user/user_switch_util.h", 1382 "ash/multi_user/user_switch_util.h",
1383 "ash/networking_config_delegate_chromeos.cc", 1383 "ash/networking_config_delegate_chromeos.cc",
1384 "ash/networking_config_delegate_chromeos.h", 1384 "ash/networking_config_delegate_chromeos.h",
1385 "ash/palette_delegate_chromeos.cc", 1385 "ash/palette_delegate_chromeos.cc",
1386 "ash/palette_delegate_chromeos.h", 1386 "ash/palette_delegate_chromeos.h",
1387 "ash/property_util.cc",
1388 "ash/property_util.h",
1389 "ash/session_state_delegate_chromeos.cc", 1387 "ash/session_state_delegate_chromeos.cc",
1390 "ash/session_state_delegate_chromeos.h", 1388 "ash/session_state_delegate_chromeos.h",
1391 "ash/session_util.cc", 1389 "ash/session_util.cc",
1392 "ash/session_util.h", 1390 "ash/session_util.h",
1393 "ash/system_tray_delegate_chromeos.cc", 1391 "ash/system_tray_delegate_chromeos.cc",
1394 "ash/system_tray_delegate_chromeos.h", 1392 "ash/system_tray_delegate_chromeos.h",
1395 "ash/system_tray_delegate_utils.cc", 1393 "ash/system_tray_delegate_utils.cc",
1396 "ash/system_tray_delegate_utils.h", 1394 "ash/system_tray_delegate_utils.h",
1397 "ash/volume_controller.cc", 1395 "ash/volume_controller.cc",
1398 "ash/volume_controller.h", 1396 "ash/volume_controller.h",
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
3484 "test/test_confirm_bubble_model.cc", 3482 "test/test_confirm_bubble_model.cc",
3485 "test/test_confirm_bubble_model.h", 3483 "test/test_confirm_bubble_model.h",
3486 ] 3484 ]
3487 deps += [ "//chrome/test:test_support_ui" ] 3485 deps += [ "//chrome/test:test_support_ui" ]
3488 } 3486 }
3489 3487
3490 if (enable_extensions) { 3488 if (enable_extensions) {
3491 deps += [ "//extensions/browser" ] 3489 deps += [ "//extensions/browser" ]
3492 } 3490 }
3493 } 3491 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/ash/launcher/settings_window_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698