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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 'browser/google_apis/drive_uploader.h', | 690 'browser/google_apis/drive_uploader.h', |
691 'browser/google_apis/gdata_contacts_operations.cc', | 691 'browser/google_apis/gdata_contacts_operations.cc', |
692 'browser/google_apis/gdata_contacts_operations.h', | 692 'browser/google_apis/gdata_contacts_operations.h', |
693 'browser/google_apis/gdata_errorcode.h', | 693 'browser/google_apis/gdata_errorcode.h', |
694 'browser/google_apis/gdata_wapi_operations.cc', | 694 'browser/google_apis/gdata_wapi_operations.cc', |
695 'browser/google_apis/gdata_wapi_operations.h', | 695 'browser/google_apis/gdata_wapi_operations.h', |
696 'browser/google_apis/gdata_wapi_parser.cc', | 696 'browser/google_apis/gdata_wapi_parser.cc', |
697 'browser/google_apis/gdata_wapi_parser.h', | 697 'browser/google_apis/gdata_wapi_parser.h', |
698 'browser/google_apis/gdata_wapi_service.cc', | 698 'browser/google_apis/gdata_wapi_service.cc', |
699 'browser/google_apis/gdata_wapi_service.h', | 699 'browser/google_apis/gdata_wapi_service.h', |
700 'browser/google_apis/gdata_wapi_url_util.cc', | 700 'browser/google_apis/gdata_wapi_url_generator.cc', |
701 'browser/google_apis/gdata_wapi_url_util.h', | 701 'browser/google_apis/gdata_wapi_url_generator.h', |
702 'browser/google_apis/operation_registry.cc', | 702 'browser/google_apis/operation_registry.cc', |
703 'browser/google_apis/operation_registry.h', | 703 'browser/google_apis/operation_registry.h', |
704 'browser/google_apis/operation_runner.cc', | 704 'browser/google_apis/operation_runner.cc', |
705 'browser/google_apis/operation_runner.h', | 705 'browser/google_apis/operation_runner.h', |
706 'browser/google_apis/task_util.cc', | 706 'browser/google_apis/task_util.cc', |
707 'browser/google_apis/task_util.h', | 707 'browser/google_apis/task_util.h', |
708 'browser/google_apis/time_util.cc', | 708 'browser/google_apis/time_util.cc', |
709 'browser/google_apis/time_util.h', | 709 'browser/google_apis/time_util.h', |
710 'browser/gpu_feature_checker.cc', | 710 'browser/gpu_feature_checker.cc', |
711 'browser/gpu_feature_checker.h', | 711 'browser/gpu_feature_checker.h', |
(...skipping 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3052 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3052 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3053 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3053 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3054 }, | 3054 }, |
3055 'includes': ['../build/protoc.gypi'], | 3055 'includes': ['../build/protoc.gypi'], |
3056 }, | 3056 }, |
3057 ], | 3057 ], |
3058 }, | 3058 }, |
3059 ], | 3059 ], |
3060 ], | 3060 ], |
3061 } | 3061 } |
OLD | NEW |