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

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

Issue 2569723003: Remove non-chromeos support from src/ash/resources/BUILD.gn (Closed)
Patch Set: cleanup Created 4 years 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 | « ash/resources/BUILD.gn ('k') | no next file » | 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/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 2043 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 "views/ime/ime_window_view.h", 2054 "views/ime/ime_window_view.h",
2055 "views/renderer_context_menu/render_view_context_menu_views.cc", 2055 "views/renderer_context_menu/render_view_context_menu_views.cc",
2056 "views/renderer_context_menu/render_view_context_menu_views.h", 2056 "views/renderer_context_menu/render_view_context_menu_views.h",
2057 "views/sad_tab_view.cc", 2057 "views/sad_tab_view.cc",
2058 "views/sad_tab_view.h", 2058 "views/sad_tab_view.h",
2059 "views/tab_contents/chrome_web_contents_view_delegate_views.cc", 2059 "views/tab_contents/chrome_web_contents_view_delegate_views.cc",
2060 "views/tab_contents/chrome_web_contents_view_delegate_views.h", 2060 "views/tab_contents/chrome_web_contents_view_delegate_views.h",
2061 "window_sizer/window_sizer_aura.cc", 2061 "window_sizer/window_sizer_aura.cc",
2062 ] 2062 ]
2063 deps += [ 2063 deps += [
2064 # aura uses some of ash resources.
2065 "//ash/resources",
2066 "//ui/aura", 2064 "//ui/aura",
2067 "//ui/keyboard", 2065 "//ui/keyboard",
2068 "//ui/keyboard:keyboard_with_content", 2066 "//ui/keyboard:keyboard_with_content",
2069 "//ui/keyboard:resources", 2067 "//ui/keyboard:resources",
2070 "//ui/wm", 2068 "//ui/wm",
2071 ] 2069 ]
2072 if (!is_chromeos) { 2070 if (!is_chromeos) {
2073 sources += [ 2071 sources += [
2074 "views/frame/desktop_browser_frame_aura.cc", 2072 "views/frame/desktop_browser_frame_aura.cc",
2075 "views/frame/desktop_browser_frame_aura.h", 2073 "views/frame/desktop_browser_frame_aura.h",
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after
3481 "test/test_confirm_bubble_model.cc", 3479 "test/test_confirm_bubble_model.cc",
3482 "test/test_confirm_bubble_model.h", 3480 "test/test_confirm_bubble_model.h",
3483 ] 3481 ]
3484 deps += [ "//chrome/test:test_support_ui" ] 3482 deps += [ "//chrome/test:test_support_ui" ]
3485 } 3483 }
3486 3484
3487 if (enable_extensions) { 3485 if (enable_extensions) {
3488 deps += [ "//extensions/browser" ] 3486 deps += [ "//extensions/browser" ]
3489 } 3487 }
3490 } 3488 }
OLDNEW
« no previous file with comments | « ash/resources/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698