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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 'browser/google/google_url_tracker.cc', | 663 'browser/google/google_url_tracker.cc', |
664 'browser/google/google_url_tracker.h', | 664 'browser/google/google_url_tracker.h', |
665 'browser/google/google_url_tracker_factory.cc', | 665 'browser/google/google_url_tracker_factory.cc', |
666 'browser/google/google_url_tracker_factory.h', | 666 'browser/google/google_url_tracker_factory.h', |
667 'browser/google/google_url_tracker_infobar_delegate.cc', | 667 'browser/google/google_url_tracker_infobar_delegate.cc', |
668 'browser/google/google_url_tracker_infobar_delegate.h', | 668 'browser/google/google_url_tracker_infobar_delegate.h', |
669 'browser/google/google_url_tracker_map_entry.cc', | 669 'browser/google/google_url_tracker_map_entry.cc', |
670 'browser/google/google_url_tracker_map_entry.h', | 670 'browser/google/google_url_tracker_map_entry.h', |
671 'browser/google/google_util.cc', | 671 'browser/google/google_util.cc', |
672 'browser/google/google_util.h', | 672 'browser/google/google_util.h', |
| 673 'browser/google/google_util_chromeos.cc', |
| 674 'browser/google/google_util_chromeos.h', |
673 'browser/google_apis/auth_service.cc', | 675 'browser/google_apis/auth_service.cc', |
674 'browser/google_apis/auth_service.h', | 676 'browser/google_apis/auth_service.h', |
675 'browser/google_apis/auth_service_observer.h', | 677 'browser/google_apis/auth_service_observer.h', |
676 'browser/google_apis/base_operations.cc', | 678 'browser/google_apis/base_operations.cc', |
677 'browser/google_apis/base_operations.h', | 679 'browser/google_apis/base_operations.h', |
678 'browser/google_apis/drive_api_operations.cc', | 680 'browser/google_apis/drive_api_operations.cc', |
679 'browser/google_apis/drive_api_operations.h', | 681 'browser/google_apis/drive_api_operations.h', |
680 'browser/google_apis/drive_api_parser.cc', | 682 'browser/google_apis/drive_api_parser.cc', |
681 'browser/google_apis/drive_api_parser.h', | 683 'browser/google_apis/drive_api_parser.h', |
682 'browser/google_apis/drive_api_util.cc', | 684 'browser/google_apis/drive_api_util.cc', |
(...skipping 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3123 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3125 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3124 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3126 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3125 }, | 3127 }, |
3126 'includes': ['../build/protoc.gypi'], | 3128 'includes': ['../build/protoc.gypi'], |
3127 }, | 3129 }, |
3128 ], | 3130 ], |
3129 }, | 3131 }, |
3130 ], | 3132 ], |
3131 ], | 3133 ], |
3132 } | 3134 } |
OLD | NEW |