| OLD | NEW |
| 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 Loading... |
| 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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 "cocoa/controls/hover_image_menu_button_unittest.mm", | 816 "cocoa/controls/hover_image_menu_button_unittest.mm", |
| 815 "cocoa/controls/hyperlink_button_cell_unittest.mm", | 817 "cocoa/controls/hyperlink_button_cell_unittest.mm", |
| 816 "cocoa/controls/hyperlink_text_view_unittest.mm", | 818 "cocoa/controls/hyperlink_text_view_unittest.mm", |
| 817 "cocoa/focus_tracker_unittest.mm", | 819 "cocoa/focus_tracker_unittest.mm", |
| 818 "cocoa/fullscreen_window_manager_unittest.mm", | 820 "cocoa/fullscreen_window_manager_unittest.mm", |
| 819 "cocoa/hover_image_button_unittest.mm", | 821 "cocoa/hover_image_button_unittest.mm", |
| 820 "cocoa/menu_controller_unittest.mm", | 822 "cocoa/menu_controller_unittest.mm", |
| 821 "cocoa/nsgraphics_context_additions_unittest.mm", | 823 "cocoa/nsgraphics_context_additions_unittest.mm", |
| 822 "cocoa/nsview_additions_unittest.mm", | 824 "cocoa/nsview_additions_unittest.mm", |
| 823 "cocoa/three_part_image_unittest.mm", | 825 "cocoa/three_part_image_unittest.mm", |
| 826 "cocoa/touch_bar_util_unittest.mm", |
| 824 "cocoa/tracking_area_unittest.mm", | 827 "cocoa/tracking_area_unittest.mm", |
| 825 "models/list_model_unittest.cc", | 828 "models/list_model_unittest.cc", |
| 826 "models/list_selection_model_unittest.cc", | 829 "models/list_selection_model_unittest.cc", |
| 827 "models/tree_node_model_unittest.cc", | 830 "models/tree_node_model_unittest.cc", |
| 828 "test/data/resource.h", | 831 "test/data/resource.h", |
| 829 "text/bytes_formatting_unittest.cc", | 832 "text/bytes_formatting_unittest.cc", |
| 830 "webui/web_ui_util_unittest.cc", | 833 "webui/web_ui_util_unittest.cc", |
| 831 ] | 834 ] |
| 832 } | 835 } |
| 833 | 836 |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 # This source set is used by both //chrome/browser and | 1012 # This source set is used by both //chrome/browser and |
| 1010 # //chrome/installer/setup. It must have minimal dependencies for the latter | 1013 # //chrome/installer/setup. It must have minimal dependencies for the latter |
| 1011 # (e.g., no skia). | 1014 # (e.g., no skia). |
| 1012 source_set("fullscreen_win") { | 1015 source_set("fullscreen_win") { |
| 1013 sources = [ | 1016 sources = [ |
| 1014 "fullscreen_win.cc", | 1017 "fullscreen_win.cc", |
| 1015 "fullscreen_win.h", | 1018 "fullscreen_win.h", |
| 1016 ] | 1019 ] |
| 1017 } | 1020 } |
| 1018 } | 1021 } |
| OLD | NEW |