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

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: Nit fix 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
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3632 matching lines...) Expand 10 before | Expand all | Expand 10 after
3643 'browser/ui/webui/chromeos/mobile_setup_ui.cc', 3643 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
3644 'browser/ui/webui/chromeos/mobile_setup_ui.h', 3644 'browser/ui/webui/chromeos/mobile_setup_ui.h',
3645 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 3645 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
3646 'browser/ui/webui/chromeos/proxy_settings_ui.h', 3646 'browser/ui/webui/chromeos/proxy_settings_ui.h',
3647 'browser/ui/webui/chromeos/register_page_ui.cc', 3647 'browser/ui/webui/chromeos/register_page_ui.cc',
3648 'browser/ui/webui/chromeos/register_page_ui.h', 3648 'browser/ui/webui/chromeos/register_page_ui.h',
3649 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 3649 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
3650 'browser/ui/webui/chromeos/sim_unlock_ui.h', 3650 'browser/ui/webui/chromeos/sim_unlock_ui.h',
3651 'browser/ui/webui/chromeos/system_info_ui.cc', 3651 'browser/ui/webui/chromeos/system_info_ui.cc',
3652 'browser/ui/webui/chromeos/system_info_ui.h', 3652 'browser/ui/webui/chromeos/system_info_ui.h',
3653 'browser/ui/webui/chromeos/ui_account_tweaks.cc',
3654 'browser/ui/webui/chromeos/ui_account_tweaks.h',
3653 'browser/ui/webui/constrained_html_ui.cc', 3655 'browser/ui/webui/constrained_html_ui.cc',
3654 'browser/ui/webui/constrained_html_ui.h', 3656 'browser/ui/webui/constrained_html_ui.h',
3655 'browser/ui/webui/constrained_html_ui_delegate_impl.cc', 3657 'browser/ui/webui/constrained_html_ui_delegate_impl.cc',
3656 'browser/ui/webui/constrained_html_ui_delegate_impl.h', 3658 'browser/ui/webui/constrained_html_ui_delegate_impl.h',
3657 'browser/ui/webui/cookies_tree_model_util.cc', 3659 'browser/ui/webui/cookies_tree_model_util.cc',
3658 'browser/ui/webui/cookies_tree_model_util.h', 3660 'browser/ui/webui/cookies_tree_model_util.h',
3659 'browser/ui/webui/crashes_ui.cc', 3661 'browser/ui/webui/crashes_ui.cc',
3660 'browser/ui/webui/crashes_ui.h', 3662 'browser/ui/webui/crashes_ui.h',
3661 'browser/ui/webui/devtools_ui.cc', 3663 'browser/ui/webui/devtools_ui.cc',
3662 'browser/ui/webui/devtools_ui.h', 3664 'browser/ui/webui/devtools_ui.h',
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
5228 'type': 'static_library', 5230 'type': 'static_library',
5229 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5231 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5230 'variables': { 5232 'variables': {
5231 'proto_in_dir': 'browser/chromeos/gdata', 5233 'proto_in_dir': 'browser/chromeos/gdata',
5232 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5234 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5233 }, 5235 },
5234 'includes': [ '../build/protoc.gypi' ] 5236 'includes': [ '../build/protoc.gypi' ]
5235 }, 5237 },
5236 ], 5238 ],
5237 } 5239 }
OLDNEW
« no previous file with comments | « 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