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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 151003004: Add an automatic settings reset banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of transaction patch. Created 6 years, 10 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/options/options_ui.cc ('k') | chrome/common/pref_names.h » ('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_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 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 'browser/ui/webui/omnibox/omnibox_ui.cc', 2449 'browser/ui/webui/omnibox/omnibox_ui.cc',
2450 'browser/ui/webui/omnibox/omnibox_ui.h', 2450 'browser/ui/webui/omnibox/omnibox_ui.h',
2451 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 2451 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
2452 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 2452 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
2453 'browser/ui/webui/options/advanced_options_utils.h', 2453 'browser/ui/webui/options/advanced_options_utils.h',
2454 'browser/ui/webui/options/advanced_options_utils_linux.cc', 2454 'browser/ui/webui/options/advanced_options_utils_linux.cc',
2455 'browser/ui/webui/options/advanced_options_utils_mac.mm', 2455 'browser/ui/webui/options/advanced_options_utils_mac.mm',
2456 'browser/ui/webui/options/advanced_options_utils_win.cc', 2456 'browser/ui/webui/options/advanced_options_utils_win.cc',
2457 'browser/ui/webui/options/autofill_options_handler.cc', 2457 'browser/ui/webui/options/autofill_options_handler.cc',
2458 'browser/ui/webui/options/autofill_options_handler.h', 2458 'browser/ui/webui/options/autofill_options_handler.h',
2459 'browser/ui/webui/options/automatic_settings_reset_handler.cc',
2460 'browser/ui/webui/options/automatic_settings_reset_handler.h',
2459 'browser/ui/webui/options/browser_options_handler.cc', 2461 'browser/ui/webui/options/browser_options_handler.cc',
2460 'browser/ui/webui/options/browser_options_handler.h', 2462 'browser/ui/webui/options/browser_options_handler.h',
2461 'browser/ui/webui/options/certificate_manager_handler.cc', 2463 'browser/ui/webui/options/certificate_manager_handler.cc',
2462 'browser/ui/webui/options/certificate_manager_handler.h', 2464 'browser/ui/webui/options/certificate_manager_handler.h',
2463 'browser/ui/webui/options/chromeos/accounts_options_handler.cc', 2465 'browser/ui/webui/options/chromeos/accounts_options_handler.cc',
2464 'browser/ui/webui/options/chromeos/accounts_options_handler.h', 2466 'browser/ui/webui/options/chromeos/accounts_options_handler.h',
2465 'browser/ui/webui/options/chromeos/bluetooth_options_handler.cc', 2467 'browser/ui/webui/options/chromeos/bluetooth_options_handler.cc',
2466 'browser/ui/webui/options/chromeos/bluetooth_options_handler.h', 2468 'browser/ui/webui/options/chromeos/bluetooth_options_handler.h',
2467 'browser/ui/webui/options/chromeos/change_picture_options_handler.cc', 2469 'browser/ui/webui/options/chromeos/change_picture_options_handler.cc',
2468 'browser/ui/webui/options/chromeos/change_picture_options_handler.h', 2470 'browser/ui/webui/options/chromeos/change_picture_options_handler.h',
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
3409 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3411 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3410 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3412 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3411 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3413 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3412 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3414 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3413 ], 3415 ],
3414 }], 3416 }],
3415 ], 3417 ],
3416 }, 3418 },
3417 ], 3419 ],
3418 } 3420 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698