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

Side by Side Diff: chrome/chrome.gyp

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent Created 4 years, 8 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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 # Note on Win64 targets: targets that end with win64 be used 94 # Note on Win64 targets: targets that end with win64 be used
95 # on 64-bit Windows only. Targets that end with nacl_win64 should be used 95 # on 64-bit Windows only. Targets that end with nacl_win64 should be used
96 # by Native Client only. 96 # by Native Client only.
97 # NOTE: Most new includes should go in the OS!="ios" condition below. 97 # NOTE: Most new includes should go in the OS!="ios" condition below.
98 '../build/chrome_settings.gypi', 98 '../build/chrome_settings.gypi',
99 '../build/util/version.gypi', 99 '../build/util/version.gypi',
100 '../build/win_precompile.gypi', 100 '../build/win_precompile.gypi',
101 'chrome_browser.gypi', 101 'chrome_browser.gypi',
102 'chrome_browser_ui.gypi', 102 'chrome_browser_ui.gypi',
103 'chrome_common.gypi', 103 'chrome_common.gypi',
104 'chrome_installer_static.gypi',
104 'chrome_installer_util.gypi', 105 'chrome_installer_util.gypi',
105 'chrome_features.gypi', 106 'chrome_features.gypi',
106 ], 107 ],
107 'conditions': [ 108 'conditions': [
108 ['OS!="ios"', { 109 ['OS!="ios"', {
109 'includes': [ 110 'includes': [
110 '../apps/apps.gypi', 111 '../apps/apps.gypi',
111 'chrome_child.gypi', 112 'chrome_child.gypi',
112 'chrome_debugger.gypi', 113 'chrome_debugger.gypi',
113 'chrome_dll.gypi', 114 'chrome_dll.gypi',
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 # expired. crbug.com/577698 814 # expired. crbug.com/577698
814 '../components/components.gyp:startup_metric_utils_common', 815 '../components/components.gyp:startup_metric_utils_common',
815 ], 816 ],
816 }], 817 }],
817 ], 818 ],
818 }, 819 },
819 ], 820 ],
820 }], 821 }],
821 ], # 'conditions' 822 ], # 'conditions'
822 } 823 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698