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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6461024: Revert 74292 - Splits ChromeURLDataManager into 2 chunks:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'browser/diagnostics/recon_diagnostics.h', 848 'browser/diagnostics/recon_diagnostics.h',
849 'browser/diagnostics/sqlite_diagnostics.cc', 849 'browser/diagnostics/sqlite_diagnostics.cc',
850 'browser/diagnostics/sqlite_diagnostics.h', 850 'browser/diagnostics/sqlite_diagnostics.h',
851 'browser/dom_operation_notification_details.h', 851 'browser/dom_operation_notification_details.h',
852 'browser/dom_ui/app_launcher_handler.cc', 852 'browser/dom_ui/app_launcher_handler.cc',
853 'browser/dom_ui/app_launcher_handler.h', 853 'browser/dom_ui/app_launcher_handler.h',
854 'browser/dom_ui/bookmarks_ui.cc', 854 'browser/dom_ui/bookmarks_ui.cc',
855 'browser/dom_ui/bookmarks_ui.h', 855 'browser/dom_ui/bookmarks_ui.h',
856 'browser/dom_ui/bug_report_ui.cc', 856 'browser/dom_ui/bug_report_ui.cc',
857 'browser/dom_ui/bug_report_ui.h', 857 'browser/dom_ui/bug_report_ui.h',
858 'browser/dom_ui/chrome_url_data_manager_backend.cc',
859 'browser/dom_ui/chrome_url_data_manager_backend.h',
860 'browser/dom_ui/chrome_url_data_manager.cc', 858 'browser/dom_ui/chrome_url_data_manager.cc',
861 'browser/dom_ui/chrome_url_data_manager.h', 859 'browser/dom_ui/chrome_url_data_manager.h',
862 'browser/dom_ui/constrained_html_ui.cc', 860 'browser/dom_ui/constrained_html_ui.cc',
863 'browser/dom_ui/constrained_html_ui.h', 861 'browser/dom_ui/constrained_html_ui.h',
864 'browser/dom_ui/devtools_ui.cc', 862 'browser/dom_ui/devtools_ui.cc',
865 'browser/dom_ui/devtools_ui.h', 863 'browser/dom_ui/devtools_ui.h',
866 'browser/dom_ui/dom_ui.cc', 864 'browser/dom_ui/dom_ui.cc',
867 'browser/dom_ui/dom_ui.h', 865 'browser/dom_ui/dom_ui.h',
868 'browser/dom_ui/downloads_dom_handler.cc', 866 'browser/dom_ui/downloads_dom_handler.cc',
869 'browser/dom_ui/downloads_dom_handler.h', 867 'browser/dom_ui/downloads_dom_handler.h',
(...skipping 3733 matching lines...) Expand 10 before | Expand all | Expand 10 after
4603 ], 4601 ],
4604 }, 4602 },
4605 ], 4603 ],
4606 } 4604 }
4607 4605
4608 # Local Variables: 4606 # Local Variables:
4609 # tab-width:2 4607 # tab-width:2
4610 # indent-tabs-mode:nil 4608 # indent-tabs-mode:nil
4611 # End: 4609 # End:
4612 # vim: set expandtab tabstop=2 shiftwidth=2: 4610 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_manager_unittest.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698