| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'browser/chromeos/arc/arc_android_management_checker.cc', | 59 'browser/chromeos/arc/arc_android_management_checker.cc', |
| 60 'browser/chromeos/arc/arc_android_management_checker.h', | 60 'browser/chromeos/arc/arc_android_management_checker.h', |
| 61 'browser/chromeos/arc/arc_android_management_checker_delegate.h', | 61 'browser/chromeos/arc/arc_android_management_checker_delegate.h', |
| 62 'browser/chromeos/arc/arc_auth_context.cc', | 62 'browser/chromeos/arc/arc_auth_context.cc', |
| 63 'browser/chromeos/arc/arc_auth_context.h', | 63 'browser/chromeos/arc/arc_auth_context.h', |
| 64 'browser/chromeos/arc/arc_auth_context_delegate.h', | 64 'browser/chromeos/arc/arc_auth_context_delegate.h', |
| 65 'browser/chromeos/arc/arc_auth_notification.cc', | 65 'browser/chromeos/arc/arc_auth_notification.cc', |
| 66 'browser/chromeos/arc/arc_auth_notification.h', | 66 'browser/chromeos/arc/arc_auth_notification.h', |
| 67 'browser/chromeos/arc/arc_auth_service.cc', | 67 'browser/chromeos/arc/arc_auth_service.cc', |
| 68 'browser/chromeos/arc/arc_auth_service.h', | 68 'browser/chromeos/arc/arc_auth_service.h', |
| 69 'browser/chromeos/arc/arc_backup_restore_policy_handler.cc', |
| 70 'browser/chromeos/arc/arc_backup_restore_policy_handler.h', |
| 69 'browser/chromeos/arc/arc_downloads_watcher_service.cc', | 71 'browser/chromeos/arc/arc_downloads_watcher_service.cc', |
| 70 'browser/chromeos/arc/arc_downloads_watcher_service.h', | 72 'browser/chromeos/arc/arc_downloads_watcher_service.h', |
| 71 'browser/chromeos/arc/arc_navigation_throttle.cc', | 73 'browser/chromeos/arc/arc_navigation_throttle.cc', |
| 72 'browser/chromeos/arc/arc_navigation_throttle.h', | 74 'browser/chromeos/arc/arc_navigation_throttle.h', |
| 73 'browser/chromeos/arc/arc_service_launcher.cc', | 75 'browser/chromeos/arc/arc_service_launcher.cc', |
| 74 'browser/chromeos/arc/arc_service_launcher.h', | 76 'browser/chromeos/arc/arc_service_launcher.h', |
| 75 'browser/chromeos/arc/arc_support_host.cc', | 77 'browser/chromeos/arc/arc_support_host.cc', |
| 76 'browser/chromeos/arc/arc_support_host.h', | 78 'browser/chromeos/arc/arc_support_host.h', |
| 77 'browser/chromeos/arc/arc_policy_bridge.cc', | 79 'browser/chromeos/arc/arc_policy_bridge.cc', |
| 78 'browser/chromeos/arc/arc_policy_bridge.h', | 80 'browser/chromeos/arc/arc_policy_bridge.h', |
| (...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1380 'browser/chromeos/attestation/attestation_signed_data.proto', | 1382 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1381 ], | 1383 ], |
| 1382 'variables': { | 1384 'variables': { |
| 1383 'proto_in_dir': 'browser/chromeos/attestation', | 1385 'proto_in_dir': 'browser/chromeos/attestation', |
| 1384 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1386 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1385 }, | 1387 }, |
| 1386 'includes': [ '../build/protoc.gypi' ] | 1388 'includes': [ '../build/protoc.gypi' ] |
| 1387 }, | 1389 }, |
| 1388 ], | 1390 ], |
| 1389 } | 1391 } |
| OLD | NEW |