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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 211273007: Split InfoBarService core code into InfoBarManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + comments Created 6 years, 8 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 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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'browser/importer/profile_writer.cc', 947 'browser/importer/profile_writer.cc',
948 'browser/importer/profile_writer.h', 948 'browser/importer/profile_writer.h',
949 'browser/infobars/confirm_infobar_delegate.cc', 949 'browser/infobars/confirm_infobar_delegate.cc',
950 'browser/infobars/confirm_infobar_delegate.h', 950 'browser/infobars/confirm_infobar_delegate.h',
951 'browser/infobars/infobar.cc', 951 'browser/infobars/infobar.cc',
952 'browser/infobars/infobar.h', 952 'browser/infobars/infobar.h',
953 'browser/infobars/infobar_container.cc', 953 'browser/infobars/infobar_container.cc',
954 'browser/infobars/infobar_container.h', 954 'browser/infobars/infobar_container.h',
955 'browser/infobars/infobar_delegate.cc', 955 'browser/infobars/infobar_delegate.cc',
956 'browser/infobars/infobar_delegate.h', 956 'browser/infobars/infobar_delegate.h',
957 'browser/infobars/infobar_manager.cc',
958 'browser/infobars/infobar_manager.h',
957 'browser/infobars/infobar_service.cc', 959 'browser/infobars/infobar_service.cc',
958 'browser/infobars/infobar_service.h', 960 'browser/infobars/infobar_service.h',
959 'browser/infobars/insecure_content_infobar_delegate.cc', 961 'browser/infobars/insecure_content_infobar_delegate.cc',
960 'browser/infobars/insecure_content_infobar_delegate.h', 962 'browser/infobars/insecure_content_infobar_delegate.h',
961 'browser/infobars/simple_alert_infobar_delegate.cc', 963 'browser/infobars/simple_alert_infobar_delegate.cc',
962 'browser/infobars/simple_alert_infobar_delegate.h', 964 'browser/infobars/simple_alert_infobar_delegate.h',
963 'browser/install_verification/win/imported_module_verification.cc', 965 'browser/install_verification/win/imported_module_verification.cc',
964 'browser/install_verification/win/imported_module_verification.h', 966 'browser/install_verification/win/imported_module_verification.h',
965 'browser/install_verification/win/install_verification.cc', 967 'browser/install_verification/win/install_verification.cc',
966 'browser/install_verification/win/install_verification.h', 968 'browser/install_verification/win/install_verification.h',
(...skipping 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after
3897 'package_name': 'org/chromium/chrome/browser', 3899 'package_name': 'org/chromium/chrome/browser',
3898 'template_deps': ['browser/android/tab_load_status.h'], 3900 'template_deps': ['browser/android/tab_load_status.h'],
3899 }, 3901 },
3900 'includes': [ '../build/android/java_cpp_template.gypi' ], 3902 'includes': [ '../build/android/java_cpp_template.gypi' ],
3901 }, 3903 },
3902 ], 3904 ],
3903 }, 3905 },
3904 ], 3906 ],
3905 ], 3907 ],
3906 } 3908 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_unittest.cc ('k') | chrome/test/gpu/webgl_infobar_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698