| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 "cocoa/view_description.h", | 153 "cocoa/view_description.h", |
| 154 "cocoa/view_description.mm", | 154 "cocoa/view_description.mm", |
| 155 "cocoa/window_size_constants.h", | 155 "cocoa/window_size_constants.h", |
| 156 "cocoa/window_size_constants.mm", | 156 "cocoa/window_size_constants.mm", |
| 157 "cursor/cursor.cc", | 157 "cursor/cursor.cc", |
| 158 "cursor/cursor.h", | 158 "cursor/cursor.h", |
| 159 "cursor/cursor_android.cc", | 159 "cursor/cursor_android.cc", |
| 160 "cursor/cursor_data.cc", | 160 "cursor/cursor_data.cc", |
| 161 "cursor/cursor_data.h", | 161 "cursor/cursor_data.h", |
| 162 "cursor/cursor_loader.h", | 162 "cursor/cursor_loader.h", |
| 163 "cursor/cursor_type.h", |
| 163 "cursor/cursor_win.cc", | 164 "cursor/cursor_win.cc", |
| 164 "default_style.h", | 165 "default_style.h", |
| 165 "default_theme_provider_mac.mm", | 166 "default_theme_provider_mac.mm", |
| 166 "device_form_factor.h", | 167 "device_form_factor.h", |
| 167 "device_form_factor_android.cc", | 168 "device_form_factor_android.cc", |
| 168 "device_form_factor_desktop.cc", | 169 "device_form_factor_desktop.cc", |
| 169 "device_form_factor_ios.mm", | 170 "device_form_factor_ios.mm", |
| 170 "dragdrop/download_file_interface.h", | 171 "dragdrop/download_file_interface.h", |
| 171 "dragdrop/drag_drop_types.h", | 172 "dragdrop/drag_drop_types.h", |
| 172 "dragdrop/drag_drop_types_mac.mm", | 173 "dragdrop/drag_drop_types_mac.mm", |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 # This source set is used by both //chrome/browser and | 1022 # This source set is used by both //chrome/browser and |
| 1022 # //chrome/installer/setup. It must have minimal dependencies for the latter | 1023 # //chrome/installer/setup. It must have minimal dependencies for the latter |
| 1023 # (e.g., no skia). | 1024 # (e.g., no skia). |
| 1024 source_set("fullscreen_win") { | 1025 source_set("fullscreen_win") { |
| 1025 sources = [ | 1026 sources = [ |
| 1026 "fullscreen_win.cc", | 1027 "fullscreen_win.cc", |
| 1027 "fullscreen_win.h", | 1028 "fullscreen_win.h", |
| 1028 ] | 1029 ] |
| 1029 } | 1030 } |
| 1030 } | 1031 } |
| OLD | NEW |