| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "l10n/formatter.h", | 160 "l10n/formatter.h", |
| 161 "l10n/l10n_font_util.cc", | 161 "l10n/l10n_font_util.cc", |
| 162 "l10n/l10n_font_util.h", | 162 "l10n/l10n_font_util.h", |
| 163 "l10n/l10n_util.cc", | 163 "l10n/l10n_util.cc", |
| 164 "l10n/l10n_util.h", | 164 "l10n/l10n_util.h", |
| 165 "l10n/l10n_util_android.cc", | 165 "l10n/l10n_util_android.cc", |
| 166 "l10n/l10n_util_android.h", | 166 "l10n/l10n_util_android.h", |
| 167 "l10n/l10n_util_collator.h", | 167 "l10n/l10n_util_collator.h", |
| 168 "l10n/l10n_util_mac.h", | 168 "l10n/l10n_util_mac.h", |
| 169 "l10n/l10n_util_mac.mm", | 169 "l10n/l10n_util_mac.mm", |
| 170 "l10n/l10n_util_plurals.cc", | |
| 171 "l10n/l10n_util_plurals.h", | |
| 172 "l10n/l10n_util_posix.cc", | 170 "l10n/l10n_util_posix.cc", |
| 173 "l10n/l10n_util_win.cc", | 171 "l10n/l10n_util_win.cc", |
| 174 "l10n/l10n_util_win.h", | 172 "l10n/l10n_util_win.h", |
| 175 "l10n/time_format.cc", | 173 "l10n/time_format.cc", |
| 176 "l10n/time_format.h", | 174 "l10n/time_format.h", |
| 177 "layout.cc", | 175 "layout.cc", |
| 178 "layout.h", | 176 "layout.h", |
| 179 "layout_mac.mm", | 177 "layout_mac.mm", |
| 180 "models/button_menu_item_model.cc", | 178 "models/button_menu_item_model.cc", |
| 181 "models/button_menu_item_model.h", | 179 "models/button_menu_item_model.h", |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 } | 811 } |
| 814 | 812 |
| 815 if (is_chromeos) { | 813 if (is_chromeos) { |
| 816 deps += [ | 814 deps += [ |
| 817 "//chromeos", | 815 "//chromeos", |
| 818 "//ui/events:dom_keycode_converter", | 816 "//ui/events:dom_keycode_converter", |
| 819 ] | 817 ] |
| 820 } | 818 } |
| 821 } | 819 } |
| 822 # TODO(GYP) Mac (ui_base_tests_bundle) | 820 # TODO(GYP) Mac (ui_base_tests_bundle) |
| OLD | NEW |