| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'browser/chromeos/file_system_provider/notification_manager.cc', | 283 'browser/chromeos/file_system_provider/notification_manager.cc', |
| 284 'browser/chromeos/file_system_provider/notification_manager.h', | 284 'browser/chromeos/file_system_provider/notification_manager.h', |
| 285 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, | 285 'browser/chromeos/file_system_provider/notification_manager_interface.h'
, |
| 286 'browser/chromeos/file_system_provider/observer.h', | 286 'browser/chromeos/file_system_provider/observer.h', |
| 287 'browser/chromeos/file_system_provider/operations/abort.cc', | 287 'browser/chromeos/file_system_provider/operations/abort.cc', |
| 288 'browser/chromeos/file_system_provider/operations/abort.h', | 288 'browser/chromeos/file_system_provider/operations/abort.h', |
| 289 'browser/chromeos/file_system_provider/operations/add_watcher.cc', | 289 'browser/chromeos/file_system_provider/operations/add_watcher.cc', |
| 290 'browser/chromeos/file_system_provider/operations/add_watcher.h', | 290 'browser/chromeos/file_system_provider/operations/add_watcher.h', |
| 291 'browser/chromeos/file_system_provider/operations/close_file.cc', | 291 'browser/chromeos/file_system_provider/operations/close_file.cc', |
| 292 'browser/chromeos/file_system_provider/operations/close_file.h', | 292 'browser/chromeos/file_system_provider/operations/close_file.h', |
| 293 'browser/chromeos/file_system_provider/operations/configure.cc', |
| 294 'browser/chromeos/file_system_provider/operations/configure.h', |
| 293 'browser/chromeos/file_system_provider/operations/copy_entry.cc', | 295 'browser/chromeos/file_system_provider/operations/copy_entry.cc', |
| 294 'browser/chromeos/file_system_provider/operations/copy_entry.h', | 296 'browser/chromeos/file_system_provider/operations/copy_entry.h', |
| 295 'browser/chromeos/file_system_provider/operations/create_directory.cc', | 297 'browser/chromeos/file_system_provider/operations/create_directory.cc', |
| 296 'browser/chromeos/file_system_provider/operations/create_directory.h', | 298 'browser/chromeos/file_system_provider/operations/create_directory.h', |
| 297 'browser/chromeos/file_system_provider/operations/create_file.cc', | 299 'browser/chromeos/file_system_provider/operations/create_file.cc', |
| 298 'browser/chromeos/file_system_provider/operations/create_file.h', | 300 'browser/chromeos/file_system_provider/operations/create_file.h', |
| 299 'browser/chromeos/file_system_provider/operations/delete_entry.cc', | 301 'browser/chromeos/file_system_provider/operations/delete_entry.cc', |
| 300 'browser/chromeos/file_system_provider/operations/delete_entry.h', | 302 'browser/chromeos/file_system_provider/operations/delete_entry.h', |
| 301 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 303 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
| 302 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 304 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| (...skipping 1016 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 |