| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'browser/chromeos/external_protocol_dialog.cc', | 533 'browser/chromeos/external_protocol_dialog.cc', |
| 534 'browser/chromeos/external_protocol_dialog.h', | 534 'browser/chromeos/external_protocol_dialog.h', |
| 535 'browser/chromeos/gdata/drive_api_operations.cc', | 535 'browser/chromeos/gdata/drive_api_operations.cc', |
| 536 'browser/chromeos/gdata/drive_api_operations.h', | 536 'browser/chromeos/gdata/drive_api_operations.h', |
| 537 'browser/chromeos/gdata/drive_api_parser.cc', | 537 'browser/chromeos/gdata/drive_api_parser.cc', |
| 538 'browser/chromeos/gdata/drive_api_parser.h', | 538 'browser/chromeos/gdata/drive_api_parser.h', |
| 539 'browser/chromeos/gdata/drive_task_executor.cc', | 539 'browser/chromeos/gdata/drive_task_executor.cc', |
| 540 'browser/chromeos/gdata/drive_task_executor.h', | 540 'browser/chromeos/gdata/drive_task_executor.h', |
| 541 'browser/chromeos/gdata/drive_webapps_registry.cc', | 541 'browser/chromeos/gdata/drive_webapps_registry.cc', |
| 542 'browser/chromeos/gdata/drive_webapps_registry.h', | 542 'browser/chromeos/gdata/drive_webapps_registry.h', |
| 543 'browser/chromeos/gdata/file_write_helper.cc', |
| 544 'browser/chromeos/gdata/file_write_helper.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', |
| 549 'browser/chromeos/gdata/gdata_contacts_service.cc', | 551 'browser/chromeos/gdata/gdata_contacts_service.cc', |
| 550 'browser/chromeos/gdata/gdata_contacts_service.h', | 552 'browser/chromeos/gdata/gdata_contacts_service.h', |
| 551 'browser/chromeos/gdata/gdata_db.h', | 553 'browser/chromeos/gdata/gdata_db.h', |
| 552 'browser/chromeos/gdata/gdata_db_factory.cc', | 554 'browser/chromeos/gdata/gdata_db_factory.cc', |
| (...skipping 4942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5495 'variables': { | 5497 'variables': { |
| 5496 'jni_gen_dir': 'chrome', | 5498 'jni_gen_dir': 'chrome', |
| 5497 }, | 5499 }, |
| 5498 'includes': [ '../build/jni_generator.gypi' ], | 5500 'includes': [ '../build/jni_generator.gypi' ], |
| 5499 }, | 5501 }, |
| 5500 ], | 5502 ], |
| 5501 }, | 5503 }, |
| 5502 ], | 5504 ], |
| 5503 ], | 5505 ], |
| 5504 } | 5506 } |
| OLD | NEW |