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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10696190: Split gdata_file_system_interface.h from gdata_file_system.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/gdata/mock_gdata_file_system.h ('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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'browser/chromeos/gdata/gdata_db.h', 540 'browser/chromeos/gdata/gdata_db.h',
541 'browser/chromeos/gdata/gdata_db_factory.cc', 541 'browser/chromeos/gdata/gdata_db_factory.cc',
542 'browser/chromeos/gdata/gdata_db_factory.h', 542 'browser/chromeos/gdata/gdata_db_factory.h',
543 'browser/chromeos/gdata/gdata_documents_service.cc', 543 'browser/chromeos/gdata/gdata_documents_service.cc',
544 'browser/chromeos/gdata/gdata_documents_service.h', 544 'browser/chromeos/gdata/gdata_documents_service.h',
545 'browser/chromeos/gdata/gdata_download_observer.cc', 545 'browser/chromeos/gdata/gdata_download_observer.cc',
546 'browser/chromeos/gdata/gdata_download_observer.h', 546 'browser/chromeos/gdata/gdata_download_observer.h',
547 'browser/chromeos/gdata/gdata_errorcode.h', 547 'browser/chromeos/gdata/gdata_errorcode.h',
548 'browser/chromeos/gdata/gdata_file_system.cc', 548 'browser/chromeos/gdata/gdata_file_system.cc',
549 'browser/chromeos/gdata/gdata_file_system.h', 549 'browser/chromeos/gdata/gdata_file_system.h',
550 'browser/chromeos/gdata/gdata_file_system_interface.h',
550 'browser/chromeos/gdata/gdata_file_system_proxy.cc', 551 'browser/chromeos/gdata/gdata_file_system_proxy.cc',
551 'browser/chromeos/gdata/gdata_file_system_proxy.h', 552 'browser/chromeos/gdata/gdata_file_system_proxy.h',
552 'browser/chromeos/gdata/gdata_files.cc', 553 'browser/chromeos/gdata/gdata_files.cc',
553 'browser/chromeos/gdata/gdata_files.h', 554 'browser/chromeos/gdata/gdata_files.h',
554 'browser/chromeos/gdata/gdata_leveldb.cc', 555 'browser/chromeos/gdata/gdata_leveldb.cc',
555 'browser/chromeos/gdata/gdata_leveldb.h', 556 'browser/chromeos/gdata/gdata_leveldb.h',
556 'browser/chromeos/gdata/gdata_operation_registry.cc', 557 'browser/chromeos/gdata/gdata_operation_registry.cc',
557 'browser/chromeos/gdata/gdata_operation_registry.h', 558 'browser/chromeos/gdata/gdata_operation_registry.h',
558 'browser/chromeos/gdata/gdata_operation_runner.cc', 559 'browser/chromeos/gdata/gdata_operation_runner.cc',
559 'browser/chromeos/gdata/gdata_operation_runner.h', 560 'browser/chromeos/gdata/gdata_operation_runner.h',
(...skipping 4821 matching lines...) Expand 10 before | Expand all | Expand 10 after
5381 'browser/metrics/proto/study.proto', 5382 'browser/metrics/proto/study.proto',
5382 ], 5383 ],
5383 'variables': { 5384 'variables': {
5384 'proto_in_dir': 'browser/metrics/proto', 5385 'proto_in_dir': 'browser/metrics/proto',
5385 'proto_out_dir': 'chrome/browser/metrics/proto', 5386 'proto_out_dir': 'chrome/browser/metrics/proto',
5386 }, 5387 },
5387 'includes': [ '../build/protoc.gypi' ] 5388 'includes': [ '../build/protoc.gypi' ]
5388 }, 5389 },
5389 ], 5390 ],
5390 } 5391 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_file_system.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698