| 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 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'browser/chromeos/app_mode/startup_app_launcher.cc', | 53 'browser/chromeos/app_mode/startup_app_launcher.cc', |
| 54 'browser/chromeos/app_mode/startup_app_launcher.h', | 54 'browser/chromeos/app_mode/startup_app_launcher.h', |
| 55 'browser/chromeos/arc/arc_auth_notification.cc', | 55 'browser/chromeos/arc/arc_auth_notification.cc', |
| 56 'browser/chromeos/arc/arc_auth_notification.h', | 56 'browser/chromeos/arc/arc_auth_notification.h', |
| 57 'browser/chromeos/arc/arc_auth_service.cc', | 57 'browser/chromeos/arc/arc_auth_service.cc', |
| 58 'browser/chromeos/arc/arc_auth_service.h', | 58 'browser/chromeos/arc/arc_auth_service.h', |
| 59 'browser/chromeos/arc/arc_intent_helper_bridge.cc', | 59 'browser/chromeos/arc/arc_intent_helper_bridge.cc', |
| 60 'browser/chromeos/arc/arc_intent_helper_bridge.h', | 60 'browser/chromeos/arc/arc_intent_helper_bridge.h', |
| 61 'browser/chromeos/arc/arc_service_launcher.cc', | 61 'browser/chromeos/arc/arc_service_launcher.cc', |
| 62 'browser/chromeos/arc/arc_service_launcher.h', | 62 'browser/chromeos/arc/arc_service_launcher.h', |
| 63 'browser/chromeos/arc/gpu_arc_video_service_host.cc', |
| 64 'browser/chromeos/arc/gpu_arc_video_service_host.h', |
| 63 'browser/chromeos/arc/settings_bridge.cc', | 65 'browser/chromeos/arc/settings_bridge.cc', |
| 64 'browser/chromeos/arc/settings_bridge.h', | 66 'browser/chromeos/arc/settings_bridge.h', |
| 65 'browser/chromeos/attestation/attestation_ca_client.cc', | 67 'browser/chromeos/attestation/attestation_ca_client.cc', |
| 66 'browser/chromeos/attestation/attestation_ca_client.h', | 68 'browser/chromeos/attestation/attestation_ca_client.h', |
| 67 'browser/chromeos/attestation/attestation_policy_observer.cc', | 69 'browser/chromeos/attestation/attestation_policy_observer.cc', |
| 68 'browser/chromeos/attestation/attestation_policy_observer.h', | 70 'browser/chromeos/attestation/attestation_policy_observer.h', |
| 69 'browser/chromeos/attestation/platform_verification_dialog.cc', | 71 'browser/chromeos/attestation/platform_verification_dialog.cc', |
| 70 'browser/chromeos/attestation/platform_verification_dialog.h', | 72 'browser/chromeos/attestation/platform_verification_dialog.h', |
| 71 'browser/chromeos/attestation/platform_verification_flow.cc', | 73 'browser/chromeos/attestation/platform_verification_flow.cc', |
| 72 'browser/chromeos/attestation/platform_verification_flow.h', | 74 'browser/chromeos/attestation/platform_verification_flow.h', |
| (...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 'browser/chromeos/attestation/attestation_signed_data.proto', | 1321 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1320 ], | 1322 ], |
| 1321 'variables': { | 1323 'variables': { |
| 1322 'proto_in_dir': 'browser/chromeos/attestation', | 1324 'proto_in_dir': 'browser/chromeos/attestation', |
| 1323 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1325 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1324 }, | 1326 }, |
| 1325 'includes': [ '../build/protoc.gypi' ] | 1327 'includes': [ '../build/protoc.gypi' ] |
| 1326 }, | 1328 }, |
| 1327 ], | 1329 ], |
| 1328 } | 1330 } |
| OLD | NEW |