OLD | NEW |
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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 'browser/chromeos/extensions/file_manager_util.cc', | 529 'browser/chromeos/extensions/file_manager_util.cc', |
530 'browser/chromeos/extensions/file_manager_util.h', | 530 'browser/chromeos/extensions/file_manager_util.h', |
531 'browser/chromeos/extensions/input_method_event_router.cc', | 531 'browser/chromeos/extensions/input_method_event_router.cc', |
532 'browser/chromeos/extensions/input_method_event_router.h', | 532 'browser/chromeos/extensions/input_method_event_router.h', |
533 'browser/chromeos/extensions/media_player_event_router.cc', | 533 'browser/chromeos/extensions/media_player_event_router.cc', |
534 'browser/chromeos/extensions/media_player_event_router.h', | 534 'browser/chromeos/extensions/media_player_event_router.h', |
535 'browser/chromeos/external_metrics.cc', | 535 'browser/chromeos/external_metrics.cc', |
536 'browser/chromeos/external_metrics.h', | 536 'browser/chromeos/external_metrics.h', |
537 'browser/chromeos/external_protocol_dialog.cc', | 537 'browser/chromeos/external_protocol_dialog.cc', |
538 'browser/chromeos/external_protocol_dialog.h', | 538 'browser/chromeos/external_protocol_dialog.h', |
| 539 'browser/chromeos/gdata/drive_api_parser.cc', |
| 540 'browser/chromeos/gdata/drive_api_parser.h', |
539 'browser/chromeos/gdata/drive_task_executor.cc', | 541 'browser/chromeos/gdata/drive_task_executor.cc', |
540 'browser/chromeos/gdata/drive_task_executor.h', | 542 'browser/chromeos/gdata/drive_task_executor.h', |
541 'browser/chromeos/gdata/drive_webapps_registry.cc', | 543 'browser/chromeos/gdata/drive_webapps_registry.cc', |
542 'browser/chromeos/gdata/drive_webapps_registry.h', | 544 'browser/chromeos/gdata/drive_webapps_registry.h', |
543 'browser/chromeos/gdata/gdata_auth_service.cc', | 545 'browser/chromeos/gdata/gdata_auth_service.cc', |
544 'browser/chromeos/gdata/gdata_auth_service.h', | 546 'browser/chromeos/gdata/gdata_auth_service.h', |
545 'browser/chromeos/gdata/gdata_cache.cc', | 547 'browser/chromeos/gdata/gdata_cache.cc', |
546 'browser/chromeos/gdata/gdata_cache.h', | 548 'browser/chromeos/gdata/gdata_cache.h', |
547 'browser/chromeos/gdata/gdata_cache_metadata.cc', | 549 'browser/chromeos/gdata/gdata_cache_metadata.cc', |
548 'browser/chromeos/gdata/gdata_cache_metadata.h', | 550 'browser/chromeos/gdata/gdata_cache_metadata.h', |
(...skipping 4907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5456 'variables': { | 5458 'variables': { |
5457 'jni_gen_dir': 'chrome', | 5459 'jni_gen_dir': 'chrome', |
5458 }, | 5460 }, |
5459 'includes': [ '../build/jni_generator.gypi' ], | 5461 'includes': [ '../build/jni_generator.gypi' ], |
5460 }, | 5462 }, |
5461 ], | 5463 ], |
5462 }, | 5464 }, |
5463 ], | 5465 ], |
5464 ], | 5466 ], |
5465 } | 5467 } |
OLD | NEW |