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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11644077: Put extension enable logic into a ExtensionEnableFlow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + address comments in #1 Created 7 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/ntp/app_launcher_handler.cc ('k') | no next file » | 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 'browser/ui/content_settings/content_setting_bubble_model.h', 802 'browser/ui/content_settings/content_setting_bubble_model.h',
803 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', 803 'browser/ui/content_settings/content_setting_bubble_model_delegate.h',
804 'browser/ui/content_settings/content_setting_image_model.cc', 804 'browser/ui/content_settings/content_setting_image_model.cc',
805 'browser/ui/content_settings/content_setting_image_model.h', 805 'browser/ui/content_settings/content_setting_image_model.h',
806 'browser/ui/crypto_module_password_dialog.cc', 806 'browser/ui/crypto_module_password_dialog.cc',
807 'browser/ui/crypto_module_password_dialog.h', 807 'browser/ui/crypto_module_password_dialog.h',
808 'browser/ui/crypto_module_password_dialog_nss.cc', 808 'browser/ui/crypto_module_password_dialog_nss.cc',
809 'browser/ui/crypto_module_password_dialog_openssl.cc', 809 'browser/ui/crypto_module_password_dialog_openssl.cc',
810 'browser/ui/extensions/application_launch.cc', 810 'browser/ui/extensions/application_launch.cc',
811 'browser/ui/extensions/application_launch.h', 811 'browser/ui/extensions/application_launch.h',
812 'browser/ui/extensions/extension_enable_flow.cc',
813 'browser/ui/extensions/extension_enable_flow.h',
814 'browser/ui/extensions/extension_enable_flow_delegate.h',
812 'browser/ui/extensions/native_app_window.h', 815 'browser/ui/extensions/native_app_window.h',
813 'browser/ui/extensions/shell_window.cc', 816 'browser/ui/extensions/shell_window.cc',
814 'browser/ui/extensions/shell_window.h', 817 'browser/ui/extensions/shell_window.h',
815 'browser/ui/find_bar/find_bar.h', 818 'browser/ui/find_bar/find_bar.h',
816 'browser/ui/find_bar/find_bar_controller.cc', 819 'browser/ui/find_bar/find_bar_controller.cc',
817 'browser/ui/find_bar/find_bar_controller.h', 820 'browser/ui/find_bar/find_bar_controller.h',
818 'browser/ui/find_bar/find_bar_state.h', 821 'browser/ui/find_bar/find_bar_state.h',
819 'browser/ui/find_bar/find_bar_state_factory.cc', 822 'browser/ui/find_bar/find_bar_state_factory.cc',
820 'browser/ui/find_bar/find_bar_state_factory.h', 823 'browser/ui/find_bar/find_bar_state_factory.h',
821 'browser/ui/find_bar/find_notification_details.h', 824 'browser/ui/find_bar/find_notification_details.h',
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 }, { # else: enable_app_list==0 2804 }, { # else: enable_app_list==0
2802 'sources/': [ 2805 'sources/': [
2803 ['exclude', '^browser/ui/views/app_list/'], 2806 ['exclude', '^browser/ui/views/app_list/'],
2804 ['exclude', '^browser/ui/app_list/'], 2807 ['exclude', '^browser/ui/app_list/'],
2805 ] 2808 ]
2806 }], 2809 }],
2807 ], 2810 ],
2808 }, 2811 },
2809 ], 2812 ],
2810 } 2813 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698