OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |