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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10538071: gdata: Convert FindEntryByResourceIdSync() to asynchronous. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'browser/chromeos/extensions/input_method_event_router.cc', 503 'browser/chromeos/extensions/input_method_event_router.cc',
504 'browser/chromeos/extensions/input_method_event_router.h', 504 'browser/chromeos/extensions/input_method_event_router.h',
505 'browser/chromeos/extensions/media_player_event_router.cc', 505 'browser/chromeos/extensions/media_player_event_router.cc',
506 'browser/chromeos/extensions/media_player_event_router.h', 506 'browser/chromeos/extensions/media_player_event_router.h',
507 'browser/chromeos/external_metrics.cc', 507 'browser/chromeos/external_metrics.cc',
508 'browser/chromeos/external_metrics.h', 508 'browser/chromeos/external_metrics.h',
509 'browser/chromeos/external_protocol_dialog.cc', 509 'browser/chromeos/external_protocol_dialog.cc',
510 'browser/chromeos/external_protocol_dialog.h', 510 'browser/chromeos/external_protocol_dialog.h',
511 'browser/chromeos/gdata/drive_webapps_registry.cc', 511 'browser/chromeos/gdata/drive_webapps_registry.cc',
512 'browser/chromeos/gdata/drive_webapps_registry.h', 512 'browser/chromeos/gdata/drive_webapps_registry.h',
513 'browser/chromeos/gdata/find_entry_callback.cc',
514 'browser/chromeos/gdata/find_entry_callback.h',
515 'browser/chromeos/gdata/gdata_auth_service.cc', 513 'browser/chromeos/gdata/gdata_auth_service.cc',
516 'browser/chromeos/gdata/gdata_auth_service.h', 514 'browser/chromeos/gdata/gdata_auth_service.h',
517 'browser/chromeos/gdata/gdata_cache.cc', 515 'browser/chromeos/gdata/gdata_cache.cc',
518 'browser/chromeos/gdata/gdata_cache.h', 516 'browser/chromeos/gdata/gdata_cache.h',
519 'browser/chromeos/gdata/gdata_db.h', 517 'browser/chromeos/gdata/gdata_db.h',
520 'browser/chromeos/gdata/gdata_db_factory.cc', 518 'browser/chromeos/gdata/gdata_db_factory.cc',
521 'browser/chromeos/gdata/gdata_db_factory.h', 519 'browser/chromeos/gdata/gdata_db_factory.h',
522 'browser/chromeos/gdata/gdata_documents_service.cc', 520 'browser/chromeos/gdata/gdata_documents_service.cc',
523 'browser/chromeos/gdata/gdata_documents_service.h', 521 'browser/chromeos/gdata/gdata_documents_service.h',
524 'browser/chromeos/gdata/gdata_download_observer.cc', 522 'browser/chromeos/gdata/gdata_download_observer.cc',
(...skipping 4662 matching lines...) Expand 10 before | Expand all | Expand 10 after
5187 'browser/metrics/proto/study.proto', 5185 'browser/metrics/proto/study.proto',
5188 ], 5186 ],
5189 'variables': { 5187 'variables': {
5190 'proto_in_dir': 'browser/metrics/proto', 5188 'proto_in_dir': 'browser/metrics/proto',
5191 'proto_out_dir': 'chrome/browser/metrics/proto', 5189 'proto_out_dir': 'chrome/browser/metrics/proto',
5192 }, 5190 },
5193 'includes': [ '../build/protoc.gypi' ] 5191 'includes': [ '../build/protoc.gypi' ]
5194 }, 5192 },
5195 ], 5193 ],
5196 } 5194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698