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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2449103004: Refactor WindowFinder definition (Closed)
Patch Set: fixed the unittests build Created 4 years, 1 month 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 if (use_aura) { 1850 if (use_aura) {
1851 deps += [ 1851 deps += [
1852 "//services/ui/public/cpp", 1852 "//services/ui/public/cpp",
1853 "//services/ui/public/interfaces", 1853 "//services/ui/public/interfaces",
1854 ] 1854 ]
1855 } 1855 }
1856 1856
1857 # TODO(ellyjones): Mus is not supported on Mac (there is no ui::Window 1857 # TODO(ellyjones): Mus is not supported on Mac (there is no ui::Window
1858 # apart from aura::Window, which is also not supported). 1858 # apart from aura::Window, which is also not supported).
1859 if (!is_mac) { 1859 if (!is_mac) {
1860 sources += [ 1860 sources += [ "views/tabs/window_finder_mus.cc" ]
1861 "views/tabs/window_finder_mus.cc",
1862 "views/tabs/window_finder_mus.h",
1863 ]
1864 1861
1865 deps += [ "//ui/views/mus" ] 1862 deps += [ "//ui/views/mus" ]
1866 } 1863 }
1867 } 1864 }
1868 if (use_ash) { 1865 if (use_ash) {
1869 sources += [ 1866 sources += [
1870 "views/frame/browser_frame_ash.cc", 1867 "views/frame/browser_frame_ash.cc",
1871 "views/frame/browser_frame_ash.h", 1868 "views/frame/browser_frame_ash.h",
1872 "views/frame/browser_header_painter_ash.cc", 1869 "views/frame/browser_header_painter_ash.cc",
1873 "views/frame/browser_header_painter_ash.h", 1870 "views/frame/browser_header_painter_ash.h",
(...skipping 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "test/test_confirm_bubble_model.cc", 3413 "test/test_confirm_bubble_model.cc",
3417 "test/test_confirm_bubble_model.h", 3414 "test/test_confirm_bubble_model.h",
3418 ] 3415 ]
3419 deps += [ "//chrome/test:test_support_ui" ] 3416 deps += [ "//chrome/test:test_support_ui" ]
3420 } 3417 }
3421 3418
3422 if (enable_extensions) { 3419 if (enable_extensions) {
3423 deps += [ "//extensions/browser" ] 3420 deps += [ "//extensions/browser" ]
3424 } 3421 }
3425 } 3422 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('j') | chrome/browser/ui/views/tabs/window_finder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698