| 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/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
| 10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "cocoa/nib_loading.h", | 84 "cocoa/nib_loading.h", |
| 85 "cocoa/nib_loading.mm", | 85 "cocoa/nib_loading.mm", |
| 86 "cocoa/nsgraphics_context_additions.h", | 86 "cocoa/nsgraphics_context_additions.h", |
| 87 "cocoa/nsgraphics_context_additions.mm", | 87 "cocoa/nsgraphics_context_additions.mm", |
| 88 "cocoa/nsview_additions.h", | 88 "cocoa/nsview_additions.h", |
| 89 "cocoa/nsview_additions.mm", | 89 "cocoa/nsview_additions.mm", |
| 90 "cocoa/remote_layer_api.h", | 90 "cocoa/remote_layer_api.h", |
| 91 "cocoa/remote_layer_api.mm", | 91 "cocoa/remote_layer_api.mm", |
| 92 "cocoa/three_part_image.h", | 92 "cocoa/three_part_image.h", |
| 93 "cocoa/three_part_image.mm", | 93 "cocoa/three_part_image.mm", |
| 94 "cocoa/tool_tip_base_view.h", |
| 95 "cocoa/tool_tip_base_view.mm", |
| 94 "cocoa/tracking_area.h", | 96 "cocoa/tracking_area.h", |
| 95 "cocoa/tracking_area.mm", | 97 "cocoa/tracking_area.mm", |
| 96 "cocoa/underlay_opengl_hosting_window.h", | 98 "cocoa/underlay_opengl_hosting_window.h", |
| 97 "cocoa/underlay_opengl_hosting_window.mm", | 99 "cocoa/underlay_opengl_hosting_window.mm", |
| 98 "cocoa/view_description.h", | 100 "cocoa/view_description.h", |
| 99 "cocoa/view_description.mm", | 101 "cocoa/view_description.mm", |
| 100 "cocoa/window_size_constants.h", | 102 "cocoa/window_size_constants.h", |
| 101 "cocoa/window_size_constants.mm", | 103 "cocoa/window_size_constants.mm", |
| 102 "cursor/cursor.cc", | 104 "cursor/cursor.cc", |
| 103 "cursor/cursor.h", | 105 "cursor/cursor.h", |
| (...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 } | 802 } |
| 801 | 803 |
| 802 if (is_chromeos) { | 804 if (is_chromeos) { |
| 803 deps += [ | 805 deps += [ |
| 804 "//chromeos", | 806 "//chromeos", |
| 805 "//ui/events:dom4_keycode_converter", | 807 "//ui/events:dom4_keycode_converter", |
| 806 ] | 808 ] |
| 807 } | 809 } |
| 808 } | 810 } |
| 809 # TODO(GYP) Mac (ui_base_tests_bundle) | 811 # TODO(GYP) Mac (ui_base_tests_bundle) |
| OLD | NEW |