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

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

Issue 2766153002: Don't compile PasswordManagerBrowserTestBase on Android (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4507 matching lines...) Expand 10 before | Expand all | Expand 10 after
4518 } 4518 }
4519 } 4519 }
4520 4520
4521 static_library("test_support_ui") { 4521 static_library("test_support_ui") {
4522 testonly = true 4522 testonly = true
4523 4523
4524 # Always include this via the main test support UI target. 4524 # Always include this via the main test support UI target.
4525 visibility = [ "//chrome/test:test_support_ui" ] 4525 visibility = [ "//chrome/test:test_support_ui" ]
4526 4526
4527 sources = [ 4527 sources = [
4528 "password_manager/password_manager_test_base.cc",
4529 "password_manager/password_manager_test_base.h",
4530 "signin/token_revoker_test_utils.cc", 4528 "signin/token_revoker_test_utils.cc",
4531 "signin/token_revoker_test_utils.h", 4529 "signin/token_revoker_test_utils.h",
4532 "ui/webui/signin/login_ui_test_utils.cc", 4530 "ui/webui/signin/login_ui_test_utils.cc",
4533 "ui/webui/signin/login_ui_test_utils.h", 4531 "ui/webui/signin/login_ui_test_utils.h",
4534 ] 4532 ]
4535 4533
4536 if (!is_android) { 4534 if (!is_android) {
4537 sources += [ 4535 sources += [
4536 "password_manager/password_manager_test_base.cc",
4537 "password_manager/password_manager_test_base.h",
4538 "ui/webui/web_ui_test_handler.cc", 4538 "ui/webui/web_ui_test_handler.cc",
4539 "ui/webui/web_ui_test_handler.h", 4539 "ui/webui/web_ui_test_handler.h",
4540 ] 4540 ]
4541 } 4541 }
4542 4542
4543 configs += [ "//build/config:precompiled_headers" ] 4543 configs += [ "//build/config:precompiled_headers" ]
4544 4544
4545 deps = [ 4545 deps = [
4546 "//components/metrics:test_support", 4546 "//components/metrics:test_support",
4547 "//components/password_manager/content/common:mojo_interfaces", 4547 "//components/password_manager/content/common:mojo_interfaces",
(...skipping 30 matching lines...) Expand all
4578 "media/pepper_cdm_test_constants.cc", 4578 "media/pepper_cdm_test_constants.cc",
4579 "media/pepper_cdm_test_constants.h", 4579 "media/pepper_cdm_test_constants.h",
4580 ] 4580 ]
4581 } 4581 }
4582 } 4582 }
4583 4583
4584 service_manifest("preferences_manifest") { 4584 service_manifest("preferences_manifest") {
4585 name = "preferences" 4585 name = "preferences"
4586 source = "prefs/preferences_manifest.json" 4586 source = "prefs/preferences_manifest.json"
4587 } 4587 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698