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

Side by Side Diff: ash/BUILD.gn

Issue 2692663002: Gut ash::MaterialDesignController, and remove the about:flags entry. (Closed)
Patch Set: yet another rebase Created 3 years, 10 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/ash_switches.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 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 "aura/pointer_watcher_adapter_unittest.cc", 1160 "aura/pointer_watcher_adapter_unittest.cc",
1161 "autoclick/autoclick_unittest.cc", 1161 "autoclick/autoclick_unittest.cc",
1162 "common/devtools/ash_devtools_unittest.cc", 1162 "common/devtools/ash_devtools_unittest.cc",
1163 "common/session/session_controller_unittest.cc", 1163 "common/session/session_controller_unittest.cc",
1164 1164
1165 # TODO: convert to use AshTest http://crbug.com/654489. 1165 # TODO: convert to use AshTest http://crbug.com/654489.
1166 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c", 1166 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c",
1167 "common/frame/custom_frame_view_ash_unittest.cc", 1167 "common/frame/custom_frame_view_ash_unittest.cc",
1168 "common/frame/default_header_painter_unittest.cc", 1168 "common/frame/default_header_painter_unittest.cc",
1169 1169
1170 # TODO: convert to use AshTest http://crbug.com/654491.
1171 "common/material_design/material_design_controller_unittest.cc",
1172
1173 # TODO: convert to use AshTest http://crbug.com/654492. 1170 # TODO: convert to use AshTest http://crbug.com/654492.
1174 "common/metrics/pointer_metrics_recorder_unittest.cc", 1171 "common/metrics/pointer_metrics_recorder_unittest.cc",
1175 1172
1176 # TODO: convert to use AshTest http://crbug.com/654494. 1173 # TODO: convert to use AshTest http://crbug.com/654494.
1177 "common/shelf/shelf_application_menu_model_unittest.cc", 1174 "common/shelf/shelf_application_menu_model_unittest.cc",
1178 "common/shelf/shelf_background_animator_unittest.cc", 1175 "common/shelf/shelf_background_animator_unittest.cc",
1179 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc", 1176 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc",
1180 "common/shelf/shelf_locking_manager_unittest.cc", 1177 "common/shelf/shelf_locking_manager_unittest.cc",
1181 "common/shelf/shelf_model_unittest.cc", 1178 "common/shelf/shelf_model_unittest.cc",
1182 "common/shelf/shelf_tooltip_manager_unittest.cc", 1179 "common/shelf/shelf_tooltip_manager_unittest.cc",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 "//content/public/app:both", 1409 "//content/public/app:both",
1413 "//device/bluetooth", 1410 "//device/bluetooth",
1414 ] 1411 ]
1415 1412
1416 data_deps = [ 1413 data_deps = [
1417 "//ash/common/strings:ash_test_strings", 1414 "//ash/common/strings:ash_test_strings",
1418 "//ash/resources:ash_test_resources_with_content_100_percent", 1415 "//ash/resources:ash_test_resources_with_content_100_percent",
1419 "//ash/resources:ash_test_resources_200_percent", 1416 "//ash/resources:ash_test_resources_200_percent",
1420 ] 1417 ]
1421 } 1418 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698