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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10210012: GDataDB support with leveldb. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: shorten prefixes Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_leveldb.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'browser/chromeos/extensions/input_method_event_router.cc', 502 'browser/chromeos/extensions/input_method_event_router.cc',
503 'browser/chromeos/extensions/input_method_event_router.h', 503 'browser/chromeos/extensions/input_method_event_router.h',
504 'browser/chromeos/extensions/media_player_event_router.cc', 504 'browser/chromeos/extensions/media_player_event_router.cc',
505 'browser/chromeos/extensions/media_player_event_router.h', 505 'browser/chromeos/extensions/media_player_event_router.h',
506 'browser/chromeos/external_metrics.cc', 506 'browser/chromeos/external_metrics.cc',
507 'browser/chromeos/external_metrics.h', 507 'browser/chromeos/external_metrics.h',
508 'browser/chromeos/external_protocol_dialog.cc', 508 'browser/chromeos/external_protocol_dialog.cc',
509 'browser/chromeos/external_protocol_dialog.h', 509 'browser/chromeos/external_protocol_dialog.h',
510 'browser/chromeos/gdata/gdata_auth_service.cc', 510 'browser/chromeos/gdata/gdata_auth_service.cc',
511 'browser/chromeos/gdata/gdata_auth_service.h', 511 'browser/chromeos/gdata/gdata_auth_service.h',
512 'browser/chromeos/gdata/gdata_db.h',
513 'browser/chromeos/gdata/gdata_db_factory.cc',
514 'browser/chromeos/gdata/gdata_db_factory.h',
512 'browser/chromeos/gdata/gdata_documents_service.cc', 515 'browser/chromeos/gdata/gdata_documents_service.cc',
513 'browser/chromeos/gdata/gdata_documents_service.h', 516 'browser/chromeos/gdata/gdata_documents_service.h',
514 'browser/chromeos/gdata/gdata_download_observer.cc', 517 'browser/chromeos/gdata/gdata_download_observer.cc',
515 'browser/chromeos/gdata/gdata_download_observer.h', 518 'browser/chromeos/gdata/gdata_download_observer.h',
516 'browser/chromeos/gdata/gdata_errorcode.h', 519 'browser/chromeos/gdata/gdata_errorcode.h',
517 'browser/chromeos/gdata/gdata_file_system.cc', 520 'browser/chromeos/gdata/gdata_file_system.cc',
518 'browser/chromeos/gdata/gdata_file_system.h', 521 'browser/chromeos/gdata/gdata_file_system.h',
519 'browser/chromeos/gdata/gdata_file_system_proxy.cc', 522 'browser/chromeos/gdata/gdata_file_system_proxy.cc',
520 'browser/chromeos/gdata/gdata_file_system_proxy.h', 523 'browser/chromeos/gdata/gdata_file_system_proxy.h',
521 'browser/chromeos/gdata/gdata_files.cc', 524 'browser/chromeos/gdata/gdata_files.cc',
522 'browser/chromeos/gdata/gdata_files.h', 525 'browser/chromeos/gdata/gdata_files.h',
526 'browser/chromeos/gdata/gdata_leveldb.cc',
527 'browser/chromeos/gdata/gdata_leveldb.h',
523 'browser/chromeos/gdata/gdata_operation_registry.cc', 528 'browser/chromeos/gdata/gdata_operation_registry.cc',
524 'browser/chromeos/gdata/gdata_operation_registry.h', 529 'browser/chromeos/gdata/gdata_operation_registry.h',
525 'browser/chromeos/gdata/gdata_operations.cc', 530 'browser/chromeos/gdata/gdata_operations.cc',
526 'browser/chromeos/gdata/gdata_operations.h', 531 'browser/chromeos/gdata/gdata_operations.h',
527 'browser/chromeos/gdata/gdata_params.cc', 532 'browser/chromeos/gdata/gdata_params.cc',
528 'browser/chromeos/gdata/gdata_params.h', 533 'browser/chromeos/gdata/gdata_params.h',
529 'browser/chromeos/gdata/gdata_parser.cc', 534 'browser/chromeos/gdata/gdata_parser.cc',
530 'browser/chromeos/gdata/gdata_parser.h', 535 'browser/chromeos/gdata/gdata_parser.h',
531 'browser/chromeos/gdata/gdata_protocol_handler.cc', 536 'browser/chromeos/gdata/gdata_protocol_handler.cc',
532 'browser/chromeos/gdata/gdata_protocol_handler.h', 537 'browser/chromeos/gdata/gdata_protocol_handler.h',
(...skipping 4677 matching lines...) Expand 10 before | Expand all | Expand 10 after
5210 'type': 'static_library', 5215 'type': 'static_library',
5211 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5216 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5212 'variables': { 5217 'variables': {
5213 'proto_in_dir': 'browser/chromeos/gdata', 5218 'proto_in_dir': 'browser/chromeos/gdata',
5214 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5219 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5215 }, 5220 },
5216 'includes': [ '../build/protoc.gypi' ] 5221 'includes': [ '../build/protoc.gypi' ]
5217 }, 5222 },
5218 ], 5223 ],
5219 } 5224 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_leveldb.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698