| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "cocoa/controls/blue_label_button.h", | 89 "cocoa/controls/blue_label_button.h", |
| 90 "cocoa/controls/blue_label_button.mm", | 90 "cocoa/controls/blue_label_button.mm", |
| 91 "cocoa/controls/hover_image_menu_button.h", | 91 "cocoa/controls/hover_image_menu_button.h", |
| 92 "cocoa/controls/hover_image_menu_button.mm", | 92 "cocoa/controls/hover_image_menu_button.mm", |
| 93 "cocoa/controls/hover_image_menu_button_cell.h", | 93 "cocoa/controls/hover_image_menu_button_cell.h", |
| 94 "cocoa/controls/hover_image_menu_button_cell.mm", | 94 "cocoa/controls/hover_image_menu_button_cell.mm", |
| 95 "cocoa/controls/hyperlink_button_cell.h", | 95 "cocoa/controls/hyperlink_button_cell.h", |
| 96 "cocoa/controls/hyperlink_button_cell.mm", | 96 "cocoa/controls/hyperlink_button_cell.mm", |
| 97 "cocoa/controls/hyperlink_text_view.h", | 97 "cocoa/controls/hyperlink_text_view.h", |
| 98 "cocoa/controls/hyperlink_text_view.mm", | 98 "cocoa/controls/hyperlink_text_view.mm", |
| 99 "cocoa/defaults_utils.h", |
| 100 "cocoa/defaults_utils.mm", |
| 99 "cocoa/find_pasteboard.h", | 101 "cocoa/find_pasteboard.h", |
| 100 "cocoa/find_pasteboard.mm", | 102 "cocoa/find_pasteboard.mm", |
| 101 "cocoa/flipped_view.h", | 103 "cocoa/flipped_view.h", |
| 102 "cocoa/flipped_view.mm", | 104 "cocoa/flipped_view.mm", |
| 103 "cocoa/focus_tracker.h", | 105 "cocoa/focus_tracker.h", |
| 104 "cocoa/focus_tracker.mm", | 106 "cocoa/focus_tracker.mm", |
| 105 "cocoa/focus_window_set.h", | 107 "cocoa/focus_window_set.h", |
| 106 "cocoa/focus_window_set.mm", | 108 "cocoa/focus_window_set.mm", |
| 107 "cocoa/fullscreen_window_manager.h", | 109 "cocoa/fullscreen_window_manager.h", |
| 108 "cocoa/fullscreen_window_manager.mm", | 110 "cocoa/fullscreen_window_manager.mm", |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 if (is_mac) { | 952 if (is_mac) { |
| 951 mac_framework_bundle("ui_unittests_framework") { | 953 mac_framework_bundle("ui_unittests_framework") { |
| 952 testonly = true | 954 testonly = true |
| 953 deps = [ | 955 deps = [ |
| 954 "//ui/resources:ui_test_pak_bundle_data", | 956 "//ui/resources:ui_test_pak_bundle_data", |
| 955 ] | 957 ] |
| 956 info_plist = "test/framework-Info.plist" | 958 info_plist = "test/framework-Info.plist" |
| 957 output_name = "ui_unittests Framework" | 959 output_name = "ui_unittests Framework" |
| 958 } | 960 } |
| 959 } | 961 } |
| OLD | NEW |