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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 "models/table_model.h", | 224 "models/table_model.h", |
225 "models/table_model_observer.h", | 225 "models/table_model_observer.h", |
226 "models/tree_model.cc", | 226 "models/tree_model.cc", |
227 "models/tree_model.h", | 227 "models/tree_model.h", |
228 "models/tree_node_iterator.h", | 228 "models/tree_node_iterator.h", |
229 "models/tree_node_model.h", | 229 "models/tree_node_model.h", |
230 "nine_image_painter_factory.cc", | 230 "nine_image_painter_factory.cc", |
231 "nine_image_painter_factory.h", | 231 "nine_image_painter_factory.h", |
232 "page_transition_types.cc", | 232 "page_transition_types.cc", |
233 "page_transition_types.h", | 233 "page_transition_types.h", |
| 234 "platform_window_defaults.cc", |
| 235 "platform_window_defaults.h", |
234 "property_data.h", | 236 "property_data.h", |
235 "resource/resource_bundle.cc", | 237 "resource/resource_bundle.cc", |
236 "resource/resource_bundle.h", | 238 "resource/resource_bundle.h", |
237 "resource/resource_bundle_android.cc", | 239 "resource/resource_bundle_android.cc", |
238 "resource/resource_bundle_auralinux.cc", | 240 "resource/resource_bundle_auralinux.cc", |
239 "resource/resource_bundle_ios.mm", | 241 "resource/resource_bundle_ios.mm", |
240 "resource/resource_bundle_mac.mm", | 242 "resource/resource_bundle_mac.mm", |
241 "resource/resource_bundle_win.cc", | 243 "resource/resource_bundle_win.cc", |
242 "resource/resource_bundle_win.h", | 244 "resource/resource_bundle_win.h", |
243 "resource/resource_data_dll_win.cc", | 245 "resource/resource_data_dll_win.cc", |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
986 if (is_mac) { | 988 if (is_mac) { |
987 mac_framework_bundle("ui_unittests_framework") { | 989 mac_framework_bundle("ui_unittests_framework") { |
988 testonly = true | 990 testonly = true |
989 deps = [ | 991 deps = [ |
990 "//ui/resources:ui_test_pak_bundle_data", | 992 "//ui/resources:ui_test_pak_bundle_data", |
991 ] | 993 ] |
992 info_plist = "test/framework-Info.plist" | 994 info_plist = "test/framework-Info.plist" |
993 output_name = "ui_unittests Framework" | 995 output_name = "ui_unittests Framework" |
994 } | 996 } |
995 } | 997 } |
OLD | NEW |