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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11896113: Add chrome-search: access from Instant overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Charlie's comments. Created 7 years, 9 months 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # 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
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'browser/infobars/infobar.h', 934 'browser/infobars/infobar.h',
935 'browser/infobars/infobar_container.cc', 935 'browser/infobars/infobar_container.cc',
936 'browser/infobars/infobar_container.h', 936 'browser/infobars/infobar_container.h',
937 'browser/infobars/infobar_tab_helper.cc', 937 'browser/infobars/infobar_tab_helper.cc',
938 'browser/infobars/infobar_tab_helper.h', 938 'browser/infobars/infobar_tab_helper.h',
939 'browser/infobars/insecure_content_infobar_delegate.cc', 939 'browser/infobars/insecure_content_infobar_delegate.cc',
940 'browser/infobars/insecure_content_infobar_delegate.h', 940 'browser/infobars/insecure_content_infobar_delegate.h',
941 'browser/instant/instant_commit_type.h', 941 'browser/instant/instant_commit_type.h',
942 'browser/instant/instant_controller.cc', 942 'browser/instant/instant_controller.cc',
943 'browser/instant/instant_controller.h', 943 'browser/instant/instant_controller.h',
944 'browser/instant/instant_io_context.cc',
945 'browser/instant/instant_io_context.h',
944 'browser/instant/instant_loader.cc', 946 'browser/instant/instant_loader.cc',
945 'browser/instant/instant_loader.h', 947 'browser/instant/instant_loader.h',
946 'browser/instant/instant_model.cc', 948 'browser/instant/instant_model.cc',
947 'browser/instant/instant_model.h', 949 'browser/instant/instant_model.h',
948 'browser/instant/instant_model_observer.h', 950 'browser/instant/instant_model_observer.h',
949 'browser/instant/instant_ntp.cc', 951 'browser/instant/instant_ntp.cc',
950 'browser/instant/instant_ntp.h', 952 'browser/instant/instant_ntp.h',
951 'browser/instant/instant_overlay.cc', 953 'browser/instant/instant_overlay.cc',
952 'browser/instant/instant_overlay.h', 954 'browser/instant/instant_overlay.h',
953 'browser/instant/instant_page.h', 955 'browser/instant/instant_page.h',
(...skipping 2188 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 'variables': { 3144 'variables': {
3143 'jni_gen_dir': 'chrome', 3145 'jni_gen_dir': 'chrome',
3144 }, 3146 },
3145 'includes': [ '../build/jni_generator.gypi' ], 3147 'includes': [ '../build/jni_generator.gypi' ],
3146 }, 3148 },
3147 ], 3149 ],
3148 }, 3150 },
3149 ], 3151 ],
3150 ], 3152 ],
3151 } 3153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698