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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11413217: Instant API: tell page whether the browser is capturing key strokes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@focus
Patch Set: Rebase. 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
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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 'browser/ui/omnibox/location_bar_util.cc', 1143 'browser/ui/omnibox/location_bar_util.cc',
1144 'browser/ui/omnibox/location_bar_util.h', 1144 'browser/ui/omnibox/location_bar_util.h',
1145 'browser/ui/omnibox/omnibox_edit_controller.h', 1145 'browser/ui/omnibox/omnibox_edit_controller.h',
1146 'browser/ui/omnibox/omnibox_edit_model.cc', 1146 'browser/ui/omnibox/omnibox_edit_model.cc',
1147 'browser/ui/omnibox/omnibox_edit_model.h', 1147 'browser/ui/omnibox/omnibox_edit_model.h',
1148 'browser/ui/omnibox/omnibox_popup_model.cc', 1148 'browser/ui/omnibox/omnibox_popup_model.cc',
1149 'browser/ui/omnibox/omnibox_popup_model.h', 1149 'browser/ui/omnibox/omnibox_popup_model.h',
1150 'browser/ui/omnibox/omnibox_popup_non_view.cc', 1150 'browser/ui/omnibox/omnibox_popup_non_view.cc',
1151 'browser/ui/omnibox/omnibox_popup_non_view.h', 1151 'browser/ui/omnibox/omnibox_popup_non_view.h',
1152 'browser/ui/omnibox/omnibox_popup_view.h', 1152 'browser/ui/omnibox/omnibox_popup_view.h',
1153 'browser/ui/omnibox/omnibox_types.h',
1153 'browser/ui/omnibox/omnibox_view.cc', 1154 'browser/ui/omnibox/omnibox_view.cc',
1154 'browser/ui/omnibox/omnibox_view.h', 1155 'browser/ui/omnibox/omnibox_view.h',
1155 'browser/ui/options/options_util.cc', 1156 'browser/ui/options/options_util.cc',
1156 'browser/ui/options/options_util.h', 1157 'browser/ui/options/options_util.h',
1157 'browser/ui/page_info_bubble.h', 1158 'browser/ui/page_info_bubble.h',
1158 'browser/ui/panels/detached_panel_collection.cc', 1159 'browser/ui/panels/detached_panel_collection.cc',
1159 'browser/ui/panels/detached_panel_collection.h', 1160 'browser/ui/panels/detached_panel_collection.h',
1160 'browser/ui/panels/display_settings_provider_win.cc', 1161 'browser/ui/panels/display_settings_provider_win.cc',
1161 'browser/ui/panels/display_settings_provider_win.h', 1162 'browser/ui/panels/display_settings_provider_win.h',
1162 'browser/ui/panels/display_settings_provider.cc', 1163 'browser/ui/panels/display_settings_provider.cc',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 }, { # else: enable_app_list==0 2790 }, { # else: enable_app_list==0
2790 'sources/': [ 2791 'sources/': [
2791 ['exclude', '^browser/ui/views/app_list/'], 2792 ['exclude', '^browser/ui/views/app_list/'],
2792 ['exclude', '^browser/ui/app_list/'], 2793 ['exclude', '^browser/ui/app_list/'],
2793 ] 2794 ]
2794 }], 2795 }],
2795 ], 2796 ],
2796 }, 2797 },
2797 ], 2798 ],
2798 } 2799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698