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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6969016: Adding chrome://sessions webui for prototyping NTP stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/sessions_ui.cc ('k') | chrome/common/url_constants.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': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3454 matching lines...) Expand 10 before | Expand all | Expand 10 after
3465 'browser/ui/webui/plugins_ui.cc', 3465 'browser/ui/webui/plugins_ui.cc',
3466 'browser/ui/webui/plugins_ui.h', 3466 'browser/ui/webui/plugins_ui.h',
3467 'browser/ui/webui/print_preview_data_source.cc', 3467 'browser/ui/webui/print_preview_data_source.cc',
3468 'browser/ui/webui/print_preview_data_source.h', 3468 'browser/ui/webui/print_preview_data_source.h',
3469 'browser/ui/webui/print_preview_handler.cc', 3469 'browser/ui/webui/print_preview_handler.cc',
3470 'browser/ui/webui/print_preview_handler.h', 3470 'browser/ui/webui/print_preview_handler.h',
3471 'browser/ui/webui/print_preview_ui.cc', 3471 'browser/ui/webui/print_preview_ui.cc',
3472 'browser/ui/webui/print_preview_ui.h', 3472 'browser/ui/webui/print_preview_ui.h',
3473 'browser/ui/webui/screenshot_source.cc', 3473 'browser/ui/webui/screenshot_source.cc',
3474 'browser/ui/webui/screenshot_source.h', 3474 'browser/ui/webui/screenshot_source.h',
3475 'browser/ui/webui/sessions_ui.cc',
3476 'browser/ui/webui/sessions_ui.h',
3475 'browser/ui/webui/shared_resources_data_source.cc', 3477 'browser/ui/webui/shared_resources_data_source.cc',
3476 'browser/ui/webui/shared_resources_data_source.h', 3478 'browser/ui/webui/shared_resources_data_source.h',
3477 'browser/ui/webui/sync_internals_html_source.cc', 3479 'browser/ui/webui/sync_internals_html_source.cc',
3478 'browser/ui/webui/sync_internals_html_source.h', 3480 'browser/ui/webui/sync_internals_html_source.h',
3479 'browser/ui/webui/sync_internals_ui.cc', 3481 'browser/ui/webui/sync_internals_ui.cc',
3480 'browser/ui/webui/sync_internals_ui.h', 3482 'browser/ui/webui/sync_internals_ui.h',
3481 'browser/ui/webui/test_chrome_web_ui_factory.cc', 3483 'browser/ui/webui/test_chrome_web_ui_factory.cc',
3482 'browser/ui/webui/test_chrome_web_ui_factory.h', 3484 'browser/ui/webui/test_chrome_web_ui_factory.h',
3483 'browser/ui/webui/textfields_ui.cc', 3485 'browser/ui/webui/textfields_ui.cc',
3484 'browser/ui/webui/textfields_ui.h', 3486 'browser/ui/webui/textfields_ui.h',
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 'hard_dependency': 1, 4641 'hard_dependency': 1,
4640 }, 4642 },
4641 ], 4643 ],
4642 } 4644 }
4643 4645
4644 # Local Variables: 4646 # Local Variables:
4645 # tab-width:2 4647 # tab-width:2
4646 # indent-tabs-mode:nil 4648 # indent-tabs-mode:nil
4647 # End: 4649 # End:
4648 # vim: set expandtab tabstop=2 shiftwidth=2: 4650 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sessions_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698