Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1088883002: Add events for configuring and adding new providers to FSP API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/throttled_file_system.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698