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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11054006: Make application shortcuts point to app_host.exe, install App Host during app installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Now installing App Host in AppShortcutManager, instead of CrxInstaller / UnpackedInstaller. Created 8 years, 1 month 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2674 matching lines...) Expand 10 before | Expand all | Expand 10 after
2685 # Exclude all of rlz. 2685 # Exclude all of rlz.
2686 ['exclude', '^browser/rlz/'], 2686 ['exclude', '^browser/rlz/'],
2687 ], 2687 ],
2688 }], 2688 }],
2689 ['OS=="win"', { 2689 ['OS=="win"', {
2690 'include_dirs': [ 2690 'include_dirs': [
2691 '<(DEPTH)/third_party/wtl/include', 2691 '<(DEPTH)/third_party/wtl/include',
2692 ], 2692 ],
2693 'dependencies': [ 2693 'dependencies': [
2694 'installer_util_strings', 2694 'installer_util_strings',
2695 'launcher_support',
2695 '../google_update/google_update.gyp:google_update', 2696 '../google_update/google_update.gyp:google_update',
2696 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2697 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2697 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2698 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2698 '../ui/app_list/app_list.gyp:app_list', 2699 '../ui/app_list/app_list.gyp:app_list',
2699 '../ui/views/controls/webview/webview.gyp:webview', 2700 '../ui/views/controls/webview/webview.gyp:webview',
2700 '../ui/views/views.gyp:views', 2701 '../ui/views/views.gyp:views',
2701 ], 2702 ],
2702 'export_dependent_settings': [ 2703 'export_dependent_settings': [
2703 '../ui/views/controls/webview/webview.gyp:webview', 2704 '../ui/views/controls/webview/webview.gyp:webview',
2704 '../ui/views/views.gyp:views', 2705 '../ui/views/views.gyp:views',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 'proto_in_dir': '../third_party/cros_system_api/dbus', 2980 'proto_in_dir': '../third_party/cros_system_api/dbus',
2980 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2981 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2981 }, 2982 },
2982 'includes': ['../build/protoc.gypi'], 2983 'includes': ['../build/protoc.gypi'],
2983 }, 2984 },
2984 ], 2985 ],
2985 }, 2986 },
2986 ], 2987 ],
2987 ], 2988 ],
2988 } 2989 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698