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

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: 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 (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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698