| OLD | NEW | 
|---|
| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 53     "app_list/app_list_presenter_delegate_factory.h", | 53     "app_list/app_list_presenter_delegate_factory.h", | 
| 54     "ash_constants.cc", | 54     "ash_constants.cc", | 
| 55     "ash_constants.h", | 55     "ash_constants.h", | 
| 56     "ash_export.h", | 56     "ash_export.h", | 
| 57     "ash_layout_constants.cc", | 57     "ash_layout_constants.cc", | 
| 58     "ash_layout_constants.h", | 58     "ash_layout_constants.h", | 
| 59     "ash_switches.cc", | 59     "ash_switches.cc", | 
| 60     "ash_switches.h", | 60     "ash_switches.h", | 
| 61     "ash_touch_exploration_manager_chromeos.cc", | 61     "ash_touch_exploration_manager_chromeos.cc", | 
| 62     "ash_touch_exploration_manager_chromeos.h", | 62     "ash_touch_exploration_manager_chromeos.h", | 
|  | 63     "ash_typography.cc", | 
|  | 64     "ash_typography.h", | 
| 63     "ash_view_ids.h", | 65     "ash_view_ids.h", | 
| 64     "aura/aura_layout_manager_adapter.cc", | 66     "aura/aura_layout_manager_adapter.cc", | 
| 65     "aura/aura_layout_manager_adapter.h", | 67     "aura/aura_layout_manager_adapter.h", | 
| 66     "aura/key_event_watcher_aura.cc", | 68     "aura/key_event_watcher_aura.cc", | 
| 67     "aura/key_event_watcher_aura.h", | 69     "aura/key_event_watcher_aura.h", | 
| 68     "aura/pointer_watcher_adapter.cc", | 70     "aura/pointer_watcher_adapter.cc", | 
| 69     "aura/pointer_watcher_adapter.h", | 71     "aura/pointer_watcher_adapter.h", | 
| 70     "aura/wm_shell_aura.cc", | 72     "aura/wm_shell_aura.cc", | 
| 71     "aura/wm_shell_aura.h", | 73     "aura/wm_shell_aura.h", | 
| 72     "autoclick/autoclick_controller.cc", | 74     "autoclick/autoclick_controller.cc", | 
| (...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1491     "//content/public/app:both", | 1493     "//content/public/app:both", | 
| 1492     "//device/bluetooth", | 1494     "//device/bluetooth", | 
| 1493   ] | 1495   ] | 
| 1494 | 1496 | 
| 1495   data_deps = [ | 1497   data_deps = [ | 
| 1496     "//ash/strings:ash_test_strings", | 1498     "//ash/strings:ash_test_strings", | 
| 1497     "//ash/resources:ash_test_resources_with_content_100_percent", | 1499     "//ash/resources:ash_test_resources_with_content_100_percent", | 
| 1498     "//ash/resources:ash_test_resources_200_percent", | 1500     "//ash/resources:ash_test_resources_200_percent", | 
| 1499   ] | 1501   ] | 
| 1500 } | 1502 } | 
| OLD | NEW | 
|---|