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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 663713002: [fsp] Extract ObservedEntry and ObservedEntries to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Added missing files. Created 6 years, 2 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h', 273 'browser/chromeos/file_system_provider/fileapi/file_stream_reader.h',
274 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.cc', 274 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.cc',
275 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.h', 275 'browser/chromeos/file_system_provider/fileapi/file_stream_writer.h',
276 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. cc', 276 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. cc',
277 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. h', 277 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util. h',
278 'browser/chromeos/file_system_provider/mount_path_util.cc', 278 'browser/chromeos/file_system_provider/mount_path_util.cc',
279 'browser/chromeos/file_system_provider/mount_path_util.h', 279 'browser/chromeos/file_system_provider/mount_path_util.h',
280 'browser/chromeos/file_system_provider/notification_manager.cc', 280 'browser/chromeos/file_system_provider/notification_manager.cc',
281 'browser/chromeos/file_system_provider/notification_manager.h', 281 'browser/chromeos/file_system_provider/notification_manager.h',
282 'browser/chromeos/file_system_provider/notification_manager_interface.h' , 282 'browser/chromeos/file_system_provider/notification_manager_interface.h' ,
283 'browser/chromeos/file_system_provider/observed_entry.cc',
284 'browser/chromeos/file_system_provider/observed_entry.h',
283 'browser/chromeos/file_system_provider/observer.h', 285 'browser/chromeos/file_system_provider/observer.h',
284 'browser/chromeos/file_system_provider/operations/abort.cc', 286 'browser/chromeos/file_system_provider/operations/abort.cc',
285 'browser/chromeos/file_system_provider/operations/abort.h', 287 'browser/chromeos/file_system_provider/operations/abort.h',
286 'browser/chromeos/file_system_provider/operations/close_file.cc', 288 'browser/chromeos/file_system_provider/operations/close_file.cc',
287 'browser/chromeos/file_system_provider/operations/close_file.h', 289 'browser/chromeos/file_system_provider/operations/close_file.h',
288 'browser/chromeos/file_system_provider/operations/copy_entry.cc', 290 'browser/chromeos/file_system_provider/operations/copy_entry.cc',
289 'browser/chromeos/file_system_provider/operations/copy_entry.h', 291 'browser/chromeos/file_system_provider/operations/copy_entry.h',
290 'browser/chromeos/file_system_provider/operations/create_directory.cc', 292 'browser/chromeos/file_system_provider/operations/create_directory.cc',
291 'browser/chromeos/file_system_provider/operations/create_directory.h', 293 'browser/chromeos/file_system_provider/operations/create_directory.h',
292 'browser/chromeos/file_system_provider/operations/create_file.cc', 294 'browser/chromeos/file_system_provider/operations/create_file.cc',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 'browser/chromeos/attestation/attestation_signed_data.proto', 1243 'browser/chromeos/attestation/attestation_signed_data.proto',
1242 ], 1244 ],
1243 'variables': { 1245 'variables': {
1244 'proto_in_dir': 'browser/chromeos/attestation', 1246 'proto_in_dir': 'browser/chromeos/attestation',
1245 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1247 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1246 }, 1248 },
1247 'includes': [ '../build/protoc.gypi' ] 1249 'includes': [ '../build/protoc.gypi' ]
1248 }, 1250 },
1249 ], 1251 ],
1250 } 1252 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698