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

Side by Side Diff: chrome/chrome.gyp

Issue 187813008: Add PGO targets to Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/chrome_pgo.gypi » ('j') | chrome/chrome_pgo.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'safe_browsing_proto', 911 'safe_browsing_proto',
912 ], 912 ],
913 'sources': [ 913 'sources': [
914 'browser/safe_browsing/signature_util.h', 914 'browser/safe_browsing/signature_util.h',
915 'browser/safe_browsing/signature_util_win.cc', 915 'browser/safe_browsing/signature_util_win.cc',
916 'tools/safe_browsing/sb_sigutil.cc', 916 'tools/safe_browsing/sb_sigutil.cc',
917 ], 917 ],
918 }, 918 },
919 ], # 'targets' 919 ], # 'targets'
920 'includes': [ 920 'includes': [
921 'chrome_pgo.gypi',
921 'chrome_process_finder.gypi', 922 'chrome_process_finder.gypi',
922 'metro_utils.gypi', 923 'metro_utils.gypi',
923 ], 924 ],
924 }], # OS=="win" 925 }], # OS=="win"
925 ['OS=="win" and target_arch=="ia32"', 926 ['OS=="win" and target_arch=="ia32"',
926 { 'targets': [ 927 { 'targets': [
927 { 928 {
928 'target_name': 'chrome_user32_delay_imports', 929 'target_name': 'chrome_user32_delay_imports',
929 'type': 'none', 930 'type': 'none',
930 'variables': { 931 'variables': {
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 'sources': [ 1111 'sources': [
1111 'service/cloud_print/print_system_dummy.cc', 1112 'service/cloud_print/print_system_dummy.cc',
1112 ], 1113 ],
1113 }], 1114 }],
1114 ], 1115 ],
1115 }, 1116 },
1116 ], 1117 ],
1117 }], 1118 }],
1118 ], # 'conditions' 1119 ], # 'conditions'
1119 } 1120 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_pgo.gypi » ('j') | chrome/chrome_pgo.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698