| 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_operations.cc', |
| 540 'browser/chromeos/gdata/drive_api_operations.h', |
| 539 'browser/chromeos/gdata/drive_api_parser.cc', | 541 'browser/chromeos/gdata/drive_api_parser.cc', |
| 540 'browser/chromeos/gdata/drive_api_parser.h', | 542 'browser/chromeos/gdata/drive_api_parser.h', |
| 541 'browser/chromeos/gdata/drive_task_executor.cc', | 543 'browser/chromeos/gdata/drive_task_executor.cc', |
| 542 'browser/chromeos/gdata/drive_task_executor.h', | 544 'browser/chromeos/gdata/drive_task_executor.h', |
| 543 'browser/chromeos/gdata/drive_webapps_registry.cc', | 545 'browser/chromeos/gdata/drive_webapps_registry.cc', |
| 544 'browser/chromeos/gdata/drive_webapps_registry.h', | 546 'browser/chromeos/gdata/drive_webapps_registry.h', |
| 545 'browser/chromeos/gdata/gdata_auth_service.cc', | 547 'browser/chromeos/gdata/gdata_auth_service.cc', |
| 546 'browser/chromeos/gdata/gdata_auth_service.h', | 548 'browser/chromeos/gdata/gdata_auth_service.h', |
| 547 'browser/chromeos/gdata/gdata_cache.cc', | 549 'browser/chromeos/gdata/gdata_cache.cc', |
| 548 'browser/chromeos/gdata/gdata_cache.h', | 550 'browser/chromeos/gdata/gdata_cache.h', |
| (...skipping 4916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5465 'variables': { | 5467 'variables': { |
| 5466 'jni_gen_dir': 'chrome', | 5468 'jni_gen_dir': 'chrome', |
| 5467 }, | 5469 }, |
| 5468 'includes': [ '../build/jni_generator.gypi' ], | 5470 'includes': [ '../build/jni_generator.gypi' ], |
| 5469 }, | 5471 }, |
| 5470 ], | 5472 ], |
| 5471 }, | 5473 }, |
| 5472 ], | 5474 ], |
| 5473 ], | 5475 ], |
| 5474 } | 5476 } |
| OLD | NEW |