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 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3070 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3072 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3071 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3073 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3072 }, | 3074 }, |
3073 'includes': ['../build/protoc.gypi'], | 3075 'includes': ['../build/protoc.gypi'], |
3074 }, | 3076 }, |
3075 ], | 3077 ], |
3076 }, | 3078 }, |
3077 ], | 3079 ], |
3078 ], | 3080 ], |
3079 } | 3081 } |
OLD | NEW |