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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9346013: Publish app shortcuts on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build 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
« no previous file with comments | « chrome/browser/web_applications/web_app_win.cc ('k') | chrome/common/mac/app_mode_common.h » ('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 (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 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4195 'browser/upgrade_detector_impl.cc', 4195 'browser/upgrade_detector_impl.cc',
4196 'browser/upgrade_detector_impl.h', 4196 'browser/upgrade_detector_impl.h',
4197 'browser/user_style_sheet_watcher.cc', 4197 'browser/user_style_sheet_watcher.cc',
4198 'browser/user_style_sheet_watcher.h', 4198 'browser/user_style_sheet_watcher.h',
4199 'browser/visitedlink/visitedlink_event_listener.cc', 4199 'browser/visitedlink/visitedlink_event_listener.cc',
4200 'browser/visitedlink/visitedlink_event_listener.h', 4200 'browser/visitedlink/visitedlink_event_listener.h',
4201 'browser/visitedlink/visitedlink_master.cc', 4201 'browser/visitedlink/visitedlink_master.cc',
4202 'browser/visitedlink/visitedlink_master.h', 4202 'browser/visitedlink/visitedlink_master.h',
4203 'browser/web_applications/web_app.cc', 4203 'browser/web_applications/web_app.cc',
4204 'browser/web_applications/web_app.h', 4204 'browser/web_applications/web_app.h',
4205 'browser/web_applications/web_app_linux.cc',
4206 'browser/web_applications/web_app_mac.mm',
4207 'browser/web_applications/web_app_win.cc',
4205 'browser/web_resource/notification_promo.cc', 4208 'browser/web_resource/notification_promo.cc',
4206 'browser/web_resource/notification_promo.h', 4209 'browser/web_resource/notification_promo.h',
4207 'browser/web_resource/promo_resource_service.cc', 4210 'browser/web_resource/promo_resource_service.cc',
4208 'browser/web_resource/promo_resource_service.h', 4211 'browser/web_resource/promo_resource_service.h',
4209 'browser/web_resource/web_resource_service.cc', 4212 'browser/web_resource/web_resource_service.cc',
4210 'browser/web_resource/web_resource_service.h', 4213 'browser/web_resource/web_resource_service.h',
4211 'browser/webdata/autocomplete_syncable_service.cc', 4214 'browser/webdata/autocomplete_syncable_service.cc',
4212 'browser/webdata/autocomplete_syncable_service.h', 4215 'browser/webdata/autocomplete_syncable_service.h',
4213 'browser/webdata/autofill_change.cc', 4216 'browser/webdata/autofill_change.cc',
4214 'browser/webdata/autofill_change.h', 4217 'browser/webdata/autofill_change.h',
(...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
5557 'type': 'static_library', 5560 'type': 'static_library',
5558 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5561 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5559 'variables': { 5562 'variables': {
5560 'proto_in_dir': 'browser/history', 5563 'proto_in_dir': 'browser/history',
5561 'proto_out_dir': 'chrome/browser/history', 5564 'proto_out_dir': 'chrome/browser/history',
5562 }, 5565 },
5563 'includes': [ '../build/protoc.gypi' ] 5566 'includes': [ '../build/protoc.gypi' ]
5564 }, 5567 },
5565 ], 5568 ],
5566 } 5569 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_win.cc ('k') | chrome/common/mac/app_mode_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698