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

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: Stylistic changes: typedef and function renames. Created 8 years, 2 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
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 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 # Exclude all of rlz. 2639 # Exclude all of rlz.
2640 ['exclude', '^browser/rlz/'], 2640 ['exclude', '^browser/rlz/'],
2641 ], 2641 ],
2642 }], 2642 }],
2643 ['OS=="win"', { 2643 ['OS=="win"', {
2644 'include_dirs': [ 2644 'include_dirs': [
2645 '<(DEPTH)/third_party/wtl/include', 2645 '<(DEPTH)/third_party/wtl/include',
2646 ], 2646 ],
2647 'dependencies': [ 2647 'dependencies': [
2648 'installer_util_strings', 2648 'installer_util_strings',
2649 'launcher_support',
2649 '../google_update/google_update.gyp:google_update', 2650 '../google_update/google_update.gyp:google_update',
2650 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2651 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2651 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2652 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2652 '../ui/app_list/app_list.gyp:app_list', 2653 '../ui/app_list/app_list.gyp:app_list',
2653 '../ui/views/controls/webview/webview.gyp:webview', 2654 '../ui/views/controls/webview/webview.gyp:webview',
2654 '../ui/views/views.gyp:views', 2655 '../ui/views/views.gyp:views',
2655 ], 2656 ],
2656 'export_dependent_settings': [ 2657 'export_dependent_settings': [
2657 '../ui/views/controls/webview/webview.gyp:webview', 2658 '../ui/views/controls/webview/webview.gyp:webview',
2658 '../ui/views/views.gyp:views', 2659 '../ui/views/views.gyp:views',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2930 'proto_in_dir': '../third_party/cros_system_api/dbus', 2931 'proto_in_dir': '../third_party/cros_system_api/dbus',
2931 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2932 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2932 }, 2933 },
2933 'includes': ['../build/protoc.gypi'], 2934 'includes': ['../build/protoc.gypi'],
2934 }, 2935 },
2935 ], 2936 ],
2936 }, 2937 },
2937 ], 2938 ],
2938 ], 2939 ],
2939 } 2940 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698