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

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

Issue 409493002: Cleanup test_support target names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/events/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/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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 } 505 }
506 } 506 }
507 507
508 if (is_android || is_ios) { 508 if (is_android || is_ios) {
509 sources -= [ 509 sources -= [
510 "device_form_factor_desktop.cc", 510 "device_form_factor_desktop.cc",
511 ] 511 ]
512 } 512 }
513 } 513 }
514 514
515 source_set("ui_base_test_support") { 515 source_set("test_support") {
516 sources = [ 516 sources = [
517 "test/ui_controls.h", 517 "test/ui_controls.h",
518 "test/ui_controls_aura.cc", 518 "test/ui_controls_aura.cc",
519 "test/ui_controls_internal_win.cc", 519 "test/ui_controls_internal_win.cc",
520 "test/ui_controls_internal_win.h", 520 "test/ui_controls_internal_win.h",
521 "test/ui_controls_mac.mm", 521 "test/ui_controls_mac.mm",
522 "test/ui_controls_win.cc", 522 "test/ui_controls_win.cc",
523 ] 523 ]
524 524
525 deps = [ 525 deps = [
(...skipping 22 matching lines...) Expand all
548 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 548 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
549 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 549 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
550 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 550 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
551 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 551 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
552 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 552 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
553 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 553 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
554 ] 554 ]
555 jni_package = "base" 555 jni_package = "base"
556 } 556 }
557 } 557 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698