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

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: Yet another rebase 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
« no previous file with comments | « chrome/browser/ui/webui/theme_source.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'browser/infobars/infobar.h', 940 'browser/infobars/infobar.h',
941 'browser/infobars/infobar_container.cc', 941 'browser/infobars/infobar_container.cc',
942 'browser/infobars/infobar_container.h', 942 'browser/infobars/infobar_container.h',
943 'browser/infobars/infobar_tab_helper.cc', 943 'browser/infobars/infobar_tab_helper.cc',
944 'browser/infobars/infobar_tab_helper.h', 944 'browser/infobars/infobar_tab_helper.h',
945 'browser/infobars/insecure_content_infobar_delegate.cc', 945 'browser/infobars/insecure_content_infobar_delegate.cc',
946 'browser/infobars/insecure_content_infobar_delegate.h', 946 'browser/infobars/insecure_content_infobar_delegate.h',
947 'browser/instant/instant_commit_type.h', 947 'browser/instant/instant_commit_type.h',
948 'browser/instant/instant_controller.cc', 948 'browser/instant/instant_controller.cc',
949 'browser/instant/instant_controller.h', 949 'browser/instant/instant_controller.h',
950 'browser/instant/instant_io_context.cc',
951 'browser/instant/instant_io_context.h',
950 'browser/instant/instant_loader.cc', 952 'browser/instant/instant_loader.cc',
951 'browser/instant/instant_loader.h', 953 'browser/instant/instant_loader.h',
952 'browser/instant/instant_ntp.cc', 954 'browser/instant/instant_ntp.cc',
953 'browser/instant/instant_ntp.h', 955 'browser/instant/instant_ntp.h',
954 'browser/instant/instant_overlay.cc', 956 'browser/instant/instant_overlay.cc',
955 'browser/instant/instant_overlay.h', 957 'browser/instant/instant_overlay.h',
956 'browser/instant/instant_overlay_controller.cc', 958 'browser/instant/instant_overlay_controller.cc',
957 'browser/instant/instant_overlay_controller.h', 959 'browser/instant/instant_overlay_controller.h',
958 'browser/instant/instant_overlay_model.cc', 960 'browser/instant/instant_overlay_model.cc',
959 'browser/instant/instant_overlay_model.h', 961 'browser/instant/instant_overlay_model.h',
(...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3166 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3165 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3167 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3166 }, 3168 },
3167 'includes': [ '../build/android/java_cpp_template.gypi' ], 3169 'includes': [ '../build/android/java_cpp_template.gypi' ],
3168 }, 3170 },
3169 ], 3171 ],
3170 }, 3172 },
3171 ], 3173 ],
3172 ], 3174 ],
3173 } 3175 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/theme_source.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698