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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 799683003: Move chromeos::version_loader to src/chromeos/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/browser/ui/webui/version_handler_chromeos.h ('k') | chrome/chrome_tests_unit.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 'browser/chromeos/ui/mobile_config_ui.cc', 946 'browser/chromeos/ui/mobile_config_ui.cc',
947 'browser/chromeos/ui/mobile_config_ui.h', 947 'browser/chromeos/ui/mobile_config_ui.h',
948 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', 948 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc',
949 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', 949 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h',
950 'browser/chromeos/ui_proxy_config.cc', 950 'browser/chromeos/ui_proxy_config.cc',
951 'browser/chromeos/ui_proxy_config.h', 951 'browser/chromeos/ui_proxy_config.h',
952 'browser/chromeos/ui_proxy_config_service.cc', 952 'browser/chromeos/ui_proxy_config_service.cc',
953 'browser/chromeos/ui_proxy_config_service.h', 953 'browser/chromeos/ui_proxy_config_service.h',
954 'browser/chromeos/upgrade_detector_chromeos.cc', 954 'browser/chromeos/upgrade_detector_chromeos.cc',
955 'browser/chromeos/upgrade_detector_chromeos.h', 955 'browser/chromeos/upgrade_detector_chromeos.h',
956 'browser/chromeos/version_loader.cc',
957 'browser/chromeos/version_loader.h',
958 'browser/supervised_user/chromeos/manager_password_service.cc', 956 'browser/supervised_user/chromeos/manager_password_service.cc',
959 'browser/supervised_user/chromeos/manager_password_service.h', 957 'browser/supervised_user/chromeos/manager_password_service.h',
960 'browser/supervised_user/chromeos/manager_password_service_factory.cc', 958 'browser/supervised_user/chromeos/manager_password_service_factory.cc',
961 'browser/supervised_user/chromeos/manager_password_service_factory.h', 959 'browser/supervised_user/chromeos/manager_password_service_factory.h',
962 'browser/supervised_user/chromeos/supervised_user_password_service.cc', 960 'browser/supervised_user/chromeos/supervised_user_password_service.cc',
963 'browser/supervised_user/chromeos/supervised_user_password_service.h', 961 'browser/supervised_user/chromeos/supervised_user_password_service.h',
964 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.cc', 962 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.cc',
965 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.h', 963 'browser/supervised_user/chromeos/supervised_user_password_service_facto ry.h',
966 ], 964 ],
967 'browser_chromeos_non_athena_sources': [ 965 'browser_chromeos_non_athena_sources': [
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 'browser/chromeos/attestation/attestation_signed_data.proto', 1292 'browser/chromeos/attestation/attestation_signed_data.proto',
1295 ], 1293 ],
1296 'variables': { 1294 'variables': {
1297 'proto_in_dir': 'browser/chromeos/attestation', 1295 'proto_in_dir': 'browser/chromeos/attestation',
1298 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1296 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1299 }, 1297 },
1300 'includes': [ '../build/protoc.gypi' ] 1298 'includes': [ '../build/protoc.gypi' ]
1301 }, 1299 },
1302 ], 1300 ],
1303 } 1301 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_handler_chromeos.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698