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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1151763007: Add the boilerplate for actions to File System Provider API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 6 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'browser/chromeos/file_system_provider/operations/configure.cc', 295 'browser/chromeos/file_system_provider/operations/configure.cc',
296 'browser/chromeos/file_system_provider/operations/configure.h', 296 'browser/chromeos/file_system_provider/operations/configure.h',
297 'browser/chromeos/file_system_provider/operations/copy_entry.cc', 297 'browser/chromeos/file_system_provider/operations/copy_entry.cc',
298 'browser/chromeos/file_system_provider/operations/copy_entry.h', 298 'browser/chromeos/file_system_provider/operations/copy_entry.h',
299 'browser/chromeos/file_system_provider/operations/create_directory.cc', 299 'browser/chromeos/file_system_provider/operations/create_directory.cc',
300 'browser/chromeos/file_system_provider/operations/create_directory.h', 300 'browser/chromeos/file_system_provider/operations/create_directory.h',
301 'browser/chromeos/file_system_provider/operations/create_file.cc', 301 'browser/chromeos/file_system_provider/operations/create_file.cc',
302 'browser/chromeos/file_system_provider/operations/create_file.h', 302 'browser/chromeos/file_system_provider/operations/create_file.h',
303 'browser/chromeos/file_system_provider/operations/delete_entry.cc', 303 'browser/chromeos/file_system_provider/operations/delete_entry.cc',
304 'browser/chromeos/file_system_provider/operations/delete_entry.h', 304 'browser/chromeos/file_system_provider/operations/delete_entry.h',
305 'browser/chromeos/file_system_provider/operations/get_actions.cc',
306 'browser/chromeos/file_system_provider/operations/get_actions.h',
305 'browser/chromeos/file_system_provider/operations/get_metadata.cc', 307 'browser/chromeos/file_system_provider/operations/get_metadata.cc',
306 'browser/chromeos/file_system_provider/operations/get_metadata.h', 308 'browser/chromeos/file_system_provider/operations/get_metadata.h',
307 'browser/chromeos/file_system_provider/operations/move_entry.cc', 309 'browser/chromeos/file_system_provider/operations/move_entry.cc',
308 'browser/chromeos/file_system_provider/operations/move_entry.h', 310 'browser/chromeos/file_system_provider/operations/move_entry.h',
309 'browser/chromeos/file_system_provider/operations/open_file.cc', 311 'browser/chromeos/file_system_provider/operations/open_file.cc',
310 'browser/chromeos/file_system_provider/operations/open_file.h', 312 'browser/chromeos/file_system_provider/operations/open_file.h',
311 'browser/chromeos/file_system_provider/operations/operation.cc', 313 'browser/chromeos/file_system_provider/operations/operation.cc',
312 'browser/chromeos/file_system_provider/operations/operation.h', 314 'browser/chromeos/file_system_provider/operations/operation.h',
313 'browser/chromeos/file_system_provider/operations/read_directory.cc', 315 'browser/chromeos/file_system_provider/operations/read_directory.cc',
314 'browser/chromeos/file_system_provider/operations/read_directory.h', 316 'browser/chromeos/file_system_provider/operations/read_directory.h',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 'browser/chromeos/attestation/attestation_signed_data.proto', 1337 'browser/chromeos/attestation/attestation_signed_data.proto',
1336 ], 1338 ],
1337 'variables': { 1339 'variables': {
1338 'proto_in_dir': 'browser/chromeos/attestation', 1340 'proto_in_dir': 'browser/chromeos/attestation',
1339 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1341 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1340 }, 1342 },
1341 'includes': [ '../build/protoc.gypi' ] 1343 'includes': [ '../build/protoc.gypi' ]
1342 }, 1344 },
1343 ], 1345 ],
1344 } 1346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698