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

Side by Side Diff: components/nacl.gyp

Issue 2022413002: Convert startup_metric_utils to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@message-mojom-magic
Patch Set: only create the target startup_metric_utils_win on windows Created 4 years, 6 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 | « components/crash.gypi ('k') | components/startup_metric_utils.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'dependencies': [ 136 'dependencies': [
137 # Required by nacl_fork_delegate_linux.cc. 137 # Required by nacl_fork_delegate_linux.cc.
138 '../sandbox/sandbox.gyp:suid_sandbox_client', 138 '../sandbox/sandbox.gyp:suid_sandbox_client',
139 '../sandbox/sandbox.gyp:sandbox_services', 139 '../sandbox/sandbox.gyp:sandbox_services',
140 ] 140 ]
141 }], 141 }],
142 ['OS=="win"', { 142 ['OS=="win"', {
143 'dependencies': [ 143 'dependencies': [
144 # TODO(fdoray): Remove this once the PreRead field trial has 144 # TODO(fdoray): Remove this once the PreRead field trial has
145 # expired. crbug.com/577698 145 # expired. crbug.com/577698
146 '../components/components.gyp:startup_metric_utils_common', 146 '../components/components.gyp:startup_metric_utils_win',
147 ] 147 ]
148 }], 148 }],
149 ], 149 ],
150 }, 150 },
151 { 151 {
152 # GN version: //components/nacl/renderer 152 # GN version: //components/nacl/renderer
153 'target_name': 'nacl_renderer', 153 'target_name': 'nacl_renderer',
154 'type': 'static_library', 154 'type': 'static_library',
155 'sources': [ 155 'sources': [
156 'nacl/renderer/file_downloader.cc', 156 'nacl/renderer/file_downloader.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'include_dirs': [ 462 'include_dirs': [
463 '..', 463 '..',
464 ], 464 ],
465 'dependencies': [ 465 'dependencies': [
466 '../content/content.gyp:content_common', 466 '../content/content.gyp:content_common',
467 '../url/ipc/url_ipc.gyp:url_ipc', 467 '../url/ipc/url_ipc.gyp:url_ipc',
468 ], 468 ],
469 }, 469 },
470 ] 470 ]
471 } 471 }
OLDNEW
« no previous file with comments | « components/crash.gypi ('k') | components/startup_metric_utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698