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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7084024: Add chrome://quota-internals/ (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix clang compile error Created 9 years, 5 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/quota_internals_ui.cc ('k') | webkit/quota/quota_manager.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 'dependencies': [ 10 'dependencies': [
(...skipping 3548 matching lines...) Expand 10 before | Expand all | Expand 10 after
3559 'browser/ui/webui/options/sync_setup_handler.cc', 3559 'browser/ui/webui/options/sync_setup_handler.cc',
3560 'browser/ui/webui/options/sync_setup_handler.h', 3560 'browser/ui/webui/options/sync_setup_handler.h',
3561 'browser/ui/webui/plugins_ui.cc', 3561 'browser/ui/webui/plugins_ui.cc',
3562 'browser/ui/webui/plugins_ui.h', 3562 'browser/ui/webui/plugins_ui.h',
3563 'browser/ui/webui/print_preview_data_source.cc', 3563 'browser/ui/webui/print_preview_data_source.cc',
3564 'browser/ui/webui/print_preview_data_source.h', 3564 'browser/ui/webui/print_preview_data_source.h',
3565 'browser/ui/webui/print_preview_handler.cc', 3565 'browser/ui/webui/print_preview_handler.cc',
3566 'browser/ui/webui/print_preview_handler.h', 3566 'browser/ui/webui/print_preview_handler.h',
3567 'browser/ui/webui/print_preview_ui.cc', 3567 'browser/ui/webui/print_preview_ui.cc',
3568 'browser/ui/webui/print_preview_ui.h', 3568 'browser/ui/webui/print_preview_ui.h',
3569 'browser/ui/webui/quota_internals_handler.cc',
3570 'browser/ui/webui/quota_internals_handler.h',
3571 'browser/ui/webui/quota_internals_types.cc',
3572 'browser/ui/webui/quota_internals_types.h',
3573 'browser/ui/webui/quota_internals_proxy.h',
3574 'browser/ui/webui/quota_internals_proxy.cc',
3569 'browser/ui/webui/quota_internals_ui.cc', 3575 'browser/ui/webui/quota_internals_ui.cc',
3570 'browser/ui/webui/quota_internals_ui.h', 3576 'browser/ui/webui/quota_internals_ui.h',
3571 'browser/ui/webui/screenshot_source.cc', 3577 'browser/ui/webui/screenshot_source.cc',
3572 'browser/ui/webui/screenshot_source.h', 3578 'browser/ui/webui/screenshot_source.h',
3573 'browser/ui/webui/sessions_ui.cc', 3579 'browser/ui/webui/sessions_ui.cc',
3574 'browser/ui/webui/sessions_ui.h', 3580 'browser/ui/webui/sessions_ui.h',
3575 'browser/ui/webui/shared_resources_data_source.cc', 3581 'browser/ui/webui/shared_resources_data_source.cc',
3576 'browser/ui/webui/shared_resources_data_source.h', 3582 'browser/ui/webui/shared_resources_data_source.h',
3577 'browser/ui/webui/sync_internals_html_source.cc', 3583 'browser/ui/webui/sync_internals_html_source.cc',
3578 'browser/ui/webui/sync_internals_html_source.h', 3584 'browser/ui/webui/sync_internals_html_source.h',
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4788 ], 4794 ],
4789 'export_dependent_settings': [ 4795 'export_dependent_settings': [
4790 'in_memory_url_index_cache_proto', 4796 'in_memory_url_index_cache_proto',
4791 ], 4797 ],
4792 # This target exports a hard dependency because it includes generated 4798 # This target exports a hard dependency because it includes generated
4793 # header files. 4799 # header files.
4794 'hard_dependency': 1, 4800 'hard_dependency': 1,
4795 }, 4801 },
4796 ], 4802 ],
4797 } 4803 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/quota_internals_ui.cc ('k') | webkit/quota/quota_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698