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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6272025: Part 2 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2011 Created 9 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/sync/sync_setup_flow.cc ('k') | chrome/common/gpu_info.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 'browser/jankometer.cc', 1756 'browser/jankometer.cc',
1757 'browser/jankometer.h', 1757 'browser/jankometer.h',
1758 'browser/jumplist_win.cc', 1758 'browser/jumplist_win.cc',
1759 'browser/jumplist_win.h', 1759 'browser/jumplist_win.h',
1760 'browser/keychain_mac.cc', 1760 'browser/keychain_mac.cc',
1761 'browser/keychain_mac.h', 1761 'browser/keychain_mac.h',
1762 'browser/language_combobox_model.cc', 1762 'browser/language_combobox_model.cc',
1763 'browser/language_combobox_model.h', 1763 'browser/language_combobox_model.h',
1764 'browser/language_order_table_model.cc', 1764 'browser/language_order_table_model.cc',
1765 'browser/language_order_table_model.h', 1765 'browser/language_order_table_model.h',
1766 'browser/load_from_memory_cache_details.cc',
1766 'browser/load_from_memory_cache_details.h', 1767 'browser/load_from_memory_cache_details.h',
1767 'browser/load_notification_details.h', 1768 'browser/load_notification_details.h',
1768 'browser/enumerate_modules_model_win.cc', 1769 'browser/enumerate_modules_model_win.cc',
1769 'browser/enumerate_modules_model_win.h', 1770 'browser/enumerate_modules_model_win.h',
1770 'browser/mach_broker_mac.cc', 1771 'browser/mach_broker_mac.cc',
1771 'browser/mach_broker_mac.h', 1772 'browser/mach_broker_mac.h',
1772 'browser/memory_details.cc', 1773 'browser/memory_details.cc',
1773 'browser/memory_details_linux.cc', 1774 'browser/memory_details_linux.cc',
1774 'browser/memory_details_mac.cc', 1775 'browser/memory_details_mac.cc',
1775 'browser/memory_details_win.cc', 1776 'browser/memory_details_win.cc',
(...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 ], 4579 ],
4579 }, 4580 },
4580 ], 4581 ],
4581 } 4582 }
4582 4583
4583 # Local Variables: 4584 # Local Variables:
4584 # tab-width:2 4585 # tab-width:2
4585 # indent-tabs-mode:nil 4586 # indent-tabs-mode:nil
4586 # End: 4587 # End:
4587 # vim: set expandtab tabstop=2 shiftwidth=2: 4588 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/sync_setup_flow.cc ('k') | chrome/common/gpu_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698