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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2804039: First cut at the tabbed content settings page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: no change Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/options/content_settings_ui.js ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 'browser/dom_ui/bookmarks_ui.cc', 1012 'browser/dom_ui/bookmarks_ui.cc',
1013 'browser/dom_ui/bookmarks_ui.h', 1013 'browser/dom_ui/bookmarks_ui.h',
1014 'browser/dom_ui/chrome_url_data_manager.cc', 1014 'browser/dom_ui/chrome_url_data_manager.cc',
1015 'browser/dom_ui/chrome_url_data_manager.h', 1015 'browser/dom_ui/chrome_url_data_manager.h',
1016 'browser/dom_ui/advanced_options_handler.cc', 1016 'browser/dom_ui/advanced_options_handler.cc',
1017 'browser/dom_ui/advanced_options_handler.h', 1017 'browser/dom_ui/advanced_options_handler.h',
1018 'browser/dom_ui/advanced_options_utils_mac.mm', 1018 'browser/dom_ui/advanced_options_utils_mac.mm',
1019 'browser/dom_ui/advanced_options_utils_mac.h', 1019 'browser/dom_ui/advanced_options_utils_mac.h',
1020 'browser/dom_ui/browser_options_handler.cc', 1020 'browser/dom_ui/browser_options_handler.cc',
1021 'browser/dom_ui/browser_options_handler.h', 1021 'browser/dom_ui/browser_options_handler.h',
1022 'browser/dom_ui/content_settings_handler.cc',
1023 'browser/dom_ui/content_settings_handler.h',
1022 'browser/dom_ui/core_options_handler.cc', 1024 'browser/dom_ui/core_options_handler.cc',
1023 'browser/dom_ui/core_options_handler.h', 1025 'browser/dom_ui/core_options_handler.h',
1024 'browser/dom_ui/personal_options_handler.cc', 1026 'browser/dom_ui/personal_options_handler.cc',
1025 'browser/dom_ui/personal_options_handler.h', 1027 'browser/dom_ui/personal_options_handler.h',
1026 'browser/dom_ui/devtools_ui.cc', 1028 'browser/dom_ui/devtools_ui.cc',
1027 'browser/dom_ui/devtools_ui.h', 1029 'browser/dom_ui/devtools_ui.h',
1028 'browser/dom_ui/dom_ui.cc', 1030 'browser/dom_ui/dom_ui.cc',
1029 'browser/dom_ui/dom_ui.h', 1031 'browser/dom_ui/dom_ui.h',
1030 'browser/dom_ui/dom_ui_factory.cc', 1032 'browser/dom_ui/dom_ui_factory.cc',
1031 'browser/dom_ui/dom_ui_factory.h', 1033 'browser/dom_ui/dom_ui_factory.h',
(...skipping 2528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3560 ], 3562 ],
3561 }, 3563 },
3562 ], 3564 ],
3563 } 3565 }
3564 3566
3565 # Local Variables: 3567 # Local Variables:
3566 # tab-width:2 3568 # tab-width:2
3567 # indent-tabs-mode:nil 3569 # indent-tabs-mode:nil
3568 # End: 3570 # End:
3569 # vim: set expandtab tabstop=2 shiftwidth=2: 3571 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings_ui.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698