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

Side by Side Diff: ash/BUILD.gn

Issue 2441923004: Revert of 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
« 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "common/system/tray/fixed_sized_image_view.cc", 349 "common/system/tray/fixed_sized_image_view.cc",
350 "common/system/tray/fixed_sized_image_view.h", 350 "common/system/tray/fixed_sized_image_view.h",
351 "common/system/tray/fixed_sized_scroll_view.cc", 351 "common/system/tray/fixed_sized_scroll_view.cc",
352 "common/system/tray/fixed_sized_scroll_view.h", 352 "common/system/tray/fixed_sized_scroll_view.h",
353 "common/system/tray/hover_highlight_view.cc", 353 "common/system/tray/hover_highlight_view.cc",
354 "common/system/tray/hover_highlight_view.h", 354 "common/system/tray/hover_highlight_view.h",
355 "common/system/tray/ime_info.cc", 355 "common/system/tray/ime_info.cc",
356 "common/system/tray/ime_info.h", 356 "common/system/tray/ime_info.h",
357 "common/system/tray/label_tray_view.cc", 357 "common/system/tray/label_tray_view.cc",
358 "common/system/tray/label_tray_view.h", 358 "common/system/tray/label_tray_view.h",
359 "common/system/tray/size_range_layout.cc",
360 "common/system/tray/size_range_layout.h",
361 "common/system/tray/special_popup_row.cc", 359 "common/system/tray/special_popup_row.cc",
362 "common/system/tray/special_popup_row.h", 360 "common/system/tray/special_popup_row.h",
363 "common/system/tray/system_menu_button.cc", 361 "common/system/tray/system_menu_button.cc",
364 "common/system/tray/system_menu_button.h", 362 "common/system/tray/system_menu_button.h",
365 "common/system/tray/system_tray.cc", 363 "common/system/tray/system_tray.cc",
366 "common/system/tray/system_tray.h", 364 "common/system/tray/system_tray.h",
367 "common/system/tray/system_tray_bubble.cc", 365 "common/system/tray/system_tray_bubble.cc",
368 "common/system/tray/system_tray_bubble.h", 366 "common/system/tray/system_tray_bubble.h",
369 "common/system/tray/system_tray_controller.cc", 367 "common/system/tray/system_tray_controller.cc",
370 "common/system/tray/system_tray_controller.h", 368 "common/system/tray/system_tray_controller.h",
371 "common/system/tray/system_tray_delegate.cc", 369 "common/system/tray/system_tray_delegate.cc",
372 "common/system/tray/system_tray_delegate.h", 370 "common/system/tray/system_tray_delegate.h",
373 "common/system/tray/system_tray_item.cc", 371 "common/system/tray/system_tray_item.cc",
374 "common/system/tray/system_tray_item.h", 372 "common/system/tray/system_tray_item.h",
375 "common/system/tray/system_tray_notifier.cc", 373 "common/system/tray/system_tray_notifier.cc",
376 "common/system/tray/system_tray_notifier.h", 374 "common/system/tray/system_tray_notifier.h",
377 "common/system/tray/three_view_layout.cc",
378 "common/system/tray/three_view_layout.h",
379 "common/system/tray/throbber_view.cc", 375 "common/system/tray/throbber_view.cc",
380 "common/system/tray/throbber_view.h", 376 "common/system/tray/throbber_view.h",
381 "common/system/tray/tray_background_view.cc", 377 "common/system/tray/tray_background_view.cc",
382 "common/system/tray/tray_background_view.h", 378 "common/system/tray/tray_background_view.h",
383 "common/system/tray/tray_bubble_wrapper.cc", 379 "common/system/tray/tray_bubble_wrapper.cc",
384 "common/system/tray/tray_bubble_wrapper.h", 380 "common/system/tray/tray_bubble_wrapper.h",
385 "common/system/tray/tray_constants.cc", 381 "common/system/tray/tray_constants.cc",
386 "common/system/tray/tray_constants.h", 382 "common/system/tray/tray_constants.h",
387 "common/system/tray/tray_details_view.cc", 383 "common/system/tray/tray_details_view.cc",
388 "common/system/tray/tray_details_view.h", 384 "common/system/tray/tray_details_view.h",
(...skipping 10 matching lines...) Expand all
399 "common/system/tray/tray_popup_header_button.cc", 395 "common/system/tray/tray_popup_header_button.cc",
400 "common/system/tray/tray_popup_header_button.h", 396 "common/system/tray/tray_popup_header_button.h",
401 "common/system/tray/tray_popup_item_container.cc", 397 "common/system/tray/tray_popup_item_container.cc",
402 "common/system/tray/tray_popup_item_container.h", 398 "common/system/tray/tray_popup_item_container.h",
403 "common/system/tray/tray_popup_item_style.cc", 399 "common/system/tray/tray_popup_item_style.cc",
404 "common/system/tray/tray_popup_item_style.h", 400 "common/system/tray/tray_popup_item_style.h",
405 "common/system/tray/tray_popup_label_button.cc", 401 "common/system/tray/tray_popup_label_button.cc",
406 "common/system/tray/tray_popup_label_button.h", 402 "common/system/tray/tray_popup_label_button.h",
407 "common/system/tray/tray_popup_label_button_border.cc", 403 "common/system/tray/tray_popup_label_button_border.cc",
408 "common/system/tray/tray_popup_label_button_border.h", 404 "common/system/tray/tray_popup_label_button_border.h",
409 "common/system/tray/tray_popup_layout_factory.cc",
410 "common/system/tray/tray_popup_layout_factory.h",
411 "common/system/tray/tray_utils.cc", 405 "common/system/tray/tray_utils.cc",
412 "common/system/tray/tray_utils.h", 406 "common/system/tray/tray_utils.h",
413 "common/system/tray/view_click_listener.h", 407 "common/system/tray/view_click_listener.h",
414 "common/system/tray_accessibility.cc", 408 "common/system/tray_accessibility.cc",
415 "common/system/tray_accessibility.h", 409 "common/system/tray_accessibility.h",
416 "common/system/update/tray_update.cc", 410 "common/system/update/tray_update.cc",
417 "common/system/update/tray_update.h", 411 "common/system/update/tray_update.h",
418 "common/system/update/update_observer.h", 412 "common/system/update/update_observer.h",
419 "common/system/user/button_from_view.cc", 413 "common/system/user/button_from_view.cc",
420 "common/system/user/button_from_view.h", 414 "common/system/user/button_from_view.h",
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 "common/system/chromeos/palette/palette_tool_manager_unittest.cc", 1216 "common/system/chromeos/palette/palette_tool_manager_unittest.cc",
1223 "common/system/chromeos/palette/tools/create_note_unittest.cc", 1217 "common/system/chromeos/palette/tools/create_note_unittest.cc",
1224 "common/system/chromeos/palette/tools/screenshot_unittest.cc", 1218 "common/system/chromeos/palette/tools/screenshot_unittest.cc",
1225 "common/system/chromeos/power/power_status_unittest.cc", 1219 "common/system/chromeos/power/power_status_unittest.cc",
1226 "common/system/chromeos/power/power_status_view_unittest.cc", 1220 "common/system/chromeos/power/power_status_view_unittest.cc",
1227 "common/system/chromeos/power/tray_power_unittest.cc", 1221 "common/system/chromeos/power/tray_power_unittest.cc",
1228 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc", 1222 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc",
1229 "common/system/chromeos/session/tray_session_length_limit_unittest.cc", 1223 "common/system/chromeos/session/tray_session_length_limit_unittest.cc",
1230 "common/system/ime/tray_ime_chromeos_unittest.cc", 1224 "common/system/ime/tray_ime_chromeos_unittest.cc",
1231 "common/system/tiles/tray_tiles_unittest.cc", 1225 "common/system/tiles/tray_tiles_unittest.cc",
1232 "common/system/tray/size_range_layout_unittest.cc",
1233 "common/system/tray/system_tray_unittest.cc", 1226 "common/system/tray/system_tray_unittest.cc",
1234 "common/system/tray/three_view_layout_unittest.cc",
1235 "common/system/tray/tray_details_view_unittest.cc", 1227 "common/system/tray/tray_details_view_unittest.cc",
1236 "common/system/user/tray_user_unittest.cc", 1228 "common/system/user/tray_user_unittest.cc",
1237 1229
1238 # TODO: convert to use AshTest http://crbug.com/654517. 1230 # TODO: convert to use AshTest http://crbug.com/654517.
1239 "common/wallpaper/wallpaper_controller_unittest.cc", 1231 "common/wallpaper/wallpaper_controller_unittest.cc",
1240 1232
1241 # TODO: convert to use AshTest http://crbug.com/654524. 1233 # TODO: convert to use AshTest http://crbug.com/654524.
1242 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1234 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1243 "dip_unittest.cc", 1235 "dip_unittest.cc",
1244 "display/cursor_window_controller_unittest.cc", 1236 "display/cursor_window_controller_unittest.cc",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 if (is_win) { 1475 if (is_win) {
1484 configs -= [ "//build/config/win:console" ] 1476 configs -= [ "//build/config/win:console" ]
1485 configs += [ "//build/config/win:windowed" ] 1477 configs += [ "//build/config/win:windowed" ]
1486 deps += [ "//sandbox" ] 1478 deps += [ "//sandbox" ]
1487 } 1479 }
1488 1480
1489 if (is_chromeos) { 1481 if (is_chromeos) {
1490 deps += [ "//device/bluetooth" ] 1482 deps += [ "//device/bluetooth" ]
1491 } 1483 }
1492 } 1484 }
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