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

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

Issue 2381183002: mash: Fix shelf window property use in Chrome. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « ash/wm/window_properties.cc ('k') | chrome/browser/ui/ash/launcher/browser_status_monitor.h » ('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 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 "ash/launcher/launcher_extension_app_updater.cc", 1331 "ash/launcher/launcher_extension_app_updater.cc",
1332 "ash/launcher/launcher_extension_app_updater.h", 1332 "ash/launcher/launcher_extension_app_updater.h",
1333 "ash/launcher/launcher_favicon_loader.cc", 1333 "ash/launcher/launcher_favicon_loader.cc",
1334 "ash/launcher/launcher_favicon_loader.h", 1334 "ash/launcher/launcher_favicon_loader.h",
1335 "ash/launcher/launcher_item_controller.cc", 1335 "ash/launcher/launcher_item_controller.cc",
1336 "ash/launcher/launcher_item_controller.h", 1336 "ash/launcher/launcher_item_controller.h",
1337 "ash/launcher/multi_profile_app_window_launcher_controller.cc", 1337 "ash/launcher/multi_profile_app_window_launcher_controller.cc",
1338 "ash/launcher/multi_profile_app_window_launcher_controller.h", 1338 "ash/launcher/multi_profile_app_window_launcher_controller.h",
1339 "ash/launcher/multi_profile_browser_status_monitor.cc", 1339 "ash/launcher/multi_profile_browser_status_monitor.cc",
1340 "ash/launcher/multi_profile_browser_status_monitor.h", 1340 "ash/launcher/multi_profile_browser_status_monitor.h",
1341 "ash/launcher/settings_window_observer.cc",
1342 "ash/launcher/settings_window_observer.h",
1341 "ash/media_delegate_chromeos.cc", 1343 "ash/media_delegate_chromeos.cc",
1342 "ash/media_delegate_chromeos.h", 1344 "ash/media_delegate_chromeos.h",
1343 "ash/metrics/chrome_user_metrics_recorder.cc", 1345 "ash/metrics/chrome_user_metrics_recorder.cc",
1344 "ash/metrics/chrome_user_metrics_recorder.h", 1346 "ash/metrics/chrome_user_metrics_recorder.h",
1345 "ash/multi_user/multi_user_context_menu.h", 1347 "ash/multi_user/multi_user_context_menu.h",
1346 "ash/multi_user/multi_user_context_menu_chromeos.cc", 1348 "ash/multi_user/multi_user_context_menu_chromeos.cc",
1347 "ash/multi_user/multi_user_notification_blocker_chromeos.cc", 1349 "ash/multi_user/multi_user_notification_blocker_chromeos.cc",
1348 "ash/multi_user/multi_user_notification_blocker_chromeos.h", 1350 "ash/multi_user/multi_user_notification_blocker_chromeos.h",
1349 "ash/multi_user/multi_user_util.cc", 1351 "ash/multi_user/multi_user_util.cc",
1350 "ash/multi_user/multi_user_util.h", 1352 "ash/multi_user/multi_user_util.h",
1351 "ash/multi_user/multi_user_warning_dialog.cc", 1353 "ash/multi_user/multi_user_warning_dialog.cc",
1352 "ash/multi_user/multi_user_warning_dialog.h", 1354 "ash/multi_user/multi_user_warning_dialog.h",
1353 "ash/multi_user/multi_user_window_manager.cc", 1355 "ash/multi_user/multi_user_window_manager.cc",
1354 "ash/multi_user/multi_user_window_manager.h", 1356 "ash/multi_user/multi_user_window_manager.h",
1355 "ash/multi_user/multi_user_window_manager_chromeos.cc", 1357 "ash/multi_user/multi_user_window_manager_chromeos.cc",
1356 "ash/multi_user/multi_user_window_manager_chromeos.h", 1358 "ash/multi_user/multi_user_window_manager_chromeos.h",
1357 "ash/multi_user/multi_user_window_manager_stub.cc", 1359 "ash/multi_user/multi_user_window_manager_stub.cc",
1358 "ash/multi_user/multi_user_window_manager_stub.h", 1360 "ash/multi_user/multi_user_window_manager_stub.h",
1359 "ash/multi_user/user_switch_animator_chromeos.cc", 1361 "ash/multi_user/user_switch_animator_chromeos.cc",
1360 "ash/multi_user/user_switch_animator_chromeos.h", 1362 "ash/multi_user/user_switch_animator_chromeos.h",
1361 "ash/multi_user/user_switch_util.cc", 1363 "ash/multi_user/user_switch_util.cc",
1362 "ash/multi_user/user_switch_util.h", 1364 "ash/multi_user/user_switch_util.h",
1363 "ash/network_connect_delegate_chromeos.cc", 1365 "ash/network_connect_delegate_chromeos.cc",
1364 "ash/network_connect_delegate_chromeos.h", 1366 "ash/network_connect_delegate_chromeos.h",
1365 "ash/networking_config_delegate_chromeos.cc", 1367 "ash/networking_config_delegate_chromeos.cc",
1366 "ash/networking_config_delegate_chromeos.h", 1368 "ash/networking_config_delegate_chromeos.h",
1367 "ash/palette_delegate_chromeos.cc", 1369 "ash/palette_delegate_chromeos.cc",
1368 "ash/palette_delegate_chromeos.h", 1370 "ash/palette_delegate_chromeos.h",
1371 "ash/property_util.cc",
1372 "ash/property_util.h",
1369 "ash/session_state_delegate_chromeos.cc", 1373 "ash/session_state_delegate_chromeos.cc",
1370 "ash/session_state_delegate_chromeos.h", 1374 "ash/session_state_delegate_chromeos.h",
1371 "ash/session_util.cc", 1375 "ash/session_util.cc",
1372 "ash/session_util.h", 1376 "ash/session_util.h",
1373 "ash/system_tray_delegate_chromeos.cc", 1377 "ash/system_tray_delegate_chromeos.cc",
1374 "ash/system_tray_delegate_chromeos.h", 1378 "ash/system_tray_delegate_chromeos.h",
1375 "ash/system_tray_delegate_utils.cc", 1379 "ash/system_tray_delegate_utils.cc",
1376 "ash/system_tray_delegate_utils.h", 1380 "ash/system_tray_delegate_utils.h",
1377 "ash/volume_controller_chromeos.cc", 1381 "ash/volume_controller_chromeos.cc",
1378 "ash/volume_controller_chromeos.h", 1382 "ash/volume_controller_chromeos.h",
1379 "ash/vpn_delegate_chromeos.cc", 1383 "ash/vpn_delegate_chromeos.cc",
1380 "ash/vpn_delegate_chromeos.h", 1384 "ash/vpn_delegate_chromeos.h",
1381 "views/ash/chrome_browser_main_extra_parts_ash.cc", 1385 "views/ash/chrome_browser_main_extra_parts_ash.cc",
1382 "views/ash/chrome_browser_main_extra_parts_ash.h", 1386 "views/ash/chrome_browser_main_extra_parts_ash.h",
1383 "views/ash/tab_scrubber.cc", 1387 "views/ash/tab_scrubber.cc",
1384 "views/ash/tab_scrubber.h", 1388 "views/ash/tab_scrubber.h",
1385 "views/touch_uma/touch_uma_ash.cc", 1389 "views/touch_uma/touch_uma_ash.cc",
1386 "window_sizer/window_sizer_ash.cc", 1390 "window_sizer/window_sizer_ash.cc",
1387 ] 1391 ]
1388 deps += [ 1392 deps += [
1389 "//ash", 1393 "//ash",
1390 "//ash:ash_with_content", 1394 "//ash:ash_with_content",
1391 "//ash/common/strings", 1395 "//ash/common/strings",
1392 "//ash/public/cpp", 1396 "//ash/public/cpp",
1393 "//ash/public/interfaces", 1397 "//ash/public/interfaces",
1394 "//components/user_manager", 1398 "//components/user_manager",
1399 "//services/ui/public/cpp",
1395 "//ui/app_list/presenter", 1400 "//ui/app_list/presenter",
1396 "//ui/app_list/presenter:mojom", 1401 "//ui/app_list/presenter:mojom",
1397 "//ui/keyboard:mojom", 1402 "//ui/keyboard:mojom",
1398 ] 1403 ]
1399 } else { # Not ash. 1404 } else { # Not ash.
1400 sources += [ "views/touch_uma/touch_uma.cc" ] 1405 sources += [ "views/touch_uma/touch_uma.cc" ]
1401 } 1406 }
1402 if (toolkit_views) { 1407 if (toolkit_views) {
1403 sources += [ 1408 sources += [
1404 "autofill/save_card_bubble_controller.h", 1409 "autofill/save_card_bubble_controller.h",
(...skipping 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after
3428 "passwords/passwords_model_delegate_mock.cc", 3433 "passwords/passwords_model_delegate_mock.cc",
3429 "passwords/passwords_model_delegate_mock.h", 3434 "passwords/passwords_model_delegate_mock.h",
3430 ] 3435 ]
3431 deps += [ "//chrome/test:test_support_ui" ] 3436 deps += [ "//chrome/test:test_support_ui" ]
3432 } 3437 }
3433 3438
3434 if (enable_extensions) { 3439 if (enable_extensions) {
3435 deps += [ "//extensions/browser" ] 3440 deps += [ "//extensions/browser" ]
3436 } 3441 }
3437 } 3442 }
OLDNEW
« no previous file with comments | « ash/wm/window_properties.cc ('k') | chrome/browser/ui/ash/launcher/browser_status_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698