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