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

Side by Side Diff: content/content_browser.gypi

Issue 8956059: Rename NavigationController to NavigationControllerImpl and put it into the content namespace. Al... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 12 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 | « content/browser/tab_contents/test_tab_contents.cc ('k') | content/content_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) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'browser/ssl/ssl_request_info.cc', 585 'browser/ssl/ssl_request_info.cc',
586 'browser/ssl/ssl_request_info.h', 586 'browser/ssl/ssl_request_info.h',
587 'browser/system_message_window_win.cc', 587 'browser/system_message_window_win.cc',
588 'browser/system_message_window_win.h', 588 'browser/system_message_window_win.h',
589 'browser/tab_contents/drag_utils_gtk.cc', 589 'browser/tab_contents/drag_utils_gtk.cc',
590 'browser/tab_contents/drag_utils_gtk.h', 590 'browser/tab_contents/drag_utils_gtk.h',
591 'browser/tab_contents/interstitial_page.cc', 591 'browser/tab_contents/interstitial_page.cc',
592 'browser/tab_contents/interstitial_page.h', 592 'browser/tab_contents/interstitial_page.h',
593 'browser/tab_contents/navigation_controller.cc', 593 'browser/tab_contents/navigation_controller.cc',
594 'browser/tab_contents/navigation_controller.h', 594 'browser/tab_contents/navigation_controller.h',
595 'browser/tab_contents/navigation_entry.cc', 595 'browser/tab_contents/navigation_entry_impl.cc',
596 'browser/tab_contents/navigation_entry.h', 596 'browser/tab_contents/navigation_entry_impl.h',
597 'browser/tab_contents/popup_menu_helper_mac.h', 597 'browser/tab_contents/popup_menu_helper_mac.h',
598 'browser/tab_contents/popup_menu_helper_mac.mm', 598 'browser/tab_contents/popup_menu_helper_mac.mm',
599 'browser/tab_contents/provisional_load_details.cc', 599 'browser/tab_contents/provisional_load_details.cc',
600 'browser/tab_contents/provisional_load_details.h', 600 'browser/tab_contents/provisional_load_details.h',
601 'browser/tab_contents/render_view_host_manager.cc', 601 'browser/tab_contents/render_view_host_manager.cc',
602 'browser/tab_contents/render_view_host_manager.h', 602 'browser/tab_contents/render_view_host_manager.h',
603 'browser/tab_contents/tab_contents.cc', 603 'browser/tab_contents/tab_contents.cc',
604 'browser/tab_contents/tab_contents.h', 604 'browser/tab_contents/tab_contents.h',
605 'browser/tab_contents/tab_contents_view.cc', 605 'browser/tab_contents/tab_contents_view.cc',
606 'browser/tab_contents/tab_contents_view.h', 606 'browser/tab_contents/tab_contents_view.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 'ENABLE_JAVA_BRIDGE', 800 'ENABLE_JAVA_BRIDGE',
801 ], 801 ],
802 }, { 802 }, {
803 'sources/': [ 803 'sources/': [
804 ['exclude', '^browser/renderer_host/java/'], 804 ['exclude', '^browser/renderer_host/java/'],
805 ], 805 ],
806 }], 806 }],
807 ], 807 ],
808 } 808 }
809 809
OLDNEW
« no previous file with comments | « content/browser/tab_contents/test_tab_contents.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698