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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7259007: Revert 90447 - Add chrome://quota-internals/ resources (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/chrome.gyp ('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 'dependencies': [ 10 'dependencies': [
(...skipping 3509 matching lines...) Expand 10 before | Expand all | Expand 10 after
3520 'browser/ui/webui/options/sync_setup_handler.cc', 3520 'browser/ui/webui/options/sync_setup_handler.cc',
3521 'browser/ui/webui/options/sync_setup_handler.h', 3521 'browser/ui/webui/options/sync_setup_handler.h',
3522 'browser/ui/webui/plugins_ui.cc', 3522 'browser/ui/webui/plugins_ui.cc',
3523 'browser/ui/webui/plugins_ui.h', 3523 'browser/ui/webui/plugins_ui.h',
3524 'browser/ui/webui/print_preview_data_source.cc', 3524 'browser/ui/webui/print_preview_data_source.cc',
3525 'browser/ui/webui/print_preview_data_source.h', 3525 'browser/ui/webui/print_preview_data_source.h',
3526 'browser/ui/webui/print_preview_handler.cc', 3526 'browser/ui/webui/print_preview_handler.cc',
3527 'browser/ui/webui/print_preview_handler.h', 3527 'browser/ui/webui/print_preview_handler.h',
3528 'browser/ui/webui/print_preview_ui.cc', 3528 'browser/ui/webui/print_preview_ui.cc',
3529 'browser/ui/webui/print_preview_ui.h', 3529 'browser/ui/webui/print_preview_ui.h',
3530 'browser/ui/webui/quota_internals_ui.cc',
3531 'browser/ui/webui/quota_internals_ui.h',
3532 'browser/ui/webui/screenshot_source.cc', 3530 'browser/ui/webui/screenshot_source.cc',
3533 'browser/ui/webui/screenshot_source.h', 3531 'browser/ui/webui/screenshot_source.h',
3534 'browser/ui/webui/sessions_ui.cc', 3532 'browser/ui/webui/sessions_ui.cc',
3535 'browser/ui/webui/sessions_ui.h', 3533 'browser/ui/webui/sessions_ui.h',
3536 'browser/ui/webui/shared_resources_data_source.cc', 3534 'browser/ui/webui/shared_resources_data_source.cc',
3537 'browser/ui/webui/shared_resources_data_source.h', 3535 'browser/ui/webui/shared_resources_data_source.h',
3538 'browser/ui/webui/sync_internals_html_source.cc', 3536 'browser/ui/webui/sync_internals_html_source.cc',
3539 'browser/ui/webui/sync_internals_html_source.h', 3537 'browser/ui/webui/sync_internals_html_source.h',
3540 'browser/ui/webui/sync_internals_ui.cc', 3538 'browser/ui/webui/sync_internals_ui.cc',
3541 'browser/ui/webui/sync_internals_ui.h', 3539 'browser/ui/webui/sync_internals_ui.h',
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
4711 'hard_dependency': 1, 4709 'hard_dependency': 1,
4712 }, 4710 },
4713 ], 4711 ],
4714 } 4712 }
4715 4713
4716 # Local Variables: 4714 # Local Variables:
4717 # tab-width:2 4715 # tab-width:2
4718 # indent-tabs-mode:nil 4716 # indent-tabs-mode:nil
4719 # End: 4717 # End:
4720 # vim: set expandtab tabstop=2 shiftwidth=2: 4718 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698