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

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: '' 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
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 3525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3536 'browser/ui/webui/options/sync_setup_handler.cc', 3536 'browser/ui/webui/options/sync_setup_handler.cc',
3537 'browser/ui/webui/options/sync_setup_handler.h', 3537 'browser/ui/webui/options/sync_setup_handler.h',
3538 'browser/ui/webui/plugins_ui.cc', 3538 'browser/ui/webui/plugins_ui.cc',
3539 'browser/ui/webui/plugins_ui.h', 3539 'browser/ui/webui/plugins_ui.h',
3540 'browser/ui/webui/print_preview_data_source.cc', 3540 'browser/ui/webui/print_preview_data_source.cc',
3541 'browser/ui/webui/print_preview_data_source.h', 3541 'browser/ui/webui/print_preview_data_source.h',
3542 'browser/ui/webui/print_preview_handler.cc', 3542 'browser/ui/webui/print_preview_handler.cc',
3543 'browser/ui/webui/print_preview_handler.h', 3543 'browser/ui/webui/print_preview_handler.h',
3544 'browser/ui/webui/print_preview_ui.cc', 3544 'browser/ui/webui/print_preview_ui.cc',
3545 'browser/ui/webui/print_preview_ui.h', 3545 'browser/ui/webui/print_preview_ui.h',
3546 'browser/ui/webui/quota_internals_handler.cc',
3547 'browser/ui/webui/quota_internals_handler.h',
3548 'browser/ui/webui/quota_internals_types.cc',
3549 'browser/ui/webui/quota_internals_types.h',
3550 'browser/ui/webui/quota_internals_proxy.h',
3551 'browser/ui/webui/quota_internals_proxy.cc',
3546 'browser/ui/webui/quota_internals_ui.cc', 3552 'browser/ui/webui/quota_internals_ui.cc',
3547 'browser/ui/webui/quota_internals_ui.h', 3553 'browser/ui/webui/quota_internals_ui.h',
3548 'browser/ui/webui/screenshot_source.cc', 3554 'browser/ui/webui/screenshot_source.cc',
3549 'browser/ui/webui/screenshot_source.h', 3555 'browser/ui/webui/screenshot_source.h',
3550 'browser/ui/webui/sessions_ui.cc', 3556 'browser/ui/webui/sessions_ui.cc',
3551 'browser/ui/webui/sessions_ui.h', 3557 'browser/ui/webui/sessions_ui.h',
3552 'browser/ui/webui/shared_resources_data_source.cc', 3558 'browser/ui/webui/shared_resources_data_source.cc',
3553 'browser/ui/webui/shared_resources_data_source.h', 3559 'browser/ui/webui/shared_resources_data_source.h',
3554 'browser/ui/webui/sync_internals_html_source.cc', 3560 'browser/ui/webui/sync_internals_html_source.cc',
3555 'browser/ui/webui/sync_internals_html_source.h', 3561 'browser/ui/webui/sync_internals_html_source.h',
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
4742 'hard_dependency': 1, 4748 'hard_dependency': 1,
4743 }, 4749 },
4744 ], 4750 ],
4745 } 4751 }
4746 4752
4747 # Local Variables: 4753 # Local Variables:
4748 # tab-width:2 4754 # tab-width:2
4749 # indent-tabs-mode:nil 4755 # indent-tabs-mode:nil
4750 # End: 4756 # End:
4751 # vim: set expandtab tabstop=2 shiftwidth=2: 4757 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698