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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2830036: Advanced (Under the Hood) options panel code review (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/personal_options.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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/dock_info_win.cc', 985 'browser/dock_info_win.cc',
986 'browser/dock_info.cc', 986 'browser/dock_info.cc',
987 'browser/dock_info.h', 987 'browser/dock_info.h',
988 'browser/dom_operation_notification_details.h', 988 'browser/dom_operation_notification_details.h',
989 'browser/dom_ui/app_launcher_handler.cc', 989 'browser/dom_ui/app_launcher_handler.cc',
990 'browser/dom_ui/app_launcher_handler.h', 990 'browser/dom_ui/app_launcher_handler.h',
991 'browser/dom_ui/bookmarks_ui.cc', 991 'browser/dom_ui/bookmarks_ui.cc',
992 'browser/dom_ui/bookmarks_ui.h', 992 'browser/dom_ui/bookmarks_ui.h',
993 'browser/dom_ui/chrome_url_data_manager.cc', 993 'browser/dom_ui/chrome_url_data_manager.cc',
994 'browser/dom_ui/chrome_url_data_manager.h', 994 'browser/dom_ui/chrome_url_data_manager.h',
995 'browser/dom_ui/advanced_options_handler.cc',
996 'browser/dom_ui/advanced_options_handler.h',
997 'browser/dom_ui/advanced_options_utils_mac.mm',
998 'browser/dom_ui/advanced_options_utils_mac.h',
999 'browser/dom_ui/browser_options_handler.cc',
1000 'browser/dom_ui/browser_options_handler.h',
995 'browser/dom_ui/core_options_handler.cc', 1001 'browser/dom_ui/core_options_handler.cc',
996 'browser/dom_ui/core_options_handler.h', 1002 'browser/dom_ui/core_options_handler.h',
1003 'browser/dom_ui/personal_options_handler.cc',
1004 'browser/dom_ui/personal_options_handler.h',
997 'browser/dom_ui/devtools_ui.cc', 1005 'browser/dom_ui/devtools_ui.cc',
998 'browser/dom_ui/devtools_ui.h', 1006 'browser/dom_ui/devtools_ui.h',
999 'browser/dom_ui/dom_ui.cc', 1007 'browser/dom_ui/dom_ui.cc',
1000 'browser/dom_ui/dom_ui.h', 1008 'browser/dom_ui/dom_ui.h',
1001 'browser/dom_ui/dom_ui_factory.cc', 1009 'browser/dom_ui/dom_ui_factory.cc',
1002 'browser/dom_ui/dom_ui_factory.h', 1010 'browser/dom_ui/dom_ui_factory.h',
1003 'browser/dom_ui/dom_ui_favicon_source.cc', 1011 'browser/dom_ui/dom_ui_favicon_source.cc',
1004 'browser/dom_ui/dom_ui_favicon_source.h', 1012 'browser/dom_ui/dom_ui_favicon_source.h',
1005 'browser/dom_ui/dom_ui_theme_source.cc', 1013 'browser/dom_ui/dom_ui_theme_source.cc',
1006 'browser/dom_ui/dom_ui_theme_source.h', 1014 'browser/dom_ui/dom_ui_theme_source.h',
(...skipping 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after
3527 ], 3535 ],
3528 }, 3536 },
3529 ], 3537 ],
3530 } 3538 }
3531 3539
3532 # Local Variables: 3540 # Local Variables:
3533 # tab-width:2 3541 # tab-width:2
3534 # indent-tabs-mode:nil 3542 # indent-tabs-mode:nil
3535 # End: 3543 # End:
3536 # vim: set expandtab tabstop=2 shiftwidth=2: 3544 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698