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

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

Issue 2917343002: Run PermissionRequestManager tests on Android (Closed)
Patch Set: Created 3 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 | « no previous file | chrome/browser/permissions/mock_permission_request.h » ('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/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 4490 matching lines...) Expand 10 before | Expand all | Expand 10 after
4501 "net/dns_probe_test_util.cc", 4501 "net/dns_probe_test_util.cc",
4502 "net/dns_probe_test_util.h", 4502 "net/dns_probe_test_util.h",
4503 "net/url_request_mock_util.cc", 4503 "net/url_request_mock_util.cc",
4504 "net/url_request_mock_util.h", 4504 "net/url_request_mock_util.h",
4505 "notifications/notification_test_util.cc", 4505 "notifications/notification_test_util.cc",
4506 "notifications/notification_test_util.h", 4506 "notifications/notification_test_util.h",
4507 "notifications/stub_notification_display_service.cc", 4507 "notifications/stub_notification_display_service.cc",
4508 "notifications/stub_notification_display_service.h", 4508 "notifications/stub_notification_display_service.h",
4509 "notifications/stub_notification_platform_bridge.cc", 4509 "notifications/stub_notification_platform_bridge.cc",
4510 "notifications/stub_notification_platform_bridge.h", 4510 "notifications/stub_notification_platform_bridge.h",
4511 "permissions/mock_permission_request.cc",
4512 "permissions/mock_permission_request.h",
4511 "policy/test/local_policy_test_server.cc", 4513 "policy/test/local_policy_test_server.cc",
4512 "policy/test/local_policy_test_server.h", 4514 "policy/test/local_policy_test_server.h",
4513 "search_engines/template_url_service_factory_test_util.cc", 4515 "search_engines/template_url_service_factory_test_util.cc",
4514 "search_engines/template_url_service_factory_test_util.h", 4516 "search_engines/template_url_service_factory_test_util.h",
4515 "search_engines/template_url_service_test_util.cc", 4517 "search_engines/template_url_service_test_util.cc",
4516 "search_engines/template_url_service_test_util.h", 4518 "search_engines/template_url_service_test_util.h",
4517 "signin/fake_account_fetcher_service_builder.cc", 4519 "signin/fake_account_fetcher_service_builder.cc",
4518 "signin/fake_account_fetcher_service_builder.h", 4520 "signin/fake_account_fetcher_service_builder.h",
4519 "signin/fake_gaia_cookie_manager_service_builder.cc", 4521 "signin/fake_gaia_cookie_manager_service_builder.cc",
4520 "signin/fake_gaia_cookie_manager_service_builder.h", 4522 "signin/fake_gaia_cookie_manager_service_builder.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
4577 sources += [ 4579 sources += [
4578 "android/download/mock_download_controller.cc", 4580 "android/download/mock_download_controller.cc",
4579 "android/download/mock_download_controller.h", 4581 "android/download/mock_download_controller.h",
4580 ] 4582 ]
4581 } else { 4583 } else {
4582 sources += [ 4584 sources += [
4583 "chooser_controller/mock_chooser_controller.cc", 4585 "chooser_controller/mock_chooser_controller.cc",
4584 "chooser_controller/mock_chooser_controller.h", 4586 "chooser_controller/mock_chooser_controller.h",
4585 "download/test_download_shelf.cc", 4587 "download/test_download_shelf.cc",
4586 "download/test_download_shelf.h", 4588 "download/test_download_shelf.h",
4587 "permissions/mock_permission_request.cc",
4588 "permissions/mock_permission_request.h",
4589 "profile_resetter/profile_resetter_test_base.cc", 4589 "profile_resetter/profile_resetter_test_base.cc",
4590 "profile_resetter/profile_resetter_test_base.h", 4590 "profile_resetter/profile_resetter_test_base.h",
4591 "sessions/session_restore_test_helper.cc", 4591 "sessions/session_restore_test_helper.cc",
4592 "sessions/session_restore_test_helper.h", 4592 "sessions/session_restore_test_helper.h",
4593 "sessions/session_service_test_helper.cc", 4593 "sessions/session_service_test_helper.cc",
4594 "sessions/session_service_test_helper.h", 4594 "sessions/session_service_test_helper.h",
4595 ] 4595 ]
4596 } 4596 }
4597 4597
4598 if (enable_extensions) { 4598 if (enable_extensions) {
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
4790 "media/pepper_cdm_test_constants.cc", 4790 "media/pepper_cdm_test_constants.cc",
4791 "media/pepper_cdm_test_constants.h", 4791 "media/pepper_cdm_test_constants.h",
4792 ] 4792 ]
4793 } 4793 }
4794 } 4794 }
4795 4795
4796 service_manifest("preferences_forwarder_manifest") { 4796 service_manifest("preferences_forwarder_manifest") {
4797 name = "preferences_forwarder" 4797 name = "preferences_forwarder"
4798 source = "prefs/forwarder_manifest.json" 4798 source = "prefs/forwarder_manifest.json"
4799 } 4799 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/permissions/mock_permission_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698