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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'browser/chromeos/gdata/gdata_documents_service.cc', | 560 'browser/chromeos/gdata/gdata_documents_service.cc', |
561 'browser/chromeos/gdata/gdata_documents_service.h', | 561 'browser/chromeos/gdata/gdata_documents_service.h', |
562 'browser/chromeos/gdata/gdata_download_observer.cc', | 562 'browser/chromeos/gdata/gdata_download_observer.cc', |
563 'browser/chromeos/gdata/gdata_download_observer.h', | 563 'browser/chromeos/gdata/gdata_download_observer.h', |
564 'browser/chromeos/gdata/gdata_errorcode.h', | 564 'browser/chromeos/gdata/gdata_errorcode.h', |
565 'browser/chromeos/gdata/gdata_file_system.cc', | 565 'browser/chromeos/gdata/gdata_file_system.cc', |
566 'browser/chromeos/gdata/gdata_file_system.h', | 566 'browser/chromeos/gdata/gdata_file_system.h', |
567 'browser/chromeos/gdata/gdata_file_system_interface.h', | 567 'browser/chromeos/gdata/gdata_file_system_interface.h', |
568 'browser/chromeos/gdata/gdata_file_system_proxy.cc', | 568 'browser/chromeos/gdata/gdata_file_system_proxy.cc', |
569 'browser/chromeos/gdata/gdata_file_system_proxy.h', | 569 'browser/chromeos/gdata/gdata_file_system_proxy.h', |
| 570 'browser/chromeos/gdata/gdata_file_writing.cc', |
| 571 'browser/chromeos/gdata/gdata_file_writing.h', |
570 'browser/chromeos/gdata/gdata_files.cc', | 572 'browser/chromeos/gdata/gdata_files.cc', |
571 'browser/chromeos/gdata/gdata_files.h', | 573 'browser/chromeos/gdata/gdata_files.h', |
572 'browser/chromeos/gdata/gdata_leveldb.cc', | 574 'browser/chromeos/gdata/gdata_leveldb.cc', |
573 'browser/chromeos/gdata/gdata_leveldb.h', | 575 'browser/chromeos/gdata/gdata_leveldb.h', |
574 'browser/chromeos/gdata/gdata_operation_registry.cc', | 576 'browser/chromeos/gdata/gdata_operation_registry.cc', |
575 'browser/chromeos/gdata/gdata_operation_registry.h', | 577 'browser/chromeos/gdata/gdata_operation_registry.h', |
576 'browser/chromeos/gdata/gdata_operation_runner.cc', | 578 'browser/chromeos/gdata/gdata_operation_runner.cc', |
577 'browser/chromeos/gdata/gdata_operation_runner.h', | 579 'browser/chromeos/gdata/gdata_operation_runner.h', |
578 'browser/chromeos/gdata/gdata_operations.cc', | 580 'browser/chromeos/gdata/gdata_operations.cc', |
579 'browser/chromeos/gdata/gdata_operations.h', | 581 'browser/chromeos/gdata/gdata_operations.h', |
(...skipping 4909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5489 'variables': { | 5491 'variables': { |
5490 'jni_gen_dir': 'chrome', | 5492 'jni_gen_dir': 'chrome', |
5491 }, | 5493 }, |
5492 'includes': [ '../build/jni_generator.gypi' ], | 5494 'includes': [ '../build/jni_generator.gypi' ], |
5493 }, | 5495 }, |
5494 ], | 5496 ], |
5495 }, | 5497 }, |
5496 ], | 5498 ], |
5497 ], | 5499 ], |
5498 } | 5500 } |
OLD | NEW |