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

Side by Side Diff: ui/base/BUILD.gn

Issue 2921083003: [Mac] Touch Bar Support for Dialogs (Closed)
Patch Set: nits Created 3 years, 6 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
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "cocoa/remote_layer_api.h", 136 "cocoa/remote_layer_api.h",
137 "cocoa/remote_layer_api.mm", 137 "cocoa/remote_layer_api.mm",
138 "cocoa/scoped_cg_context_smooth_fonts.h", 138 "cocoa/scoped_cg_context_smooth_fonts.h",
139 "cocoa/scoped_cg_context_smooth_fonts.mm", 139 "cocoa/scoped_cg_context_smooth_fonts.mm",
140 "cocoa/three_part_image.h", 140 "cocoa/three_part_image.h",
141 "cocoa/three_part_image.mm", 141 "cocoa/three_part_image.mm",
142 "cocoa/tool_tip_base_view.h", 142 "cocoa/tool_tip_base_view.h",
143 "cocoa/tool_tip_base_view.mm", 143 "cocoa/tool_tip_base_view.mm",
144 "cocoa/touch_bar_forward_declarations.h", 144 "cocoa/touch_bar_forward_declarations.h",
145 "cocoa/touch_bar_forward_declarations.mm", 145 "cocoa/touch_bar_forward_declarations.mm",
146 "cocoa/touch_bar_util.h",
147 "cocoa/touch_bar_util.mm",
146 "cocoa/tracking_area.h", 148 "cocoa/tracking_area.h",
147 "cocoa/tracking_area.mm", 149 "cocoa/tracking_area.mm",
148 "cocoa/underlay_opengl_hosting_window.h", 150 "cocoa/underlay_opengl_hosting_window.h",
149 "cocoa/underlay_opengl_hosting_window.mm", 151 "cocoa/underlay_opengl_hosting_window.mm",
150 "cocoa/user_interface_item_command_handler.h", 152 "cocoa/user_interface_item_command_handler.h",
151 "cocoa/view_description.h", 153 "cocoa/view_description.h",
152 "cocoa/view_description.mm", 154 "cocoa/view_description.mm",
153 "cocoa/window_size_constants.h", 155 "cocoa/window_size_constants.h",
154 "cocoa/window_size_constants.mm", 156 "cocoa/window_size_constants.mm",
155 "cursor/cursor.cc", 157 "cursor/cursor.cc",
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 # This source set is used by both //chrome/browser and 1011 # This source set is used by both //chrome/browser and
1010 # //chrome/installer/setup. It must have minimal dependencies for the latter 1012 # //chrome/installer/setup. It must have minimal dependencies for the latter
1011 # (e.g., no skia). 1013 # (e.g., no skia).
1012 source_set("fullscreen_win") { 1014 source_set("fullscreen_win") {
1013 sources = [ 1015 sources = [
1014 "fullscreen_win.cc", 1016 "fullscreen_win.cc",
1015 "fullscreen_win.h", 1017 "fullscreen_win.h",
1016 ] 1018 ]
1017 } 1019 }
1018 } 1020 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698