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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9404011: Explicitly wait for user policy before completing login. (Closed) Base URL: svn://svn.chromium.org/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 '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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'browser/extensions/app_notification.cc', 1015 'browser/extensions/app_notification.cc',
1016 'browser/extensions/app_notification.h', 1016 'browser/extensions/app_notification.h',
1017 'browser/extensions/app_notification_manager.cc', 1017 'browser/extensions/app_notification_manager.cc',
1018 'browser/extensions/app_notification_manager.h', 1018 'browser/extensions/app_notification_manager.h',
1019 'browser/extensions/app_notification_storage.cc', 1019 'browser/extensions/app_notification_storage.cc',
1020 'browser/extensions/app_notification_storage.h', 1020 'browser/extensions/app_notification_storage.h',
1021 'browser/extensions/app_notify_channel_setup.cc', 1021 'browser/extensions/app_notify_channel_setup.cc',
1022 'browser/extensions/app_notify_channel_setup.h', 1022 'browser/extensions/app_notify_channel_setup.h',
1023 'browser/extensions/app_notify_channel_ui.cc', 1023 'browser/extensions/app_notify_channel_ui.cc',
1024 'browser/extensions/app_notify_channel_ui.h', 1024 'browser/extensions/app_notify_channel_ui.h',
1025 » 'browser/extensions/app_shortcut_manager.cc', 1025 'browser/extensions/app_shortcut_manager.cc',
1026 » 'browser/extensions/app_shortcut_manager.h', 1026 'browser/extensions/app_shortcut_manager.h',
1027 'browser/extensions/apps_promo.cc', 1027 'browser/extensions/apps_promo.cc',
1028 'browser/extensions/apps_promo.h', 1028 'browser/extensions/apps_promo.h',
1029 'browser/extensions/browser_action_test_util.h', 1029 'browser/extensions/browser_action_test_util.h',
1030 'browser/extensions/browser_action_test_util_gtk.cc', 1030 'browser/extensions/browser_action_test_util_gtk.cc',
1031 'browser/extensions/browser_action_test_util_mac.mm', 1031 'browser/extensions/browser_action_test_util_mac.mm',
1032 'browser/extensions/browser_action_test_util_views.cc', 1032 'browser/extensions/browser_action_test_util_views.cc',
1033 'browser/extensions/component_loader.cc', 1033 'browser/extensions/component_loader.cc',
1034 'browser/extensions/component_loader.h', 1034 'browser/extensions/component_loader.h',
1035 'browser/extensions/convert_user_script.cc', 1035 'browser/extensions/convert_user_script.cc',
1036 'browser/extensions/convert_user_script.h', 1036 'browser/extensions/convert_user_script.h',
(...skipping 4548 matching lines...) Expand 10 before | Expand all | Expand 10 after
5585 'type': 'static_library', 5585 'type': 'static_library',
5586 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5586 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5587 'variables': { 5587 'variables': {
5588 'proto_in_dir': 'browser/history', 5588 'proto_in_dir': 'browser/history',
5589 'proto_out_dir': 'chrome/browser/history', 5589 'proto_out_dir': 'chrome/browser/history',
5590 }, 5590 },
5591 'includes': [ '../build/protoc.gypi' ] 5591 'includes': [ '../build/protoc.gypi' ]
5592 }, 5592 },
5593 ], 5593 ],
5594 } 5594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698