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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 'browser/chromeos/gdata/gdata_sync_client.cc', | 576 'browser/chromeos/gdata/gdata_sync_client.cc', |
577 'browser/chromeos/gdata/gdata_sync_client.h', | 577 'browser/chromeos/gdata/gdata_sync_client.h', |
578 'browser/chromeos/gdata/gdata_system_service.cc', | 578 'browser/chromeos/gdata/gdata_system_service.cc', |
579 'browser/chromeos/gdata/gdata_system_service.h', | 579 'browser/chromeos/gdata/gdata_system_service.h', |
580 'browser/chromeos/gdata/gdata_upload_file_info.cc', | 580 'browser/chromeos/gdata/gdata_upload_file_info.cc', |
581 'browser/chromeos/gdata/gdata_upload_file_info.h', | 581 'browser/chromeos/gdata/gdata_upload_file_info.h', |
582 'browser/chromeos/gdata/gdata_uploader.cc', | 582 'browser/chromeos/gdata/gdata_uploader.cc', |
583 'browser/chromeos/gdata/gdata_uploader.h', | 583 'browser/chromeos/gdata/gdata_uploader.h', |
584 'browser/chromeos/gdata/gdata_util.cc', | 584 'browser/chromeos/gdata/gdata_util.cc', |
585 'browser/chromeos/gdata/gdata_util.h', | 585 'browser/chromeos/gdata/gdata_util.h', |
| 586 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc', |
| 587 'browser/chromeos/gdata/gdata_wapi_feed_processor.h', |
586 'browser/chromeos/gdata/gdata_wapi_parser.cc', | 588 'browser/chromeos/gdata/gdata_wapi_parser.cc', |
587 'browser/chromeos/gdata/gdata_wapi_parser.h', | 589 'browser/chromeos/gdata/gdata_wapi_parser.h', |
588 'browser/chromeos/gdata/operations_base.cc', | 590 'browser/chromeos/gdata/operations_base.cc', |
589 'browser/chromeos/gdata/operations_base.h', | 591 'browser/chromeos/gdata/operations_base.h', |
590 'browser/chromeos/gview_request_interceptor.cc', | 592 'browser/chromeos/gview_request_interceptor.cc', |
591 'browser/chromeos/gview_request_interceptor.h', | 593 'browser/chromeos/gview_request_interceptor.h', |
592 'browser/chromeos/imageburner/burn_controller.cc', | 594 'browser/chromeos/imageburner/burn_controller.cc', |
593 'browser/chromeos/imageburner/burn_controller.h', | 595 'browser/chromeos/imageburner/burn_controller.h', |
594 'browser/chromeos/imageburner/burn_manager.cc', | 596 'browser/chromeos/imageburner/burn_manager.cc', |
595 'browser/chromeos/imageburner/burn_manager.h', | 597 'browser/chromeos/imageburner/burn_manager.h', |
(...skipping 4895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5491 'variables': { | 5493 'variables': { |
5492 'jni_gen_dir': 'chrome', | 5494 'jni_gen_dir': 'chrome', |
5493 }, | 5495 }, |
5494 'includes': [ '../build/jni_generator.gypi' ], | 5496 'includes': [ '../build/jni_generator.gypi' ], |
5495 }, | 5497 }, |
5496 ], | 5498 ], |
5497 }, | 5499 }, |
5498 ], | 5500 ], |
5499 ], | 5501 ], |
5500 } | 5502 } |
OLD | NEW |