| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'browser/chromeos/attestation/attestation_policy_observer.cc', | 74 'browser/chromeos/attestation/attestation_policy_observer.cc', |
| 75 'browser/chromeos/attestation/attestation_policy_observer.h', | 75 'browser/chromeos/attestation/attestation_policy_observer.h', |
| 76 'browser/chromeos/attestation/platform_verification_dialog.cc', | 76 'browser/chromeos/attestation/platform_verification_dialog.cc', |
| 77 'browser/chromeos/attestation/platform_verification_dialog.h', | 77 'browser/chromeos/attestation/platform_verification_dialog.h', |
| 78 'browser/chromeos/attestation/platform_verification_flow.cc', | 78 'browser/chromeos/attestation/platform_verification_flow.cc', |
| 79 'browser/chromeos/attestation/platform_verification_flow.h', | 79 'browser/chromeos/attestation/platform_verification_flow.h', |
| 80 'browser/chromeos/attestation/platform_verification_impl.cc', | 80 'browser/chromeos/attestation/platform_verification_impl.cc', |
| 81 'browser/chromeos/attestation/platform_verification_impl.h', | 81 'browser/chromeos/attestation/platform_verification_impl.h', |
| 82 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 82 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 83 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 83 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 84 'browser/chromeos/base/file_flusher.cc', |
| 85 'browser/chromeos/base/file_flusher.h', |
| 84 'browser/chromeos/base/locale_util.cc', | 86 'browser/chromeos/base/locale_util.cc', |
| 85 'browser/chromeos/base/locale_util.h', | 87 'browser/chromeos/base/locale_util.h', |
| 86 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', | 88 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', |
| 87 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', | 89 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', |
| 88 'browser/chromeos/boot_times_recorder.cc', | 90 'browser/chromeos/boot_times_recorder.cc', |
| 89 'browser/chromeos/boot_times_recorder.h', | 91 'browser/chromeos/boot_times_recorder.h', |
| 90 'browser/chromeos/camera_detector.cc', | 92 'browser/chromeos/camera_detector.cc', |
| 91 'browser/chromeos/camera_detector.h', | 93 'browser/chromeos/camera_detector.h', |
| 92 'browser/chromeos/camera_presence_notifier.cc', | 94 'browser/chromeos/camera_presence_notifier.cc', |
| 93 'browser/chromeos/camera_presence_notifier.h', | 95 'browser/chromeos/camera_presence_notifier.h', |
| (...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1327 'browser/chromeos/attestation/attestation_signed_data.proto', | 1329 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1328 ], | 1330 ], |
| 1329 'variables': { | 1331 'variables': { |
| 1330 'proto_in_dir': 'browser/chromeos/attestation', | 1332 'proto_in_dir': 'browser/chromeos/attestation', |
| 1331 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1333 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1332 }, | 1334 }, |
| 1333 'includes': [ '../build/protoc.gypi' ] | 1335 'includes': [ '../build/protoc.gypi' ] |
| 1334 }, | 1336 }, |
| 1335 ], | 1337 ], |
| 1336 } | 1338 } |
| OLD | NEW |