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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 125443002: In-app messaging to communicate the imminent 32-bit deprecation to 32-bit-only users (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/help/version_updater_mac.mm ('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 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'browser/mac/install_from_dmg.h', 1001 'browser/mac/install_from_dmg.h',
1002 'browser/mac/install_from_dmg.mm', 1002 'browser/mac/install_from_dmg.mm',
1003 'browser/mac/keychain_reauthorize.h', 1003 'browser/mac/keychain_reauthorize.h',
1004 'browser/mac/keychain_reauthorize.mm', 1004 'browser/mac/keychain_reauthorize.mm',
1005 'browser/mac/keystone_glue.h', 1005 'browser/mac/keystone_glue.h',
1006 'browser/mac/keystone_glue.mm', 1006 'browser/mac/keystone_glue.mm',
1007 'browser/mac/keystone_registration.h', 1007 'browser/mac/keystone_registration.h',
1008 'browser/mac/keystone_registration.mm', 1008 'browser/mac/keystone_registration.mm',
1009 'browser/mac/master_prefs.h', 1009 'browser/mac/master_prefs.h',
1010 'browser/mac/master_prefs.mm', 1010 'browser/mac/master_prefs.mm',
1011 'browser/mac/obsolete_system.cc',
1012 'browser/mac/obsolete_system.h',
1011 'browser/mac/relauncher.cc', 1013 'browser/mac/relauncher.cc',
1012 'browser/mac/relauncher.h', 1014 'browser/mac/relauncher.h',
1013 'browser/mac/security_wrappers.cc', 1015 'browser/mac/security_wrappers.cc',
1014 'browser/mac/security_wrappers.h', 1016 'browser/mac/security_wrappers.h',
1015 'browser/managed_mode/custodian_profile_downloader_service.cc', 1017 'browser/managed_mode/custodian_profile_downloader_service.cc',
1016 'browser/managed_mode/custodian_profile_downloader_service.h', 1018 'browser/managed_mode/custodian_profile_downloader_service.h',
1017 'browser/managed_mode/custodian_profile_downloader_service_factory.cc', 1019 'browser/managed_mode/custodian_profile_downloader_service_factory.cc',
1018 'browser/managed_mode/custodian_profile_downloader_service_factory.h', 1020 'browser/managed_mode/custodian_profile_downloader_service_factory.h',
1019 'browser/managed_mode/managed_mode_interstitial.cc', 1021 'browser/managed_mode/managed_mode_interstitial.cc',
1020 'browser/managed_mode/managed_mode_interstitial.h', 1022 'browser/managed_mode/managed_mode_interstitial.h',
(...skipping 2622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3643 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3645 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3644 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3646 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3645 }, 3647 },
3646 'includes': [ '../build/android/java_cpp_template.gypi' ], 3648 'includes': [ '../build/android/java_cpp_template.gypi' ],
3647 }, 3649 },
3648 ], 3650 ],
3649 }, 3651 },
3650 ], 3652 ],
3651 ], 3653 ],
3652 } 3654 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698