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

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: Fixing crashing ExtensionServiceTest.LoadExtensionsWithPlugins unit test, caused by usage of const … 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 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 # Exclude all of rlz. 2624 # Exclude all of rlz.
2625 ['exclude', '^browser/rlz/'], 2625 ['exclude', '^browser/rlz/'],
2626 ], 2626 ],
2627 }], 2627 }],
2628 ['OS=="win"', { 2628 ['OS=="win"', {
2629 'include_dirs': [ 2629 'include_dirs': [
2630 '<(DEPTH)/third_party/wtl/include', 2630 '<(DEPTH)/third_party/wtl/include',
2631 ], 2631 ],
2632 'dependencies': [ 2632 'dependencies': [
2633 'installer_util_strings', 2633 'installer_util_strings',
2634 'launcher_support',
2634 '../google_update/google_update.gyp:google_update', 2635 '../google_update/google_update.gyp:google_update',
2635 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2636 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2636 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2637 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2637 '../ui/app_list/app_list.gyp:app_list', 2638 '../ui/app_list/app_list.gyp:app_list',
2638 '../ui/views/controls/webview/webview.gyp:webview', 2639 '../ui/views/controls/webview/webview.gyp:webview',
2639 '../ui/views/views.gyp:views', 2640 '../ui/views/views.gyp:views',
2640 ], 2641 ],
2641 'export_dependent_settings': [ 2642 'export_dependent_settings': [
2642 '../ui/views/controls/webview/webview.gyp:webview', 2643 '../ui/views/controls/webview/webview.gyp:webview',
2643 '../ui/views/views.gyp:views', 2644 '../ui/views/views.gyp:views',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2915 'proto_in_dir': '../third_party/cros_system_api/dbus', 2916 'proto_in_dir': '../third_party/cros_system_api/dbus',
2916 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2917 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2917 }, 2918 },
2918 'includes': ['../build/protoc.gypi'], 2919 'includes': ['../build/protoc.gypi'],
2919 }, 2920 },
2920 ], 2921 ],
2921 }, 2922 },
2922 ], 2923 ],
2923 ], 2924 ],
2924 } 2925 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698