| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', | 54 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', |
| 55 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', | 55 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', |
| 56 'browser/chromeos/base/locale_util.cc', | 56 'browser/chromeos/base/locale_util.cc', |
| 57 'browser/chromeos/base/locale_util.h', | 57 'browser/chromeos/base/locale_util.h', |
| 58 'browser/chromeos/boot_times_loader.cc', | 58 'browser/chromeos/boot_times_loader.cc', |
| 59 'browser/chromeos/boot_times_loader.h', | 59 'browser/chromeos/boot_times_loader.h', |
| 60 'browser/chromeos/camera_detector.cc', | 60 'browser/chromeos/camera_detector.cc', |
| 61 'browser/chromeos/camera_detector.h', | 61 'browser/chromeos/camera_detector.h', |
| 62 'browser/chromeos/camera_presence_notifier.cc', | 62 'browser/chromeos/camera_presence_notifier.cc', |
| 63 'browser/chromeos/camera_presence_notifier.h', | 63 'browser/chromeos/camera_presence_notifier.h', |
| 64 'browser/chromeos/charger_replace/charger_link_dialog.cc', | |
| 65 'browser/chromeos/charger_replace/charger_link_dialog.h', | |
| 66 'browser/chromeos/charger_replace/charger_replacement_dialog.cc', | |
| 67 'browser/chromeos/charger_replace/charger_replacement_dialog.h', | |
| 68 'browser/chromeos/chrome_browser_main_chromeos.cc', | 64 'browser/chromeos/chrome_browser_main_chromeos.cc', |
| 69 'browser/chromeos/chrome_browser_main_chromeos.h', | 65 'browser/chromeos/chrome_browser_main_chromeos.h', |
| 70 'browser/chromeos/customization_document.cc', | 66 'browser/chromeos/customization_document.cc', |
| 71 'browser/chromeos/customization_document.h', | 67 'browser/chromeos/customization_document.h', |
| 72 'browser/chromeos/customization_wallpaper_downloader.cc', | 68 'browser/chromeos/customization_wallpaper_downloader.cc', |
| 73 'browser/chromeos/customization_wallpaper_downloader.h', | 69 'browser/chromeos/customization_wallpaper_downloader.h', |
| 74 'browser/chromeos/display/display_configuration_observer.cc', | 70 'browser/chromeos/display/display_configuration_observer.cc', |
| 75 'browser/chromeos/display/display_configuration_observer.h', | 71 'browser/chromeos/display/display_configuration_observer.h', |
| 76 'browser/chromeos/display/display_preferences.cc', | 72 'browser/chromeos/display/display_preferences.cc', |
| 77 'browser/chromeos/display/display_preferences.h', | 73 'browser/chromeos/display/display_preferences.h', |
| (...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1273 'browser/chromeos/attestation/attestation_signed_data.proto', | 1269 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1274 ], | 1270 ], |
| 1275 'variables': { | 1271 'variables': { |
| 1276 'proto_in_dir': 'browser/chromeos/attestation', | 1272 'proto_in_dir': 'browser/chromeos/attestation', |
| 1277 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1273 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1278 }, | 1274 }, |
| 1279 'includes': [ '../build/protoc.gypi' ] | 1275 'includes': [ '../build/protoc.gypi' ] |
| 1280 }, | 1276 }, |
| 1281 ], | 1277 ], |
| 1282 } | 1278 } |
| OLD | NEW |