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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 372713004: Wait for parent directory sync before performing server-side copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add operation_observer.cc Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/drive/sync_client_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'browser/chromeos/drive/file_system/create_file_operation.cc', 248 'browser/chromeos/drive/file_system/create_file_operation.cc',
249 'browser/chromeos/drive/file_system/create_file_operation.h', 249 'browser/chromeos/drive/file_system/create_file_operation.h',
250 'browser/chromeos/drive/file_system/download_operation.cc', 250 'browser/chromeos/drive/file_system/download_operation.cc',
251 'browser/chromeos/drive/file_system/download_operation.h', 251 'browser/chromeos/drive/file_system/download_operation.h',
252 'browser/chromeos/drive/file_system/get_file_for_saving_operation.cc', 252 'browser/chromeos/drive/file_system/get_file_for_saving_operation.cc',
253 'browser/chromeos/drive/file_system/get_file_for_saving_operation.h', 253 'browser/chromeos/drive/file_system/get_file_for_saving_operation.h',
254 'browser/chromeos/drive/file_system/move_operation.cc', 254 'browser/chromeos/drive/file_system/move_operation.cc',
255 'browser/chromeos/drive/file_system/move_operation.h', 255 'browser/chromeos/drive/file_system/move_operation.h',
256 'browser/chromeos/drive/file_system/open_file_operation.cc', 256 'browser/chromeos/drive/file_system/open_file_operation.cc',
257 'browser/chromeos/drive/file_system/open_file_operation.h', 257 'browser/chromeos/drive/file_system/open_file_operation.h',
258 'browser/chromeos/drive/file_system/operation_observer.cc',
258 'browser/chromeos/drive/file_system/operation_observer.h', 259 'browser/chromeos/drive/file_system/operation_observer.h',
259 'browser/chromeos/drive/file_system/remove_operation.cc', 260 'browser/chromeos/drive/file_system/remove_operation.cc',
260 'browser/chromeos/drive/file_system/remove_operation.h', 261 'browser/chromeos/drive/file_system/remove_operation.h',
261 'browser/chromeos/drive/file_system/search_operation.cc', 262 'browser/chromeos/drive/file_system/search_operation.cc',
262 'browser/chromeos/drive/file_system/search_operation.h', 263 'browser/chromeos/drive/file_system/search_operation.h',
263 'browser/chromeos/drive/file_system/touch_operation.cc', 264 'browser/chromeos/drive/file_system/touch_operation.cc',
264 'browser/chromeos/drive/file_system/touch_operation.h', 265 'browser/chromeos/drive/file_system/touch_operation.h',
265 'browser/chromeos/drive/file_system/truncate_operation.cc', 266 'browser/chromeos/drive/file_system/truncate_operation.cc',
266 'browser/chromeos/drive/file_system/truncate_operation.h', 267 'browser/chromeos/drive/file_system/truncate_operation.h',
267 'browser/chromeos/drive/file_system_interface.h', 268 'browser/chromeos/drive/file_system_interface.h',
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'browser/chromeos/attestation/attestation_signed_data.proto', 1191 'browser/chromeos/attestation/attestation_signed_data.proto',
1191 ], 1192 ],
1192 'variables': { 1193 'variables': {
1193 'proto_in_dir': 'browser/chromeos/attestation', 1194 'proto_in_dir': 'browser/chromeos/attestation',
1194 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1195 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1195 }, 1196 },
1196 'includes': [ '../build/protoc.gypi' ] 1197 'includes': [ '../build/protoc.gypi' ]
1197 }, 1198 },
1198 ], 1199 ],
1199 } 1200 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/drive/sync_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698