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

Side by Side Diff: ash/BUILD.gn

Issue 2460443002: Revert of "Added common layout framework for system menu rows." (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | ash/common/system/tray/size_range_layout.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "common/system/tray/fixed_sized_image_view.cc", 347 "common/system/tray/fixed_sized_image_view.cc",
348 "common/system/tray/fixed_sized_image_view.h", 348 "common/system/tray/fixed_sized_image_view.h",
349 "common/system/tray/fixed_sized_scroll_view.cc", 349 "common/system/tray/fixed_sized_scroll_view.cc",
350 "common/system/tray/fixed_sized_scroll_view.h", 350 "common/system/tray/fixed_sized_scroll_view.h",
351 "common/system/tray/hover_highlight_view.cc", 351 "common/system/tray/hover_highlight_view.cc",
352 "common/system/tray/hover_highlight_view.h", 352 "common/system/tray/hover_highlight_view.h",
353 "common/system/tray/ime_info.cc", 353 "common/system/tray/ime_info.cc",
354 "common/system/tray/ime_info.h", 354 "common/system/tray/ime_info.h",
355 "common/system/tray/label_tray_view.cc", 355 "common/system/tray/label_tray_view.cc",
356 "common/system/tray/label_tray_view.h", 356 "common/system/tray/label_tray_view.h",
357 "common/system/tray/size_range_layout.cc",
358 "common/system/tray/size_range_layout.h",
359 "common/system/tray/special_popup_row.cc", 357 "common/system/tray/special_popup_row.cc",
360 "common/system/tray/special_popup_row.h", 358 "common/system/tray/special_popup_row.h",
361 "common/system/tray/system_menu_button.cc", 359 "common/system/tray/system_menu_button.cc",
362 "common/system/tray/system_menu_button.h", 360 "common/system/tray/system_menu_button.h",
363 "common/system/tray/system_tray.cc", 361 "common/system/tray/system_tray.cc",
364 "common/system/tray/system_tray.h", 362 "common/system/tray/system_tray.h",
365 "common/system/tray/system_tray_bubble.cc", 363 "common/system/tray/system_tray_bubble.cc",
366 "common/system/tray/system_tray_bubble.h", 364 "common/system/tray/system_tray_bubble.h",
367 "common/system/tray/system_tray_controller.cc", 365 "common/system/tray/system_tray_controller.cc",
368 "common/system/tray/system_tray_controller.h", 366 "common/system/tray/system_tray_controller.h",
(...skipping 26 matching lines...) Expand all
395 "common/system/tray/tray_popup_header_button.cc", 393 "common/system/tray/tray_popup_header_button.cc",
396 "common/system/tray/tray_popup_header_button.h", 394 "common/system/tray/tray_popup_header_button.h",
397 "common/system/tray/tray_popup_item_container.cc", 395 "common/system/tray/tray_popup_item_container.cc",
398 "common/system/tray/tray_popup_item_container.h", 396 "common/system/tray/tray_popup_item_container.h",
399 "common/system/tray/tray_popup_item_style.cc", 397 "common/system/tray/tray_popup_item_style.cc",
400 "common/system/tray/tray_popup_item_style.h", 398 "common/system/tray/tray_popup_item_style.h",
401 "common/system/tray/tray_popup_label_button.cc", 399 "common/system/tray/tray_popup_label_button.cc",
402 "common/system/tray/tray_popup_label_button.h", 400 "common/system/tray/tray_popup_label_button.h",
403 "common/system/tray/tray_popup_label_button_border.cc", 401 "common/system/tray/tray_popup_label_button_border.cc",
404 "common/system/tray/tray_popup_label_button_border.h", 402 "common/system/tray/tray_popup_label_button_border.h",
405 "common/system/tray/tray_popup_layout_factory.cc",
406 "common/system/tray/tray_popup_layout_factory.h",
407 "common/system/tray/tray_utils.cc", 403 "common/system/tray/tray_utils.cc",
408 "common/system/tray/tray_utils.h", 404 "common/system/tray/tray_utils.h",
409 "common/system/tray/tri_view.cc",
410 "common/system/tray/tri_view.h",
411 "common/system/tray/view_click_listener.h", 405 "common/system/tray/view_click_listener.h",
412 "common/system/tray_accessibility.cc", 406 "common/system/tray_accessibility.cc",
413 "common/system/tray_accessibility.h", 407 "common/system/tray_accessibility.h",
414 "common/system/update/tray_update.cc", 408 "common/system/update/tray_update.cc",
415 "common/system/update/tray_update.h", 409 "common/system/update/tray_update.h",
416 "common/system/update/update_observer.h", 410 "common/system/update/update_observer.h",
417 "common/system/user/button_from_view.cc", 411 "common/system/user/button_from_view.cc",
418 "common/system/user/button_from_view.h", 412 "common/system/user/button_from_view.h",
419 "common/system/user/login_status.cc", 413 "common/system/user/login_status.cc",
420 "common/system/user/login_status.h", 414 "common/system/user/login_status.h",
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 "common/system/chromeos/palette/palette_tool_manager_unittest.cc", 1214 "common/system/chromeos/palette/palette_tool_manager_unittest.cc",
1221 "common/system/chromeos/palette/tools/create_note_unittest.cc", 1215 "common/system/chromeos/palette/tools/create_note_unittest.cc",
1222 "common/system/chromeos/palette/tools/screenshot_unittest.cc", 1216 "common/system/chromeos/palette/tools/screenshot_unittest.cc",
1223 "common/system/chromeos/power/power_status_unittest.cc", 1217 "common/system/chromeos/power/power_status_unittest.cc",
1224 "common/system/chromeos/power/power_status_view_unittest.cc", 1218 "common/system/chromeos/power/power_status_view_unittest.cc",
1225 "common/system/chromeos/power/tray_power_unittest.cc", 1219 "common/system/chromeos/power/tray_power_unittest.cc",
1226 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc", 1220 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc",
1227 "common/system/chromeos/session/tray_session_length_limit_unittest.cc", 1221 "common/system/chromeos/session/tray_session_length_limit_unittest.cc",
1228 "common/system/ime/tray_ime_chromeos_unittest.cc", 1222 "common/system/ime/tray_ime_chromeos_unittest.cc",
1229 "common/system/tiles/tray_tiles_unittest.cc", 1223 "common/system/tiles/tray_tiles_unittest.cc",
1230 "common/system/tray/size_range_layout_unittest.cc",
1231 "common/system/tray/system_tray_unittest.cc", 1224 "common/system/tray/system_tray_unittest.cc",
1232 "common/system/tray/tray_details_view_unittest.cc", 1225 "common/system/tray/tray_details_view_unittest.cc",
1233 "common/system/tray/tri_view_unittest.cc",
1234 "common/system/user/tray_user_unittest.cc", 1226 "common/system/user/tray_user_unittest.cc",
1235 1227
1236 # TODO: convert to use AshTest http://crbug.com/654517. 1228 # TODO: convert to use AshTest http://crbug.com/654517.
1237 "common/wallpaper/wallpaper_controller_unittest.cc", 1229 "common/wallpaper/wallpaper_controller_unittest.cc",
1238 1230
1239 # TODO: convert to use AshTest http://crbug.com/654524. 1231 # TODO: convert to use AshTest http://crbug.com/654524.
1240 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1232 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1241 "dip_unittest.cc", 1233 "dip_unittest.cc",
1242 "display/cursor_window_controller_unittest.cc", 1234 "display/cursor_window_controller_unittest.cc",
1243 "display/display_change_observer_chromeos_unittest.cc", 1235 "display/display_change_observer_chromeos_unittest.cc",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 if (is_win) { 1473 if (is_win) {
1482 configs -= [ "//build/config/win:console" ] 1474 configs -= [ "//build/config/win:console" ]
1483 configs += [ "//build/config/win:windowed" ] 1475 configs += [ "//build/config/win:windowed" ]
1484 deps += [ "//sandbox" ] 1476 deps += [ "//sandbox" ]
1485 } 1477 }
1486 1478
1487 if (is_chromeos) { 1479 if (is_chromeos) {
1488 deps += [ "//device/bluetooth" ] 1480 deps += [ "//device/bluetooth" ]
1489 } 1481 }
1490 } 1482 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/tray/size_range_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698