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

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: Refactoring; moving App Host install errors to logs. 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 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after
2679 # Exclude all of rlz. 2679 # Exclude all of rlz.
2680 ['exclude', '^browser/rlz/'], 2680 ['exclude', '^browser/rlz/'],
2681 ], 2681 ],
2682 }], 2682 }],
2683 ['OS=="win"', { 2683 ['OS=="win"', {
2684 'include_dirs': [ 2684 'include_dirs': [
2685 '<(DEPTH)/third_party/wtl/include', 2685 '<(DEPTH)/third_party/wtl/include',
2686 ], 2686 ],
2687 'dependencies': [ 2687 'dependencies': [
2688 'installer_util_strings', 2688 'installer_util_strings',
2689 'launcher_support',
2689 '../google_update/google_update.gyp:google_update', 2690 '../google_update/google_update.gyp:google_update',
2690 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2691 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2691 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2692 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2692 '../ui/app_list/app_list.gyp:app_list', 2693 '../ui/app_list/app_list.gyp:app_list',
2693 '../ui/views/controls/webview/webview.gyp:webview', 2694 '../ui/views/controls/webview/webview.gyp:webview',
2694 '../ui/views/views.gyp:views', 2695 '../ui/views/views.gyp:views',
2695 ], 2696 ],
2696 'export_dependent_settings': [ 2697 'export_dependent_settings': [
2697 '../ui/views/controls/webview/webview.gyp:webview', 2698 '../ui/views/controls/webview/webview.gyp:webview',
2698 '../ui/views/views.gyp:views', 2699 '../ui/views/views.gyp:views',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 'proto_in_dir': '../third_party/cros_system_api/dbus', 2975 'proto_in_dir': '../third_party/cros_system_api/dbus',
2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2976 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2976 }, 2977 },
2977 'includes': ['../build/protoc.gypi'], 2978 'includes': ['../build/protoc.gypi'],
2978 }, 2979 },
2979 ], 2980 ],
2980 }, 2981 },
2981 ], 2982 ],
2982 ], 2983 ],
2983 } 2984 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698