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

Side by Side Diff: ash/BUILD.gn

Issue 2660873002: Move two utility functions from ash/screen_util.h to ui/wm/core/coordinate_conversion.h (Closed)
Patch Set: 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/wm/dock/docked_window_layout_manager.cc » ('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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 "//skia", 1039 "//skia",
1040 "//ui/app_list/presenter", 1040 "//ui/app_list/presenter",
1041 "//ui/app_list/presenter:test_support", 1041 "//ui/app_list/presenter:test_support",
1042 "//ui/aura", 1042 "//ui/aura",
1043 "//ui/base", 1043 "//ui/base",
1044 "//ui/gfx", 1044 "//ui/gfx",
1045 "//ui/gfx/geometry", 1045 "//ui/gfx/geometry",
1046 "//ui/views", 1046 "//ui/views",
1047 "//ui/views:test_support", 1047 "//ui/views:test_support",
1048 "//ui/views/examples:views_examples_lib", 1048 "//ui/views/examples:views_examples_lib",
1049 "//ui/wm",
1049 ] 1050 ]
1050 } 1051 }
1051 1052
1052 static_library("ash_shell_lib_with_content") { 1053 static_library("ash_shell_lib_with_content") {
1053 testonly = true 1054 testonly = true
1054 sources = [ 1055 sources = [
1055 "shell/content/client/shell_browser_main_parts.cc", 1056 "shell/content/client/shell_browser_main_parts.cc",
1056 "shell/content/client/shell_browser_main_parts.h", 1057 "shell/content/client/shell_browser_main_parts.h",
1057 "shell/content/client/shell_content_browser_client.cc", 1058 "shell/content/client/shell_content_browser_client.cc",
1058 "shell/content/client/shell_content_browser_client.h", 1059 "shell/content/client/shell_content_browser_client.h",
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 "//content/public/app:both", 1463 "//content/public/app:both",
1463 "//device/bluetooth", 1464 "//device/bluetooth",
1464 ] 1465 ]
1465 1466
1466 data_deps = [ 1467 data_deps = [
1467 "//ash/common/strings:ash_test_strings", 1468 "//ash/common/strings:ash_test_strings",
1468 "//ash/resources:ash_test_resources_with_content_100_percent", 1469 "//ash/resources:ash_test_resources_with_content_100_percent",
1469 "//ash/resources:ash_test_resources_200_percent", 1470 "//ash/resources:ash_test_resources_200_percent",
1470 ] 1471 ]
1471 } 1472 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698