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

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: Rearranged code for unpacked_installer.cc; moved App Host code from chrome_launch_support to app_ho… 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',
11 'variables': { 'enable_wexit_time_destructors': 1, }, 11 'variables': { 'enable_wexit_time_destructors': 1, },
12 'dependencies': [ 12 'dependencies': [
13 'app/policy/cloud_policy_codegen.gyp:policy', 13 'app/policy/cloud_policy_codegen.gyp:policy',
14 'autofill_regexes', 14 'autofill_regexes',
15 'browser_extensions', 15 'browser_extensions',
16 'browser_ui', 16 'browser_ui',
17 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ', 17 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ',
18 'cert_logger_proto', 18 'cert_logger_proto',
19 'chrome_resources.gyp:chrome_extra_resources', 19 'chrome_resources.gyp:chrome_extra_resources',
20 'chrome_resources.gyp:chrome_resources', 20 'chrome_resources.gyp:chrome_resources',
21 'chrome_resources.gyp:chrome_strings', 21 'chrome_resources.gyp:chrome_strings',
22 'chrome_resources.gyp:platform_locale_settings', 22 'chrome_resources.gyp:platform_locale_settings',
23 'chrome_resources.gyp:theme_resources', 23 'chrome_resources.gyp:theme_resources',
24 'common', 24 'common',
25 'common/extensions/api/api.gyp:api', 25 'common/extensions/api/api.gyp:api',
26 'common_net', 26 'common_net',
27 'debugger', 27 'debugger',
28 'in_memory_url_index_cache_proto', 28 'in_memory_url_index_cache_proto',
29 'installer_util', 29 'installer_util',
30 'launcher_support',
30 'safe_browsing_proto', 31 'safe_browsing_proto',
31 'safe_browsing_report_proto', 32 'safe_browsing_report_proto',
32 'feedback_proto', 33 'feedback_proto',
33 'variations_seed_proto', 34 'variations_seed_proto',
34 '../build/temp_gyp/googleurl.gyp:googleurl', 35 '../build/temp_gyp/googleurl.gyp:googleurl',
35 '../content/content.gyp:content_browser', 36 '../content/content.gyp:content_browser',
36 '../content/content.gyp:content_common', 37 '../content/content.gyp:content_common',
37 '../crypto/crypto.gyp:crypto', 38 '../crypto/crypto.gyp:crypto',
38 '../google_apis/google_apis.gyp:google_apis', 39 '../google_apis/google_apis.gyp:google_apis',
39 '../media/media.gyp:media', 40 '../media/media.gyp:media',
(...skipping 2788 matching lines...) Expand 10 before | Expand all | Expand 10 after
2828 'variables': { 2829 'variables': {
2829 'jni_gen_dir': 'chrome', 2830 'jni_gen_dir': 'chrome',
2830 }, 2831 },
2831 'includes': [ '../build/jni_generator.gypi' ], 2832 'includes': [ '../build/jni_generator.gypi' ],
2832 }, 2833 },
2833 ], 2834 ],
2834 }, 2835 },
2835 ], 2836 ],
2836 ], 2837 ],
2837 } 2838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698