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

Side by Side Diff: ash/BUILD.gn

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