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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2029863002: Refactor ChooserBubbleUiViewDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make ChooserContentView::ChooserControllerDestroying a private function Created 4 years, 6 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 | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "//ui/message_center:test_support", 127 "//ui/message_center:test_support",
128 ] 128 ]
129 129
130 if (!is_ios) { 130 if (!is_ios) {
131 public_deps += [ 131 public_deps += [
132 "//chrome/child", 132 "//chrome/child",
133 "//chrome/renderer", 133 "//chrome/renderer",
134 "//chrome/utility", 134 "//chrome/utility",
135 "//components/autofill/core/browser:test_support", 135 "//components/autofill/core/browser:test_support",
136 "//components/captive_portal:test_support", 136 "//components/captive_portal:test_support",
137 "//components/chooser_controller:test_support",
137 "//components/gcm_driver/crypto:test_support", 138 "//components/gcm_driver/crypto:test_support",
138 "//components/guest_view/browser:test_support", 139 "//components/guest_view/browser:test_support",
139 "//components/infobars/core", 140 "//components/infobars/core",
140 "//components/sessions:test_support", 141 "//components/sessions:test_support",
141 "//components/web_resource:test_support", 142 "//components/web_resource:test_support",
142 "//content/public/child", 143 "//content/public/child",
143 "//content/public/common", 144 "//content/public/common",
144 "//content/public/renderer", 145 "//content/public/renderer",
145 "//content/public/utility", 146 "//content/public/utility",
146 "//google_apis:test_support", 147 "//google_apis:test_support",
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 if (is_android) { 2394 if (is_android) {
2394 android_library("unit_tests_java") { 2395 android_library("unit_tests_java") {
2395 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2396 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2396 deps = [ 2397 deps = [
2397 "//base:base_java", 2398 "//base:base_java",
2398 "//chrome/android:chrome_java", 2399 "//chrome/android:chrome_java",
2399 "//content/public/android:content_java", 2400 "//content/public/android:content_java",
2400 ] 2401 ]
2401 } 2402 }
2402 } 2403 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698