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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12520005: Move desktop-specific Instant bits to c/b/ui/search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 9 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
« no previous file with comments | « chrome/browser/ui/webui/instant_ui.cc ('k') | chrome/chrome_browser_ui.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'browser/importer/toolbar_importer_utils.cc', 844 'browser/importer/toolbar_importer_utils.cc',
845 'browser/importer/toolbar_importer_utils.h', 845 'browser/importer/toolbar_importer_utils.h',
846 'browser/infobars/infobar.cc', 846 'browser/infobars/infobar.cc',
847 'browser/infobars/infobar.h', 847 'browser/infobars/infobar.h',
848 'browser/infobars/infobar_container.cc', 848 'browser/infobars/infobar_container.cc',
849 'browser/infobars/infobar_container.h', 849 'browser/infobars/infobar_container.h',
850 'browser/infobars/infobar_tab_helper.cc', 850 'browser/infobars/infobar_tab_helper.cc',
851 'browser/infobars/infobar_tab_helper.h', 851 'browser/infobars/infobar_tab_helper.h',
852 'browser/infobars/insecure_content_infobar_delegate.cc', 852 'browser/infobars/insecure_content_infobar_delegate.cc',
853 'browser/infobars/insecure_content_infobar_delegate.h', 853 'browser/infobars/insecure_content_infobar_delegate.h',
854 'browser/instant/instant_commit_type.h',
855 'browser/instant/instant_controller.cc',
856 'browser/instant/instant_controller.h',
857 'browser/instant/instant_io_context.cc', 854 'browser/instant/instant_io_context.cc',
858 'browser/instant/instant_io_context.h', 855 'browser/instant/instant_io_context.h',
859 'browser/instant/instant_loader.cc',
860 'browser/instant/instant_loader.h',
861 'browser/instant/instant_ntp.cc',
862 'browser/instant/instant_ntp.h',
863 'browser/instant/instant_overlay.cc',
864 'browser/instant/instant_overlay.h',
865 'browser/instant/instant_overlay_controller.cc',
866 'browser/instant/instant_overlay_controller.h',
867 'browser/instant/instant_overlay_model.cc',
868 'browser/instant/instant_overlay_model.h',
869 'browser/instant/instant_overlay_model_observer.h',
870 'browser/instant/instant_page.h',
871 'browser/instant/instant_page.cc',
872 'browser/instant/instant_service.cc', 856 'browser/instant/instant_service.cc',
873 'browser/instant/instant_service.h', 857 'browser/instant/instant_service.h',
874 'browser/instant/instant_service_factory.cc', 858 'browser/instant/instant_service_factory.cc',
875 'browser/instant/instant_service_factory.h', 859 'browser/instant/instant_service_factory.h',
876 'browser/instant/instant_tab.cc',
877 'browser/instant/instant_tab.h',
878 'browser/instant/instant_unload_handler.cc',
879 'browser/instant/instant_unload_handler.h',
880 'browser/instant/local_omnibox_popup_source.cc', 860 'browser/instant/local_omnibox_popup_source.cc',
881 'browser/instant/local_omnibox_popup_source.h', 861 'browser/instant/local_omnibox_popup_source.h',
882 'browser/instant/search.cc', 862 'browser/instant/search.cc',
883 'browser/instant/search.h', 863 'browser/instant/search.h',
884 'browser/internal_auth.cc', 864 'browser/internal_auth.cc',
885 'browser/internal_auth.h', 865 'browser/internal_auth.h',
886 'browser/intranet_redirect_detector.cc', 866 'browser/intranet_redirect_detector.cc',
887 'browser/intranet_redirect_detector.h', 867 'browser/intranet_redirect_detector.h',
888 'browser/io_thread.cc', 868 'browser/io_thread.cc',
889 'browser/io_thread.h', 869 'browser/io_thread.h',
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
3124 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3104 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3125 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3105 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3126 }, 3106 },
3127 'includes': [ '../build/android/java_cpp_template.gypi' ], 3107 'includes': [ '../build/android/java_cpp_template.gypi' ],
3128 }, 3108 },
3129 ], 3109 ],
3130 }, 3110 },
3131 ], 3111 ],
3132 ], 3112 ],
3133 } 3113 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/instant_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698