Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11421079: Persist the Instant API to committed search result pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More fixes Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 #
3 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 3 # found in the LICENSE file.
5 4
6 { 5 {
7 'targets': [ 6 'targets': [
8 { 7 {
9 'target_name': 'browser', 8 'target_name': 'browser',
10 'type': 'static_library', 9 'type': 'static_library',
11 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
12 'dependencies': [ 11 'dependencies': [
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 'browser/importer/toolbar_importer_utils.cc', 909 'browser/importer/toolbar_importer_utils.cc',
911 'browser/importer/toolbar_importer_utils.h', 910 'browser/importer/toolbar_importer_utils.h',
912 'browser/infobars/infobar.cc', 911 'browser/infobars/infobar.cc',
913 'browser/infobars/infobar.h', 912 'browser/infobars/infobar.h',
914 'browser/infobars/infobar_container.cc', 913 'browser/infobars/infobar_container.cc',
915 'browser/infobars/infobar_container.h', 914 'browser/infobars/infobar_container.h',
916 'browser/infobars/infobar_tab_helper.cc', 915 'browser/infobars/infobar_tab_helper.cc',
917 'browser/infobars/infobar_tab_helper.h', 916 'browser/infobars/infobar_tab_helper.h',
918 'browser/infobars/insecure_content_infobar_delegate.cc', 917 'browser/infobars/insecure_content_infobar_delegate.cc',
919 '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',
920 'browser/instant/instant_commit_type.h', 921 'browser/instant/instant_commit_type.h',
921 'browser/instant/instant_controller.cc', 922 'browser/instant/instant_controller.cc',
922 'browser/instant/instant_controller.h', 923 'browser/instant/instant_controller.h',
923 'browser/instant/instant_loader.cc', 924 'browser/instant/instant_loader.cc',
924 'browser/instant/instant_loader.h', 925 'browser/instant/instant_loader.h',
925 'browser/instant/instant_model.cc', 926 'browser/instant/instant_model.cc',
926 'browser/instant/instant_model.h', 927 'browser/instant/instant_model.h',
927 'browser/instant/instant_model_observer.h', 928 'browser/instant/instant_model_observer.h',
928 'browser/instant/instant_preview_controller.cc', 929 'browser/instant/instant_preview_controller.cc',
929 'browser/instant/instant_preview_controller.h', 930 'browser/instant/instant_preview_controller.h',
931 'browser/instant/instant_tab.cc',
932 'browser/instant/instant_tab.h',
930 'browser/instant/instant_unload_handler.cc', 933 'browser/instant/instant_unload_handler.cc',
931 'browser/instant/instant_unload_handler.h', 934 'browser/instant/instant_unload_handler.h',
932 'browser/intents/cws_intents_registry.cc', 935 'browser/intents/cws_intents_registry.cc',
933 'browser/intents/cws_intents_registry.h', 936 'browser/intents/cws_intents_registry.h',
934 'browser/intents/cws_intents_registry_factory.cc', 937 'browser/intents/cws_intents_registry_factory.cc',
935 'browser/intents/device_attached_intent_source.cc', 938 'browser/intents/device_attached_intent_source.cc',
936 'browser/intents/device_attached_intent_source.h', 939 'browser/intents/device_attached_intent_source.h',
937 'browser/intents/cws_intents_registry_factory.h', 940 'browser/intents/cws_intents_registry_factory.h',
938 'browser/intents/default_web_intent_service.cc', 941 'browser/intents/default_web_intent_service.cc',
939 'browser/intents/default_web_intent_service.h', 942 'browser/intents/default_web_intent_service.h',
(...skipping 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 'proto_in_dir': '../third_party/cros_system_api/dbus', 3126 'proto_in_dir': '../third_party/cros_system_api/dbus',
3124 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3127 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3125 }, 3128 },
3126 'includes': ['../build/protoc.gypi'], 3129 'includes': ['../build/protoc.gypi'],
3127 }, 3130 },
3128 ], 3131 ],
3129 }, 3132 },
3130 ], 3133 ],
3131 ], 3134 ],
3132 } 3135 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698