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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4697005: Part 3 of reapplying r64637. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Prune dead files from gyp Created 10 years, 1 month 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/tab_contents/tab_contents.cc ('k') | chrome/chrome_common.gypi » ('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) 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 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after
2877 'browser/tab_contents/render_view_context_menu.cc', 2877 'browser/tab_contents/render_view_context_menu.cc',
2878 'browser/tab_contents/render_view_context_menu.h', 2878 'browser/tab_contents/render_view_context_menu.h',
2879 'browser/tab_contents/render_view_context_menu_gtk.cc', 2879 'browser/tab_contents/render_view_context_menu_gtk.cc',
2880 'browser/tab_contents/render_view_context_menu_gtk.h', 2880 'browser/tab_contents/render_view_context_menu_gtk.h',
2881 'browser/tab_contents/render_view_context_menu_mac.mm', 2881 'browser/tab_contents/render_view_context_menu_mac.mm',
2882 'browser/tab_contents/render_view_context_menu_mac.h', 2882 'browser/tab_contents/render_view_context_menu_mac.h',
2883 'browser/tab_contents/render_view_host_delegate_helper.cc', 2883 'browser/tab_contents/render_view_host_delegate_helper.cc',
2884 'browser/tab_contents/render_view_host_delegate_helper.h', 2884 'browser/tab_contents/render_view_host_delegate_helper.h',
2885 'browser/tab_contents/render_view_host_manager.cc', 2885 'browser/tab_contents/render_view_host_manager.cc',
2886 'browser/tab_contents/render_view_host_manager.h', 2886 'browser/tab_contents/render_view_host_manager.h',
2887 'browser/tab_contents/security_style.h',
2888 'browser/tab_contents/tab_contents.cc', 2887 'browser/tab_contents/tab_contents.cc',
2889 'browser/tab_contents/tab_contents.h', 2888 'browser/tab_contents/tab_contents.h',
2890 'browser/tab_contents/tab_contents_delegate.cc', 2889 'browser/tab_contents/tab_contents_delegate.cc',
2891 'browser/tab_contents/tab_contents_delegate.h', 2890 'browser/tab_contents/tab_contents_delegate.h',
2892 'browser/tab_contents/tab_contents_ssl_helper.cc', 2891 'browser/tab_contents/tab_contents_ssl_helper.cc',
2893 'browser/tab_contents/tab_contents_ssl_helper.h', 2892 'browser/tab_contents/tab_contents_ssl_helper.h',
2894 'browser/tab_contents/tab_contents_view.cc', 2893 'browser/tab_contents/tab_contents_view.cc',
2895 'browser/tab_contents/tab_contents_view.h', 2894 'browser/tab_contents/tab_contents_view.h',
2896 'browser/tab_contents/tab_contents_view_gtk.cc', 2895 'browser/tab_contents/tab_contents_view_gtk.cc',
2897 'browser/tab_contents/tab_contents_view_gtk.h', 2896 'browser/tab_contents/tab_contents_view_gtk.h',
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
4282 ], 4281 ],
4283 }, 4282 },
4284 ], 4283 ],
4285 } 4284 }
4286 4285
4287 # Local Variables: 4286 # Local Variables:
4288 # tab-width:2 4287 # tab-width:2
4289 # indent-tabs-mode:nil 4288 # indent-tabs-mode:nil
4290 # End: 4289 # End:
4291 # vim: set expandtab tabstop=2 shiftwidth=2: 4290 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698