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

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

Issue 551933002: Mark gtest and gmock as testonly in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testonly
Patch Set: android Created 6 years, 3 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 | « sync/BUILD.gn ('k') | ui/gl/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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 } 545 }
546 546
547 if (is_android || is_ios) { 547 if (is_android || is_ios) {
548 sources -= [ 548 sources -= [
549 "device_form_factor_desktop.cc", 549 "device_form_factor_desktop.cc",
550 ] 550 ]
551 } 551 }
552 } 552 }
553 553
554 source_set("test_support") { 554 source_set("test_support") {
555 testonly = true
555 sources = [ 556 sources = [
556 "test/ui_controls.h", 557 "test/ui_controls.h",
557 "test/ui_controls_aura.cc", 558 "test/ui_controls_aura.cc",
558 "test/ui_controls_internal_win.cc", 559 "test/ui_controls_internal_win.cc",
559 "test/ui_controls_internal_win.h", 560 "test/ui_controls_internal_win.h",
560 "test/ui_controls_mac.mm", 561 "test/ui_controls_mac.mm",
561 "test/ui_controls_win.cc", 562 "test/ui_controls_win.cc",
562 ] 563 ]
563 564
564 deps = [ 565 deps = [
(...skipping 24 matching lines...) Expand all
589 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 590 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
590 "../android/java/src/org/chromium/ui/base/ResourceBundle.java", 591 "../android/java/src/org/chromium/ui/base/ResourceBundle.java",
591 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 592 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
592 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 593 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
593 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 594 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
594 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 595 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
595 ] 596 ]
596 jni_package = "base" 597 jni_package = "base"
597 } 598 }
598 } 599 }
OLDNEW
« no previous file with comments | « sync/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698