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

Side by Side Diff: content/content_browser.gypi

Issue 9349010: Move handling of debug urls like chrome://crash, chrome://gpuclean to content. These are for test... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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) 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'browser/ssl/ssl_policy.cc', 614 'browser/ssl/ssl_policy.cc',
615 'browser/ssl/ssl_policy.h', 615 'browser/ssl/ssl_policy.h',
616 'browser/ssl/ssl_policy_backend.cc', 616 'browser/ssl/ssl_policy_backend.cc',
617 'browser/ssl/ssl_policy_backend.h', 617 'browser/ssl/ssl_policy_backend.h',
618 'browser/ssl/ssl_request_info.cc', 618 'browser/ssl/ssl_request_info.cc',
619 'browser/ssl/ssl_request_info.h', 619 'browser/ssl/ssl_request_info.h',
620 'browser/system_message_window_win.cc', 620 'browser/system_message_window_win.cc',
621 'browser/system_message_window_win.h', 621 'browser/system_message_window_win.h',
622 'browser/tab_contents/drag_utils_gtk.cc', 622 'browser/tab_contents/drag_utils_gtk.cc',
623 'browser/tab_contents/drag_utils_gtk.h', 623 'browser/tab_contents/drag_utils_gtk.h',
624 'browser/tab_contents/debug_urls.cc',
625 'browser/tab_contents/debug_urls.h',
624 'browser/tab_contents/interstitial_page.cc', 626 'browser/tab_contents/interstitial_page.cc',
625 'browser/tab_contents/interstitial_page.h', 627 'browser/tab_contents/interstitial_page.h',
626 'browser/tab_contents/navigation_controller_impl.cc', 628 'browser/tab_contents/navigation_controller_impl.cc',
627 'browser/tab_contents/navigation_controller_impl.h', 629 'browser/tab_contents/navigation_controller_impl.h',
628 'browser/tab_contents/navigation_entry_impl.cc', 630 'browser/tab_contents/navigation_entry_impl.cc',
629 'browser/tab_contents/navigation_entry_impl.h', 631 'browser/tab_contents/navigation_entry_impl.h',
630 'browser/tab_contents/popup_menu_helper_mac.h', 632 'browser/tab_contents/popup_menu_helper_mac.h',
631 'browser/tab_contents/popup_menu_helper_mac.mm', 633 'browser/tab_contents/popup_menu_helper_mac.mm',
632 'browser/tab_contents/provisional_load_details.cc', 634 'browser/tab_contents/provisional_load_details.cc',
633 'browser/tab_contents/provisional_load_details.h', 635 'browser/tab_contents/provisional_load_details.h',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'ENABLE_JAVA_BRIDGE', 844 'ENABLE_JAVA_BRIDGE',
843 ], 845 ],
844 }, { 846 }, {
845 'sources/': [ 847 'sources/': [
846 ['exclude', '^browser/renderer_host/java/'], 848 ['exclude', '^browser/renderer_host/java/'],
847 ], 849 ],
848 }], 850 }],
849 ], 851 ],
850 } 852 }
851 853
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698