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 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
10 } | 10 } |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "models/simple_menu_model.h", | 180 "models/simple_menu_model.h", |
181 "models/table_model.cc", | 181 "models/table_model.cc", |
182 "models/table_model.h", | 182 "models/table_model.h", |
183 "models/table_model_observer.h", | 183 "models/table_model_observer.h", |
184 "models/tree_model.cc", | 184 "models/tree_model.cc", |
185 "models/tree_model.h", | 185 "models/tree_model.h", |
186 "models/tree_node_iterator.h", | 186 "models/tree_node_iterator.h", |
187 "models/tree_node_model.h", | 187 "models/tree_node_model.h", |
188 "nine_image_painter_factory.cc", | 188 "nine_image_painter_factory.cc", |
189 "nine_image_painter_factory.h", | 189 "nine_image_painter_factory.h", |
| 190 "page_transition_types.cc", |
| 191 "page_transition_types.h", |
| 192 "page_transition_types_list.h", |
190 "resource/data_pack.cc", | 193 "resource/data_pack.cc", |
191 "resource/data_pack.h", | 194 "resource/data_pack.h", |
192 "resource/resource_bundle.cc", | 195 "resource/resource_bundle.cc", |
193 "resource/resource_bundle.h", | 196 "resource/resource_bundle.h", |
194 "resource/resource_bundle_android.cc", | 197 "resource/resource_bundle_android.cc", |
195 "resource/resource_bundle_auralinux.cc", | 198 "resource/resource_bundle_auralinux.cc", |
196 "resource/resource_bundle_ios.mm", | 199 "resource/resource_bundle_ios.mm", |
197 "resource/resource_bundle_mac.mm", | 200 "resource/resource_bundle_mac.mm", |
198 "resource/resource_bundle_win.cc", | 201 "resource/resource_bundle_win.cc", |
199 "resource/resource_bundle_win.h", | 202 "resource/resource_bundle_win.h", |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 deps += [ | 896 deps += [ |
894 "//ui/aura:test_support", | 897 "//ui/aura:test_support", |
895 "//ui/events:gesture_detection", | 898 "//ui/events:gesture_detection", |
896 #'../chromeos/chromeos.gyp:chromeos', TODO(GYP) | 899 #'../chromeos/chromeos.gyp:chromeos', TODO(GYP) |
897 #'chromeos/ui_chromeos.gyp:ui_chromeos', | 900 #'chromeos/ui_chromeos.gyp:ui_chromeos', |
898 ] | 901 ] |
899 } | 902 } |
900 } | 903 } |
901 } | 904 } |
902 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). | 905 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). |
OLD | NEW |