Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: ui/base/BUILD.gn

Issue 797613004: Add GN interactive UI tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more chromeos Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "ime/chromeos/character_composer.cc", 318 "ime/chromeos/character_composer.cc",
319 "ime/chromeos/character_composer.h", 319 "ime/chromeos/character_composer.h",
320 "ime/chromeos/component_extension_ime_manager.cc", 320 "ime/chromeos/component_extension_ime_manager.cc",
321 "ime/chromeos/component_extension_ime_manager.h", 321 "ime/chromeos/component_extension_ime_manager.h",
322 "ime/chromeos/composition_text.cc", 322 "ime/chromeos/composition_text.cc",
323 "ime/chromeos/composition_text.h", 323 "ime/chromeos/composition_text.h",
324 "ime/chromeos/extension_ime_util.cc", 324 "ime/chromeos/extension_ime_util.cc",
325 "ime/chromeos/extension_ime_util.h", 325 "ime/chromeos/extension_ime_util.h",
326 "ime/chromeos/fake_ime_keyboard.cc", 326 "ime/chromeos/fake_ime_keyboard.cc",
327 "ime/chromeos/fake_ime_keyboard.h", 327 "ime/chromeos/fake_ime_keyboard.h",
328 "ime/chromeos/fake_input_method_delegate.cc",
329 "ime/chromeos/fake_input_method_delegate.h",
328 "ime/chromeos/ime_bridge.cc", 330 "ime/chromeos/ime_bridge.cc",
329 "ime/chromeos/ime_bridge.h", 331 "ime/chromeos/ime_bridge.h",
330 "ime/chromeos/ime_keyboard.cc", 332 "ime/chromeos/ime_keyboard.cc",
331 "ime/chromeos/ime_keyboard.h", 333 "ime/chromeos/ime_keyboard.h",
332 "ime/chromeos/ime_keyboard_ozone.cc", 334 "ime/chromeos/ime_keyboard_ozone.cc",
333 "ime/chromeos/ime_keyboard_ozone.h", 335 "ime/chromeos/ime_keyboard_ozone.h",
334 "ime/chromeos/ime_keyboard_x11.cc", 336 "ime/chromeos/ime_keyboard_x11.cc",
335 "ime/chromeos/ime_keyboard_x11.h", 337 "ime/chromeos/ime_keyboard_x11.h",
336 "ime/chromeos/ime_keymap.cc", 338 "ime/chromeos/ime_keymap.cc",
337 "ime/chromeos/ime_keymap.h", 339 "ime/chromeos/ime_keymap.h",
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 if (is_chromeos) { 901 if (is_chromeos) {
900 sources -= [ 902 sources -= [
901 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", 903 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
902 "x/selection_requestor_unittest.cc", 904 "x/selection_requestor_unittest.cc",
903 ] 905 ]
904 deps += [ "//chromeos" ] 906 deps += [ "//chromeos" ]
905 } 907 }
906 } 908 }
907 } 909 }
908 # TODO(GYP) Mac (ui_base_tests_bundle) and Android (ui_base_unittests_apk). 910 # TODO(GYP) Mac (ui_base_tests_bundle) and Android (ui_base_unittests_apk).
OLDNEW
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698