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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 441011: Created HtmlDialogTabContentsDelegate, which encapsulates the (Closed)
Patch Set: Synced to head. Created 11 years 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
« no previous file with comments | « chrome/browser/views/html_dialog_view.cc ('k') | chrome/chrome_tests.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'browser/dom_ui/downloads_dom_handler.cc', 561 'browser/dom_ui/downloads_dom_handler.cc',
562 'browser/dom_ui/downloads_dom_handler.h', 562 'browser/dom_ui/downloads_dom_handler.h',
563 'browser/dom_ui/downloads_ui.cc', 563 'browser/dom_ui/downloads_ui.cc',
564 'browser/dom_ui/downloads_ui.h', 564 'browser/dom_ui/downloads_ui.h',
565 'browser/dom_ui/fileicon_source.cc', 565 'browser/dom_ui/fileicon_source.cc',
566 'browser/dom_ui/fileicon_source.h', 566 'browser/dom_ui/fileicon_source.h',
567 'browser/dom_ui/filebrowse_ui.cc', 567 'browser/dom_ui/filebrowse_ui.cc',
568 'browser/dom_ui/filebrowse_ui.h', 568 'browser/dom_ui/filebrowse_ui.h',
569 'browser/dom_ui/history_ui.cc', 569 'browser/dom_ui/history_ui.cc',
570 'browser/dom_ui/history_ui.h', 570 'browser/dom_ui/history_ui.h',
571 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
572 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
571 'browser/dom_ui/html_dialog_ui.cc', 573 'browser/dom_ui/html_dialog_ui.cc',
572 'browser/dom_ui/html_dialog_ui.h', 574 'browser/dom_ui/html_dialog_ui.h',
573 'browser/dom_ui/most_visited_handler.cc', 575 'browser/dom_ui/most_visited_handler.cc',
574 'browser/dom_ui/most_visited_handler.h', 576 'browser/dom_ui/most_visited_handler.h',
575 'browser/dom_ui/new_tab_page_sync_handler.cc', 577 'browser/dom_ui/new_tab_page_sync_handler.cc',
576 'browser/dom_ui/new_tab_page_sync_handler.h', 578 'browser/dom_ui/new_tab_page_sync_handler.h',
577 'browser/dom_ui/new_tab_ui.cc', 579 'browser/dom_ui/new_tab_ui.cc',
578 'browser/dom_ui/new_tab_ui.h', 580 'browser/dom_ui/new_tab_ui.h',
579 'browser/dom_ui/ntp_resource_cache.cc', 581 'browser/dom_ui/ntp_resource_cache.cc',
580 'browser/dom_ui/ntp_resource_cache.h', 582 'browser/dom_ui/ntp_resource_cache.h',
(...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 ], 2364 ],
2363 }, 2365 },
2364 ], 2366 ],
2365 } 2367 }
2366 2368
2367 # Local Variables: 2369 # Local Variables:
2368 # tab-width:2 2370 # tab-width:2
2369 # indent-tabs-mode:nil 2371 # indent-tabs-mode:nil
2370 # End: 2372 # End:
2371 # vim: set expandtab tabstop=2 shiftwidth=2: 2373 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/html_dialog_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698