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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 'browser/chromeos/gdata/gdata_documents_service.cc', | 554 'browser/chromeos/gdata/gdata_documents_service.cc', |
555 'browser/chromeos/gdata/gdata_documents_service.h', | 555 'browser/chromeos/gdata/gdata_documents_service.h', |
556 'browser/chromeos/gdata/gdata_download_observer.cc', | 556 'browser/chromeos/gdata/gdata_download_observer.cc', |
557 'browser/chromeos/gdata/gdata_download_observer.h', | 557 'browser/chromeos/gdata/gdata_download_observer.h', |
558 'browser/chromeos/gdata/gdata_errorcode.h', | 558 'browser/chromeos/gdata/gdata_errorcode.h', |
559 'browser/chromeos/gdata/gdata_file_system.cc', | 559 'browser/chromeos/gdata/gdata_file_system.cc', |
560 'browser/chromeos/gdata/gdata_file_system.h', | 560 'browser/chromeos/gdata/gdata_file_system.h', |
561 'browser/chromeos/gdata/gdata_file_system_interface.h', | 561 'browser/chromeos/gdata/gdata_file_system_interface.h', |
562 'browser/chromeos/gdata/gdata_file_system_proxy.cc', | 562 'browser/chromeos/gdata/gdata_file_system_proxy.cc', |
563 'browser/chromeos/gdata/gdata_file_system_proxy.h', | 563 'browser/chromeos/gdata/gdata_file_system_proxy.h', |
| 564 'browser/chromeos/gdata/gdata_file_write_helper.cc', |
| 565 'browser/chromeos/gdata/gdata_file_write_helper.h', |
564 'browser/chromeos/gdata/gdata_files.cc', | 566 'browser/chromeos/gdata/gdata_files.cc', |
565 'browser/chromeos/gdata/gdata_files.h', | 567 'browser/chromeos/gdata/gdata_files.h', |
566 'browser/chromeos/gdata/gdata_leveldb.cc', | 568 'browser/chromeos/gdata/gdata_leveldb.cc', |
567 'browser/chromeos/gdata/gdata_leveldb.h', | 569 'browser/chromeos/gdata/gdata_leveldb.h', |
568 'browser/chromeos/gdata/gdata_operation_registry.cc', | 570 'browser/chromeos/gdata/gdata_operation_registry.cc', |
569 'browser/chromeos/gdata/gdata_operation_registry.h', | 571 'browser/chromeos/gdata/gdata_operation_registry.h', |
570 'browser/chromeos/gdata/gdata_operation_runner.cc', | 572 'browser/chromeos/gdata/gdata_operation_runner.cc', |
571 'browser/chromeos/gdata/gdata_operation_runner.h', | 573 'browser/chromeos/gdata/gdata_operation_runner.h', |
572 'browser/chromeos/gdata/gdata_operations.cc', | 574 'browser/chromeos/gdata/gdata_operations.cc', |
573 'browser/chromeos/gdata/gdata_operations.h', | 575 'browser/chromeos/gdata/gdata_operations.h', |
(...skipping 4921 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 |