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

Side by Side Diff: ash/BUILD.gn

Issue 1953523002: Address some TODO(GYP)s in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 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 | « BUILD.gn ('k') | base/BUILD.gn » ('j') | 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 405 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
406 406
407 # Can't resize on Windows Ash. http://crbug.com/165962 407 # Can't resize on Windows Ash. http://crbug.com/165962
408 "autoclick/autoclick_unittest.cc", 408 "autoclick/autoclick_unittest.cc",
409 "magnifier/magnification_controller_unittest.cc", 409 "magnifier/magnification_controller_unittest.cc",
410 "sticky_keys/sticky_keys_overlay_unittest.cc", 410 "sticky_keys/sticky_keys_overlay_unittest.cc",
411 "system/tray/media_security/multi_profile_media_tray_item_unittest.cc", 411 "system/tray/media_security/multi_profile_media_tray_item_unittest.cc",
412 "virtual_keyboard_controller_unittest.cc", 412 "virtual_keyboard_controller_unittest.cc",
413 "wm/workspace/workspace_window_resizer_unittest.cc", 413 "wm/workspace/workspace_window_resizer_unittest.cc",
414 ] 414 ]
415 sources += [
416 #'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', TODO (GYP)
417 ]
418 } 415 }
419 416
420 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 417 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
421 418
422 if (!use_x11) { 419 if (!use_x11) {
423 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ] 420 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
424 } 421 }
425 if (is_chromeos) { 422 if (is_chromeos) {
426 sources += [ "first_run/first_run_helper_unittest.cc" ] 423 sources += [ "first_run/first_run_helper_unittest.cc" ]
427 deps += [ 424 deps += [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 configs += [ "//build/config/win:windowed" ] 478 configs += [ "//build/config/win:windowed" ]
482 deps += [ "//sandbox" ] 479 deps += [ "//sandbox" ]
483 } 480 }
484 481
485 if (is_chromeos) { 482 if (is_chromeos) {
486 deps += [ "//device/bluetooth" ] 483 deps += [ "//device/bluetooth" ]
487 } 484 }
488 } 485 }
489 # When adding support for isolates, please have a look at run-time dependencies 486 # When adding support for isolates, please have a look at run-time dependencies
490 # in the ash_unittests_run target in ash.gyp. 487 # in the ash_unittests_run target in ash.gyp.
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698