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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10006028: Plugins page in BWSI session has unnecessary and misleading UI components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More post-review fixes Created 8 years, 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 3657 matching lines...) Expand 10 before | Expand all | Expand 10 after
3668 'browser/ui/webui/chromeos/mobile_setup_ui.cc', 3668 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
3669 'browser/ui/webui/chromeos/mobile_setup_ui.h', 3669 'browser/ui/webui/chromeos/mobile_setup_ui.h',
3670 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 3670 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
3671 'browser/ui/webui/chromeos/proxy_settings_ui.h', 3671 'browser/ui/webui/chromeos/proxy_settings_ui.h',
3672 'browser/ui/webui/chromeos/register_page_ui.cc', 3672 'browser/ui/webui/chromeos/register_page_ui.cc',
3673 'browser/ui/webui/chromeos/register_page_ui.h', 3673 'browser/ui/webui/chromeos/register_page_ui.h',
3674 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 3674 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
3675 'browser/ui/webui/chromeos/sim_unlock_ui.h', 3675 'browser/ui/webui/chromeos/sim_unlock_ui.h',
3676 'browser/ui/webui/chromeos/system_info_ui.cc', 3676 'browser/ui/webui/chromeos/system_info_ui.cc',
3677 'browser/ui/webui/chromeos/system_info_ui.h', 3677 'browser/ui/webui/chromeos/system_info_ui.h',
3678 'browser/ui/webui/chromeos/ui_account_tweaks.cc',
3679 'browser/ui/webui/chromeos/ui_account_tweaks.h',
3678 'browser/ui/webui/constrained_html_ui.cc', 3680 'browser/ui/webui/constrained_html_ui.cc',
3679 'browser/ui/webui/constrained_html_ui.h', 3681 'browser/ui/webui/constrained_html_ui.h',
3680 'browser/ui/webui/constrained_html_ui_delegate_impl.cc', 3682 'browser/ui/webui/constrained_html_ui_delegate_impl.cc',
3681 'browser/ui/webui/constrained_html_ui_delegate_impl.h', 3683 'browser/ui/webui/constrained_html_ui_delegate_impl.h',
3682 'browser/ui/webui/cookies_tree_model_util.cc', 3684 'browser/ui/webui/cookies_tree_model_util.cc',
3683 'browser/ui/webui/cookies_tree_model_util.h', 3685 'browser/ui/webui/cookies_tree_model_util.h',
3684 'browser/ui/webui/crashes_ui.cc', 3686 'browser/ui/webui/crashes_ui.cc',
3685 'browser/ui/webui/crashes_ui.h', 3687 'browser/ui/webui/crashes_ui.h',
3686 'browser/ui/webui/devtools_ui.cc', 3688 'browser/ui/webui/devtools_ui.cc',
3687 'browser/ui/webui/devtools_ui.h', 3689 'browser/ui/webui/devtools_ui.h',
(...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
5235 'type': 'static_library', 5237 'type': 'static_library',
5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5238 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5237 'variables': { 5239 'variables': {
5238 'proto_in_dir': 'browser/history', 5240 'proto_in_dir': 'browser/history',
5239 'proto_out_dir': 'chrome/browser/history', 5241 'proto_out_dir': 'chrome/browser/history',
5240 }, 5242 },
5241 'includes': [ '../build/protoc.gypi' ] 5243 'includes': [ '../build/protoc.gypi' ]
5242 }, 5244 },
5243 ], 5245 ],
5244 } 5246 }
OLDNEW
« chrome/browser/ui/webui/chromeos/ui_account_tweaks.h ('K') | « chrome/browser/ui/webui/plugins_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698