| OLD | NEW |
| 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 |
| 11 # and mocks. | 11 # and mocks. |
| 12 'browser/chromeos/accessibility/accessibility_manager.cc', | 12 'browser/chromeos/accessibility/accessibility_manager.cc', |
| 13 'browser/chromeos/accessibility/accessibility_manager.h', | 13 'browser/chromeos/accessibility/accessibility_manager.h', |
| 14 'browser/chromeos/accessibility/accessibility_util.cc', | 14 'browser/chromeos/accessibility/accessibility_util.cc', |
| 15 'browser/chromeos/accessibility/accessibility_util.h', | 15 'browser/chromeos/accessibility/accessibility_util.h', |
| 16 'browser/chromeos/accessibility/magnification_manager.cc', | |
| 17 'browser/chromeos/accessibility/magnification_manager.h', | |
| 18 'browser/chromeos/app_mode/app_session_lifetime.cc', | 16 'browser/chromeos/app_mode/app_session_lifetime.cc', |
| 19 'browser/chromeos/app_mode/app_session_lifetime.h', | 17 'browser/chromeos/app_mode/app_session_lifetime.h', |
| 20 'browser/chromeos/app_mode/app_launch_utils.cc', | 18 'browser/chromeos/app_mode/app_launch_utils.cc', |
| 21 'browser/chromeos/app_mode/app_launch_utils.h', | 19 'browser/chromeos/app_mode/app_launch_utils.h', |
| 22 'browser/chromeos/app_mode/certificate_manager_dialog.cc', | 20 'browser/chromeos/app_mode/certificate_manager_dialog.cc', |
| 23 'browser/chromeos/app_mode/certificate_manager_dialog.h', | 21 'browser/chromeos/app_mode/certificate_manager_dialog.h', |
| 24 'browser/chromeos/app_mode/kiosk_app_data.cc', | 22 'browser/chromeos/app_mode/kiosk_app_data.cc', |
| 25 'browser/chromeos/app_mode/kiosk_app_data.h', | 23 'browser/chromeos/app_mode/kiosk_app_data.h', |
| 26 'browser/chromeos/app_mode/kiosk_app_data_delegate.h', | 24 'browser/chromeos/app_mode/kiosk_app_data_delegate.h', |
| 27 'browser/chromeos/app_mode/kiosk_app_external_loader.cc', | 25 'browser/chromeos/app_mode/kiosk_app_external_loader.cc', |
| (...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 'browser/supervised_user/chromeos/manager_password_service.cc', | 943 'browser/supervised_user/chromeos/manager_password_service.cc', |
| 946 'browser/supervised_user/chromeos/manager_password_service.h', | 944 'browser/supervised_user/chromeos/manager_password_service.h', |
| 947 'browser/supervised_user/chromeos/manager_password_service_factory.cc', | 945 'browser/supervised_user/chromeos/manager_password_service_factory.cc', |
| 948 'browser/supervised_user/chromeos/manager_password_service_factory.h', | 946 'browser/supervised_user/chromeos/manager_password_service_factory.h', |
| 949 'browser/supervised_user/chromeos/supervised_user_password_service.cc', | 947 'browser/supervised_user/chromeos/supervised_user_password_service.cc', |
| 950 'browser/supervised_user/chromeos/supervised_user_password_service.h', | 948 'browser/supervised_user/chromeos/supervised_user_password_service.h', |
| 951 'browser/supervised_user/chromeos/supervised_user_password_service_facto
ry.cc', | 949 'browser/supervised_user/chromeos/supervised_user_password_service_facto
ry.cc', |
| 952 'browser/supervised_user/chromeos/supervised_user_password_service_facto
ry.h', | 950 'browser/supervised_user/chromeos/supervised_user_password_service_facto
ry.h', |
| 953 ], | 951 ], |
| 954 'browser_chromeos_non_athena_sources': [ | 952 'browser_chromeos_non_athena_sources': [ |
| 953 'browser/chromeos/accessibility/magnification_manager.cc', |
| 954 'browser/chromeos/accessibility/magnification_manager.h', |
| 955 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 955 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 956 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 956 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 957 'browser/chromeos/login/users/wallpaper/wallpaper_manager.cc', | 957 'browser/chromeos/login/users/wallpaper/wallpaper_manager.cc', |
| 958 'browser/chromeos/login/users/wallpaper/wallpaper_manager.h', | 958 'browser/chromeos/login/users/wallpaper/wallpaper_manager.h', |
| 959 ], | 959 ], |
| 960 # These files lists are shared with the GN build. | 960 # These files lists are shared with the GN build. |
| 961 'browser_chromeos_extension_sources': [ | 961 'browser_chromeos_extension_sources': [ |
| 962 # Only extension API implementations should go here. | 962 # Only extension API implementations should go here. |
| 963 'browser/chromeos/extensions/echo_private_api.cc', | 963 'browser/chromeos/extensions/echo_private_api.cc', |
| 964 'browser/chromeos/extensions/echo_private_api.h', | 964 'browser/chromeos/extensions/echo_private_api.h', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1265 'browser/chromeos/attestation/attestation_signed_data.proto', | 1265 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1266 ], | 1266 ], |
| 1267 'variables': { | 1267 'variables': { |
| 1268 'proto_in_dir': 'browser/chromeos/attestation', | 1268 'proto_in_dir': 'browser/chromeos/attestation', |
| 1269 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1269 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1270 }, | 1270 }, |
| 1271 'includes': [ '../build/protoc.gypi' ] | 1271 'includes': [ '../build/protoc.gypi' ] |
| 1272 }, | 1272 }, |
| 1273 ], | 1273 ], |
| 1274 } | 1274 } |
| OLD | NEW |