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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9166009: Move about:net-internals webui files into a subdirectory + OWNERS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update year Created 8 years, 11 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/net_internals_ui_browsertest.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3829 matching lines...) Expand 10 before | Expand all | Expand 10 after
3840 'browser/ui/webui/keyboard_ui.cc', 3840 'browser/ui/webui/keyboard_ui.cc',
3841 'browser/ui/webui/keyboard_ui.h', 3841 'browser/ui/webui/keyboard_ui.h',
3842 'browser/ui/webui/media/media_internals_handler.cc', 3842 'browser/ui/webui/media/media_internals_handler.cc',
3843 'browser/ui/webui/media/media_internals_handler.h', 3843 'browser/ui/webui/media/media_internals_handler.h',
3844 'browser/ui/webui/media/media_internals_proxy.cc', 3844 'browser/ui/webui/media/media_internals_proxy.cc',
3845 'browser/ui/webui/media/media_internals_proxy.h', 3845 'browser/ui/webui/media/media_internals_proxy.h',
3846 'browser/ui/webui/media/media_internals_ui.cc', 3846 'browser/ui/webui/media/media_internals_ui.cc',
3847 'browser/ui/webui/media/media_internals_ui.h', 3847 'browser/ui/webui/media/media_internals_ui.h',
3848 'browser/ui/webui/metrics_handler.cc', 3848 'browser/ui/webui/metrics_handler.cc',
3849 'browser/ui/webui/metrics_handler.h', 3849 'browser/ui/webui/metrics_handler.h',
3850 'browser/ui/webui/net_internals_ui.cc', 3850 'browser/ui/webui/net_internals/net_internals_ui.cc',
3851 'browser/ui/webui/net_internals_ui.h', 3851 'browser/ui/webui/net_internals/net_internals_ui.h',
3852 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_ handler.cc', 3852 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_ handler.cc',
3853 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_ handler.h', 3853 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_ handler.h',
3854 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.c c', 3854 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.c c',
3855 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.h ', 3855 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.h ',
3856 'browser/ui/webui/ntp/app_launcher_handler.cc', 3856 'browser/ui/webui/ntp/app_launcher_handler.cc',
3857 'browser/ui/webui/ntp/app_launcher_handler.h', 3857 'browser/ui/webui/ntp/app_launcher_handler.h',
3858 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3858 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3859 'browser/ui/webui/ntp/favicon_webui_handler.h', 3859 'browser/ui/webui/ntp/favicon_webui_handler.h',
3860 'browser/ui/webui/ntp/foreign_session_handler.cc', 3860 'browser/ui/webui/ntp/foreign_session_handler.cc',
3861 'browser/ui/webui/ntp/foreign_session_handler.h', 3861 'browser/ui/webui/ntp/foreign_session_handler.h',
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
5430 'type': 'static_library', 5430 'type': 'static_library',
5431 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5431 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5432 'variables': { 5432 'variables': {
5433 'proto_in_dir': 'browser/history', 5433 'proto_in_dir': 'browser/history',
5434 'proto_out_dir': 'chrome/browser/history', 5434 'proto_out_dir': 'chrome/browser/history',
5435 }, 5435 },
5436 'includes': [ '../build/protoc.gypi' ] 5436 'includes': [ '../build/protoc.gypi' ]
5437 }, 5437 },
5438 ], 5438 ],
5439 } 5439 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/net_internals_ui_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698