summaryrefslogtreecommitdiffstats
path: root/ui/wm
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2015-02-17 17:01:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-18 01:02:21 +0000
commitd3ce5e2fd64397e0b461f96cffd836a88130f142 (patch)
tree1f437c5217dc04f622c1795dfa0568f090c7c90c /ui/wm
parente4360dc8c35b5dc1aff437b6bc436339453337cd (diff)
downloadchromium_src-d3ce5e2fd64397e0b461f96cffd836a88130f142.zip
chromium_src-d3ce5e2fd64397e0b461f96cffd836a88130f142.tar.gz
chromium_src-d3ce5e2fd64397e0b461f96cffd836a88130f142.tar.bz2
Sort GN files under ui
For tools/sort_sources.py to be useful, existing GN files should be sorted. BUG=456014 TEST=everything should build as before Review URL: https://codereview.chromium.org/928963002 Cr-Commit-Position: refs/heads/master@{#316719}
Diffstat (limited to 'ui/wm')
-rw-r--r--ui/wm/BUILD.gn14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 93ab320..290a90f 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -37,13 +37,13 @@ component("wm") {
"core/masked_window_targeter.h",
"core/native_cursor_manager.h",
"core/native_cursor_manager_delegate.h",
- "core/nested_accelerator_dispatcher_linux.cc",
- "core/nested_accelerator_dispatcher_win.cc",
- "core/nested_accelerator_dispatcher.cc",
- "core/nested_accelerator_dispatcher.h",
- "core/nested_accelerator_delegate.h",
"core/nested_accelerator_controller.cc",
"core/nested_accelerator_controller.h",
+ "core/nested_accelerator_delegate.h",
+ "core/nested_accelerator_dispatcher.cc",
+ "core/nested_accelerator_dispatcher.h",
+ "core/nested_accelerator_dispatcher_linux.cc",
+ "core/nested_accelerator_dispatcher_win.cc",
"core/shadow.cc",
"core/shadow.h",
"core/shadow_controller.cc",
@@ -118,19 +118,19 @@ static_library("test_support") {
if (!is_win || link_chrome_on_windows) {
test("wm_unittests") {
sources = [
- "test/run_all_unittests.cc",
"core/capture_controller_unittest.cc",
"core/compound_event_filter_unittest.cc",
"core/cursor_manager_unittest.cc",
"core/focus_controller_unittest.cc",
- "core/input_method_event_filter_unittest.cc",
"core/image_grid_unittest.cc",
+ "core/input_method_event_filter_unittest.cc",
"core/nested_accelerator_controller_unittest.cc",
"core/shadow_controller_unittest.cc",
"core/transient_window_manager_unittest.cc",
"core/transient_window_stacking_client_unittest.cc",
"core/visibility_controller_unittest.cc",
"core/window_animations_unittest.cc",
+ "test/run_all_unittests.cc",
]
deps = [