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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6611030: Move cookies tree model helper code into cookies_tree_model_util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 9 years, 9 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/ui/webui/options/cookies_view_handler.cc ('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) 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 3195 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 'browser/ui/webui/bookmarks_ui.cc', 3206 'browser/ui/webui/bookmarks_ui.cc',
3207 'browser/ui/webui/bookmarks_ui.h', 3207 'browser/ui/webui/bookmarks_ui.h',
3208 'browser/ui/webui/bug_report_ui.cc', 3208 'browser/ui/webui/bug_report_ui.cc',
3209 'browser/ui/webui/bug_report_ui.h', 3209 'browser/ui/webui/bug_report_ui.h',
3210 'browser/ui/webui/chrome_url_data_manager_backend.cc', 3210 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3211 'browser/ui/webui/chrome_url_data_manager_backend.h', 3211 'browser/ui/webui/chrome_url_data_manager_backend.h',
3212 'browser/ui/webui/chrome_url_data_manager.cc', 3212 'browser/ui/webui/chrome_url_data_manager.cc',
3213 'browser/ui/webui/chrome_url_data_manager.h', 3213 'browser/ui/webui/chrome_url_data_manager.h',
3214 'browser/ui/webui/constrained_html_ui.cc', 3214 'browser/ui/webui/constrained_html_ui.cc',
3215 'browser/ui/webui/constrained_html_ui.h', 3215 'browser/ui/webui/constrained_html_ui.h',
3216 'browser/ui/webui/cookies_tree_model_util.cc',
3217 'browser/ui/webui/cookies_tree_model_util.h',
3216 'browser/ui/webui/crashes_ui.cc', 3218 'browser/ui/webui/crashes_ui.cc',
3217 'browser/ui/webui/crashes_ui.h', 3219 'browser/ui/webui/crashes_ui.h',
3218 'browser/ui/webui/devtools_ui.cc', 3220 'browser/ui/webui/devtools_ui.cc',
3219 'browser/ui/webui/devtools_ui.h', 3221 'browser/ui/webui/devtools_ui.h',
3220 'browser/ui/webui/downloads_dom_handler.cc', 3222 'browser/ui/webui/downloads_dom_handler.cc',
3221 'browser/ui/webui/downloads_dom_handler.h', 3223 'browser/ui/webui/downloads_dom_handler.h',
3222 'browser/ui/webui/downloads_ui.cc', 3224 'browser/ui/webui/downloads_ui.cc',
3223 'browser/ui/webui/downloads_ui.h', 3225 'browser/ui/webui/downloads_ui.h',
3224 'browser/ui/webui/extension_icon_source.cc', 3226 'browser/ui/webui/extension_icon_source.cc',
3225 'browser/ui/webui/extension_icon_source.h', 3227 'browser/ui/webui/extension_icon_source.h',
(...skipping 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after
4437 ], 4439 ],
4438 }, 4440 },
4439 ], 4441 ],
4440 } 4442 }
4441 4443
4442 # Local Variables: 4444 # Local Variables:
4443 # tab-width:2 4445 # tab-width:2
4444 # indent-tabs-mode:nil 4446 # indent-tabs-mode:nil
4445 # End: 4447 # End:
4446 # vim: set expandtab tabstop=2 shiftwidth=2: 4448 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/cookies_view_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698