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

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

Issue 2824283003: Fix autoupdate_EndToEndTest on veyron_rialto (Closed)
Patch Set: Addressed more comments Created 3 years, 7 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/chromeos/login/mock_network_state_helper.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 } 1503 }
1504 1504
1505 static_library("test_support") { 1505 static_library("test_support") {
1506 testonly = true 1506 testonly = true
1507 1507
1508 sources = [ 1508 sources = [
1509 "login/enrollment/enterprise_enrollment_helper_mock.cc", 1509 "login/enrollment/enterprise_enrollment_helper_mock.cc",
1510 "login/enrollment/enterprise_enrollment_helper_mock.h", 1510 "login/enrollment/enterprise_enrollment_helper_mock.h",
1511 "login/enrollment/mock_enrollment_screen.cc", 1511 "login/enrollment/mock_enrollment_screen.cc",
1512 "login/enrollment/mock_enrollment_screen.h", 1512 "login/enrollment/mock_enrollment_screen.h",
1513 "login/mock_network_state_helper.cc",
1514 "login/mock_network_state_helper.h",
1513 "login/screens/mock_base_screen_delegate.cc", 1515 "login/screens/mock_base_screen_delegate.cc",
1514 "login/screens/mock_base_screen_delegate.h", 1516 "login/screens/mock_base_screen_delegate.h",
1517 "login/screens/mock_model_view_channel.cc",
1518 "login/screens/mock_model_view_channel.h",
1519 "login/screens/mock_network_screen.cc",
1520 "login/screens/mock_network_screen.h",
1515 ] 1521 ]
1516 1522
1517 deps = [ 1523 deps = [
1518 "//components/policy/proto", 1524 "//components/policy/proto",
1525 "//skia",
1519 "//testing/gmock", 1526 "//testing/gmock",
1520 ] 1527 ]
1521 } 1528 }
1522 1529
1523 source_set("unit_tests") { 1530 source_set("unit_tests") {
1524 testonly = true 1531 testonly = true
1525 1532
1526 sources = [ 1533 sources = [
1527 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). 1534 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951).
1528 "../download/notification/download_item_notification_unittest.cc", 1535 "../download/notification/download_item_notification_unittest.cc",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1660 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1654 "login/enrollment/enrollment_screen_unittest.cc", 1661 "login/enrollment/enrollment_screen_unittest.cc",
1655 "login/error_screens_histogram_helper_unittest.cc", 1662 "login/error_screens_histogram_helper_unittest.cc",
1656 "login/existing_user_controller_auto_login_unittest.cc", 1663 "login/existing_user_controller_auto_login_unittest.cc",
1657 "login/hwid_checker_unittest.cc", 1664 "login/hwid_checker_unittest.cc",
1658 "login/profile_auth_data_unittest.cc", 1665 "login/profile_auth_data_unittest.cc",
1659 "login/quick_unlock/fingerprint_storage_unittest.cc", 1666 "login/quick_unlock/fingerprint_storage_unittest.cc",
1660 "login/quick_unlock/pin_storage_unittest.cc", 1667 "login/quick_unlock/pin_storage_unittest.cc",
1661 "login/quick_unlock/quick_unlock_storage_unittest.cc", 1668 "login/quick_unlock/quick_unlock_storage_unittest.cc",
1662 "login/saml/saml_offline_signin_limiter_unittest.cc", 1669 "login/saml/saml_offline_signin_limiter_unittest.cc",
1670 "login/screens/network_screen_unittest.cc",
1663 "login/signin/merge_session_load_page_unittest.cc", 1671 "login/signin/merge_session_load_page_unittest.cc",
1664 "login/supervised/supervised_user_authentication_unittest.cc", 1672 "login/supervised/supervised_user_authentication_unittest.cc",
1665 "login/users/affiliation_unittest.cc", 1673 "login/users/affiliation_unittest.cc",
1666 "login/users/multi_profile_user_controller_unittest.cc", 1674 "login/users/multi_profile_user_controller_unittest.cc",
1667 "login/users/user_manager_unittest.cc", 1675 "login/users/user_manager_unittest.cc",
1668 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1676 "login/users/wallpaper/wallpaper_manager_unittest.cc",
1669 "mobile/mobile_activator_unittest.cc", 1677 "mobile/mobile_activator_unittest.cc",
1670 "mobile_config_unittest.cc", 1678 "mobile_config_unittest.cc",
1671 "net/cert_verify_proc_chromeos_unittest.cc", 1679 "net/cert_verify_proc_chromeos_unittest.cc",
1672 "net/client_cert_store_chromeos_unittest.cc", 1680 "net/client_cert_store_chromeos_unittest.cc",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 "policy/proto/chrome_device_policy.proto", 1837 "policy/proto/chrome_device_policy.proto",
1830 "policy/proto/install_attributes.proto", 1838 "policy/proto/install_attributes.proto",
1831 ] 1839 ]
1832 } 1840 }
1833 1841
1834 proto_library("attestation_proto") { 1842 proto_library("attestation_proto") {
1835 sources = [ 1843 sources = [
1836 "attestation/attestation_key_payload.proto", 1844 "attestation/attestation_key_payload.proto",
1837 ] 1845 ]
1838 } 1846 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/mock_network_state_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698