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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10441086: Very minor typo fixes for GData/FileAPI code. (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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'browser/chromeos/external_protocol_dialog.h', 508 'browser/chromeos/external_protocol_dialog.h',
509 'browser/chromeos/gdata/drive_webapps_registry.cc', 509 'browser/chromeos/gdata/drive_webapps_registry.cc',
510 'browser/chromeos/gdata/drive_webapps_registry.h', 510 'browser/chromeos/gdata/drive_webapps_registry.h',
511 'browser/chromeos/gdata/find_entry_callback.cc', 511 'browser/chromeos/gdata/find_entry_callback.cc',
512 'browser/chromeos/gdata/find_entry_callback.h', 512 'browser/chromeos/gdata/find_entry_callback.h',
513 'browser/chromeos/gdata/gdata_auth_service.cc', 513 'browser/chromeos/gdata/gdata_auth_service.cc',
514 'browser/chromeos/gdata/gdata_auth_service.h', 514 'browser/chromeos/gdata/gdata_auth_service.h',
515 'browser/chromeos/gdata/gdata_cache.cc', 515 'browser/chromeos/gdata/gdata_cache.cc',
516 'browser/chromeos/gdata/gdata_cache.h', 516 'browser/chromeos/gdata/gdata_cache.h',
517 'browser/chromeos/gdata/gdata_db.h', 517 'browser/chromeos/gdata/gdata_db.h',
518 'browser/chromeos/gdata/gdata_db_factory.cc', 518 'browser/chromeos/gdata/gdata_db_factory.cc',
519 'browser/chromeos/gdata/gdata_db_factory.h', 519 'browser/chromeos/gdata/gdata_db_factory.h',
520 'browser/chromeos/gdata/gdata_documents_service.cc', 520 'browser/chromeos/gdata/gdata_documents_service.cc',
521 'browser/chromeos/gdata/gdata_documents_service.h', 521 'browser/chromeos/gdata/gdata_documents_service.h',
522 'browser/chromeos/gdata/gdata_download_observer.cc', 522 'browser/chromeos/gdata/gdata_download_observer.cc',
523 'browser/chromeos/gdata/gdata_download_observer.h', 523 'browser/chromeos/gdata/gdata_download_observer.h',
524 'browser/chromeos/gdata/gdata_errorcode.h', 524 'browser/chromeos/gdata/gdata_errorcode.h',
525 'browser/chromeos/gdata/gdata_file_system.cc', 525 'browser/chromeos/gdata/gdata_file_system.cc',
526 'browser/chromeos/gdata/gdata_file_system.h', 526 'browser/chromeos/gdata/gdata_file_system.h',
527 'browser/chromeos/gdata/gdata_file_system_proxy.cc', 527 'browser/chromeos/gdata/gdata_file_system_proxy.cc',
528 'browser/chromeos/gdata/gdata_file_system_proxy.h', 528 'browser/chromeos/gdata/gdata_file_system_proxy.h',
(...skipping 4590 matching lines...) Expand 10 before | Expand all | Expand 10 after
5119 'browser/metrics/proto/study.proto', 5119 'browser/metrics/proto/study.proto',
5120 ], 5120 ],
5121 'variables': { 5121 'variables': {
5122 'proto_in_dir': 'browser/metrics/proto', 5122 'proto_in_dir': 'browser/metrics/proto',
5123 'proto_out_dir': 'chrome/browser/metrics/proto', 5123 'proto_out_dir': 'chrome/browser/metrics/proto',
5124 }, 5124 },
5125 'includes': [ '../build/protoc.gypi' ] 5125 'includes': [ '../build/protoc.gypi' ]
5126 }, 5126 },
5127 ], 5127 ],
5128 } 5128 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | webkit/chromeos/fileapi/cros_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698