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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 'browser/importer/toolbar_importer_utils.cc', | 909 'browser/importer/toolbar_importer_utils.cc', |
910 'browser/importer/toolbar_importer_utils.h', | 910 'browser/importer/toolbar_importer_utils.h', |
911 'browser/infobars/infobar.cc', | 911 'browser/infobars/infobar.cc', |
912 'browser/infobars/infobar.h', | 912 'browser/infobars/infobar.h', |
913 'browser/infobars/infobar_container.cc', | 913 'browser/infobars/infobar_container.cc', |
914 'browser/infobars/infobar_container.h', | 914 'browser/infobars/infobar_container.h', |
915 'browser/infobars/infobar_tab_helper.cc', | 915 'browser/infobars/infobar_tab_helper.cc', |
916 'browser/infobars/infobar_tab_helper.h', | 916 'browser/infobars/infobar_tab_helper.h', |
917 'browser/infobars/insecure_content_infobar_delegate.cc', | 917 'browser/infobars/insecure_content_infobar_delegate.cc', |
918 'browser/infobars/insecure_content_infobar_delegate.h', | 918 'browser/infobars/insecure_content_infobar_delegate.h', |
| 919 'browser/instant/instant_client.cc', |
| 920 'browser/instant/instant_client.h', |
919 'browser/instant/instant_commit_type.h', | 921 'browser/instant/instant_commit_type.h', |
920 'browser/instant/instant_controller.cc', | 922 'browser/instant/instant_controller.cc', |
921 'browser/instant/instant_controller.h', | 923 'browser/instant/instant_controller.h', |
922 'browser/instant/instant_loader.cc', | 924 'browser/instant/instant_loader.cc', |
923 'browser/instant/instant_loader.h', | 925 'browser/instant/instant_loader.h', |
924 'browser/instant/instant_model.cc', | 926 'browser/instant/instant_model.cc', |
925 'browser/instant/instant_model.h', | 927 'browser/instant/instant_model.h', |
926 'browser/instant/instant_model_observer.h', | 928 'browser/instant/instant_model_observer.h', |
927 'browser/instant/instant_preview_controller.cc', | 929 'browser/instant/instant_preview_controller.cc', |
928 'browser/instant/instant_preview_controller.h', | 930 'browser/instant/instant_preview_controller.h', |
(...skipping 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3061 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3063 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3062 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3064 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3063 }, | 3065 }, |
3064 'includes': ['../build/protoc.gypi'], | 3066 'includes': ['../build/protoc.gypi'], |
3065 }, | 3067 }, |
3066 ], | 3068 ], |
3067 }, | 3069 }, |
3068 ], | 3070 ], |
3069 ], | 3071 ], |
3070 } | 3072 } |
OLD | NEW |