| 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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 'browser/google/google_search_metrics.h', | 671 'browser/google/google_search_metrics.h', |
| 672 'browser/google/google_update_settings_posix.cc', | 672 'browser/google/google_update_settings_posix.cc', |
| 673 'browser/google/google_update_win.cc', | 673 'browser/google/google_update_win.cc', |
| 674 'browser/google/google_update_win.h', | 674 'browser/google/google_update_win.h', |
| 675 'browser/google/google_url_tracker.cc', | 675 'browser/google/google_url_tracker.cc', |
| 676 'browser/google/google_url_tracker.h', | 676 'browser/google/google_url_tracker.h', |
| 677 'browser/google/google_url_tracker_factory.cc', | 677 'browser/google/google_url_tracker_factory.cc', |
| 678 'browser/google/google_url_tracker_factory.h', | 678 'browser/google/google_url_tracker_factory.h', |
| 679 'browser/google/google_url_tracker_infobar_delegate.cc', | 679 'browser/google/google_url_tracker_infobar_delegate.cc', |
| 680 'browser/google/google_url_tracker_infobar_delegate.h', | 680 'browser/google/google_url_tracker_infobar_delegate.h', |
| 681 'browser/google/google_url_tracker_map_entry.cc', |
| 682 'browser/google/google_url_tracker_map_entry.h', |
| 681 'browser/google/google_util.cc', | 683 'browser/google/google_util.cc', |
| 682 'browser/google/google_util.h', | 684 'browser/google/google_util.h', |
| 683 'browser/google_apis/auth_service.cc', | 685 'browser/google_apis/auth_service.cc', |
| 684 'browser/google_apis/auth_service.h', | 686 'browser/google_apis/auth_service.h', |
| 685 'browser/google_apis/auth_service_observer.h', | 687 'browser/google_apis/auth_service_observer.h', |
| 686 'browser/google_apis/drive_api_operations.cc', | 688 'browser/google_apis/drive_api_operations.cc', |
| 687 'browser/google_apis/drive_api_operations.h', | 689 'browser/google_apis/drive_api_operations.h', |
| 688 'browser/google_apis/drive_api_parser.cc', | 690 'browser/google_apis/drive_api_parser.cc', |
| 689 'browser/google_apis/drive_api_parser.h', | 691 'browser/google_apis/drive_api_parser.h', |
| 690 'browser/google_apis/drive_entry_kinds.h', | 692 'browser/google_apis/drive_entry_kinds.h', |
| (...skipping 2198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2889 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2891 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2890 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2892 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2891 }, | 2893 }, |
| 2892 'includes': ['../build/protoc.gypi'], | 2894 'includes': ['../build/protoc.gypi'], |
| 2893 }, | 2895 }, |
| 2894 ], | 2896 ], |
| 2895 }, | 2897 }, |
| 2896 ], | 2898 ], |
| 2897 ], | 2899 ], |
| 2898 } | 2900 } |
| OLD | NEW |