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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8716004: Add per-tab "JavaScript enabled" preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved per-tab prefs into a helper Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 'browser/ui/search_engines/search_engine_tab_helper.h', 3210 'browser/ui/search_engines/search_engine_tab_helper.h',
3211 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 3211 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
3212 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 3212 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
3213 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', 3213 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
3214 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 3214 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
3215 'browser/ui/search_engines/template_url_table_model.cc', 3215 'browser/ui/search_engines/template_url_table_model.cc',
3216 'browser/ui/search_engines/template_url_table_model.h', 3216 'browser/ui/search_engines/template_url_table_model.h',
3217 'browser/ui/select_file_dialog.cc', 3217 'browser/ui/select_file_dialog.cc',
3218 'browser/ui/select_file_dialog.h', 3218 'browser/ui/select_file_dialog.h',
3219 'browser/ui/status_bubble.h', 3219 'browser/ui/status_bubble.h',
3220 'browser/ui/tab_contents/per_tab_prefs_tab_helper.cc',
3221 'browser/ui/tab_contents/per_tab_prefs_tab_helper.h',
3220 'browser/ui/tab_contents/tab_contents_wrapper.cc', 3222 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3221 'browser/ui/tab_contents/tab_contents_wrapper.h', 3223 'browser/ui/tab_contents/tab_contents_wrapper.h',
3222 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', 3224 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
3223 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', 3225 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
3224 'browser/ui/tab_contents/tab_contents_wrapper_synced_tab_delegate.cc', 3226 'browser/ui/tab_contents/tab_contents_wrapper_synced_tab_delegate.cc',
3225 'browser/ui/tab_contents/tab_contents_wrapper_synced_tab_delegate.h', 3227 'browser/ui/tab_contents/tab_contents_wrapper_synced_tab_delegate.h',
3226 'browser/ui/tabs/dock_info.cc', 3228 'browser/ui/tabs/dock_info.cc',
3227 'browser/ui/tabs/dock_info.h', 3229 'browser/ui/tabs/dock_info.h',
3228 'browser/ui/tabs/dock_info_aura.cc', 3230 'browser/ui/tabs/dock_info_aura.cc',
3229 'browser/ui/tabs/dock_info_gtk.cc', 3231 'browser/ui/tabs/dock_info_gtk.cc',
(...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after
5248 'type': 'static_library', 5250 'type': 'static_library',
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5251 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5250 'variables': { 5252 'variables': {
5251 'proto_in_dir': 'browser/history', 5253 'proto_in_dir': 'browser/history',
5252 'proto_out_dir': 'chrome/browser/history', 5254 'proto_out_dir': 'chrome/browser/history',
5253 }, 5255 },
5254 'includes': [ '../build/protoc.gypi' ] 5256 'includes': [ '../build/protoc.gypi' ]
5255 }, 5257 },
5256 ], 5258 ],
5257 } 5259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698