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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10204013: Move FindEntryDelegate and friends to separate file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: change tense of comments 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_files.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 # 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'browser/chromeos/extensions/file_manager_util.cc', 500 'browser/chromeos/extensions/file_manager_util.cc',
501 'browser/chromeos/extensions/file_manager_util.h', 501 'browser/chromeos/extensions/file_manager_util.h',
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/find_entry_delegate.cc',
511 'browser/chromeos/gdata/find_entry_delegate.h',
510 'browser/chromeos/gdata/gdata_auth_service.cc', 512 'browser/chromeos/gdata/gdata_auth_service.cc',
511 'browser/chromeos/gdata/gdata_auth_service.h', 513 'browser/chromeos/gdata/gdata_auth_service.h',
512 'browser/chromeos/gdata/gdata_db.h', 514 'browser/chromeos/gdata/gdata_db.h',
513 'browser/chromeos/gdata/gdata_db_factory.cc', 515 'browser/chromeos/gdata/gdata_db_factory.cc',
514 'browser/chromeos/gdata/gdata_db_factory.h', 516 'browser/chromeos/gdata/gdata_db_factory.h',
515 'browser/chromeos/gdata/gdata_documents_service.cc', 517 'browser/chromeos/gdata/gdata_documents_service.cc',
516 'browser/chromeos/gdata/gdata_documents_service.h', 518 'browser/chromeos/gdata/gdata_documents_service.h',
517 'browser/chromeos/gdata/gdata_download_observer.cc', 519 'browser/chromeos/gdata/gdata_download_observer.cc',
518 'browser/chromeos/gdata/gdata_download_observer.h', 520 'browser/chromeos/gdata/gdata_download_observer.h',
519 'browser/chromeos/gdata/gdata_errorcode.h', 521 'browser/chromeos/gdata/gdata_errorcode.h',
(...skipping 4695 matching lines...) Expand 10 before | Expand all | Expand 10 after
5215 'type': 'static_library', 5217 'type': 'static_library',
5216 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5218 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5217 'variables': { 5219 'variables': {
5218 'proto_in_dir': 'browser/chromeos/gdata', 5220 'proto_in_dir': 'browser/chromeos/gdata',
5219 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5221 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5220 }, 5222 },
5221 'includes': [ '../build/protoc.gypi' ] 5223 'includes': [ '../build/protoc.gypi' ]
5222 }, 5224 },
5223 ], 5225 ],
5224 } 5226 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698