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

Side by Side Diff: ash/BUILD.gn

Issue 2414103003: Added common layout framework for system menu rows. (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/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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "common/system/tray/fixed_sized_image_view.cc", 350 "common/system/tray/fixed_sized_image_view.cc",
351 "common/system/tray/fixed_sized_image_view.h", 351 "common/system/tray/fixed_sized_image_view.h",
352 "common/system/tray/fixed_sized_scroll_view.cc", 352 "common/system/tray/fixed_sized_scroll_view.cc",
353 "common/system/tray/fixed_sized_scroll_view.h", 353 "common/system/tray/fixed_sized_scroll_view.h",
354 "common/system/tray/hover_highlight_view.cc", 354 "common/system/tray/hover_highlight_view.cc",
355 "common/system/tray/hover_highlight_view.h", 355 "common/system/tray/hover_highlight_view.h",
356 "common/system/tray/ime_info.cc", 356 "common/system/tray/ime_info.cc",
357 "common/system/tray/ime_info.h", 357 "common/system/tray/ime_info.h",
358 "common/system/tray/label_tray_view.cc", 358 "common/system/tray/label_tray_view.cc",
359 "common/system/tray/label_tray_view.h", 359 "common/system/tray/label_tray_view.h",
360 "common/system/tray/size_range_layout.cc",
361 "common/system/tray/size_range_layout.h",
360 "common/system/tray/special_popup_row.cc", 362 "common/system/tray/special_popup_row.cc",
361 "common/system/tray/special_popup_row.h", 363 "common/system/tray/special_popup_row.h",
362 "common/system/tray/system_menu_button.cc", 364 "common/system/tray/system_menu_button.cc",
363 "common/system/tray/system_menu_button.h", 365 "common/system/tray/system_menu_button.h",
364 "common/system/tray/system_tray.cc", 366 "common/system/tray/system_tray.cc",
365 "common/system/tray/system_tray.h", 367 "common/system/tray/system_tray.h",
366 "common/system/tray/system_tray_bubble.cc", 368 "common/system/tray/system_tray_bubble.cc",
367 "common/system/tray/system_tray_bubble.h", 369 "common/system/tray/system_tray_bubble.h",
368 "common/system/tray/system_tray_controller.cc", 370 "common/system/tray/system_tray_controller.cc",
369 "common/system/tray/system_tray_controller.h", 371 "common/system/tray/system_tray_controller.h",
370 "common/system/tray/system_tray_delegate.cc", 372 "common/system/tray/system_tray_delegate.cc",
371 "common/system/tray/system_tray_delegate.h", 373 "common/system/tray/system_tray_delegate.h",
372 "common/system/tray/system_tray_item.cc", 374 "common/system/tray/system_tray_item.cc",
373 "common/system/tray/system_tray_item.h", 375 "common/system/tray/system_tray_item.h",
374 "common/system/tray/system_tray_notifier.cc", 376 "common/system/tray/system_tray_notifier.cc",
375 "common/system/tray/system_tray_notifier.h", 377 "common/system/tray/system_tray_notifier.h",
378 "common/system/tray/three_view_layout.cc",
379 "common/system/tray/three_view_layout.h",
376 "common/system/tray/throbber_view.cc", 380 "common/system/tray/throbber_view.cc",
377 "common/system/tray/throbber_view.h", 381 "common/system/tray/throbber_view.h",
378 "common/system/tray/tray_background_view.cc", 382 "common/system/tray/tray_background_view.cc",
379 "common/system/tray/tray_background_view.h", 383 "common/system/tray/tray_background_view.h",
380 "common/system/tray/tray_bubble_wrapper.cc", 384 "common/system/tray/tray_bubble_wrapper.cc",
381 "common/system/tray/tray_bubble_wrapper.h", 385 "common/system/tray/tray_bubble_wrapper.h",
382 "common/system/tray/tray_constants.cc", 386 "common/system/tray/tray_constants.cc",
383 "common/system/tray/tray_constants.h", 387 "common/system/tray/tray_constants.h",
384 "common/system/tray/tray_details_view.cc", 388 "common/system/tray/tray_details_view.cc",
385 "common/system/tray/tray_details_view.h", 389 "common/system/tray/tray_details_view.h",
(...skipping 10 matching lines...) Expand all
396 "common/system/tray/tray_popup_header_button.cc", 400 "common/system/tray/tray_popup_header_button.cc",
397 "common/system/tray/tray_popup_header_button.h", 401 "common/system/tray/tray_popup_header_button.h",
398 "common/system/tray/tray_popup_item_container.cc", 402 "common/system/tray/tray_popup_item_container.cc",
399 "common/system/tray/tray_popup_item_container.h", 403 "common/system/tray/tray_popup_item_container.h",
400 "common/system/tray/tray_popup_item_style.cc", 404 "common/system/tray/tray_popup_item_style.cc",
401 "common/system/tray/tray_popup_item_style.h", 405 "common/system/tray/tray_popup_item_style.h",
402 "common/system/tray/tray_popup_label_button.cc", 406 "common/system/tray/tray_popup_label_button.cc",
403 "common/system/tray/tray_popup_label_button.h", 407 "common/system/tray/tray_popup_label_button.h",
404 "common/system/tray/tray_popup_label_button_border.cc", 408 "common/system/tray/tray_popup_label_button_border.cc",
405 "common/system/tray/tray_popup_label_button_border.h", 409 "common/system/tray/tray_popup_label_button_border.h",
410 "common/system/tray/tray_popup_layout_factory.cc",
411 "common/system/tray/tray_popup_layout_factory.h",
406 "common/system/tray/tray_utils.cc", 412 "common/system/tray/tray_utils.cc",
407 "common/system/tray/tray_utils.h", 413 "common/system/tray/tray_utils.h",
408 "common/system/tray/view_click_listener.h", 414 "common/system/tray/view_click_listener.h",
409 "common/system/tray_accessibility.cc", 415 "common/system/tray_accessibility.cc",
410 "common/system/tray_accessibility.h", 416 "common/system/tray_accessibility.h",
411 "common/system/update/tray_update.cc", 417 "common/system/update/tray_update.cc",
412 "common/system/update/tray_update.h", 418 "common/system/update/tray_update.h",
413 "common/system/update/update_observer.h", 419 "common/system/update/update_observer.h",
414 "common/system/user/button_from_view.cc", 420 "common/system/user/button_from_view.cc",
415 "common/system/user/button_from_view.h", 421 "common/system/user/button_from_view.h",
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 if (is_win) { 1483 if (is_win) {
1478 configs -= [ "//build/config/win:console" ] 1484 configs -= [ "//build/config/win:console" ]
1479 configs += [ "//build/config/win:windowed" ] 1485 configs += [ "//build/config/win:windowed" ]
1480 deps += [ "//sandbox" ] 1486 deps += [ "//sandbox" ]
1481 } 1487 }
1482 1488
1483 if (is_chromeos) { 1489 if (is_chromeos) {
1484 deps += [ "//device/bluetooth" ] 1490 deps += [ "//device/bluetooth" ]
1485 } 1491 }
1486 } 1492 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/tray/size_range_layout.h » ('j') | ash/common/system/tray/size_range_layout.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698