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

Side by Side Diff: components/crash.gypi

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 | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/nacl.gyp » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/crash/core/browser 8 # GN version: //components/crash/core/browser
9 'target_name': 'crash_core_browser', 9 'target_name': 'crash_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 '../third_party/kasko/kasko.gyp:kasko', 221 '../third_party/kasko/kasko.gyp:kasko',
222 ], 222 ],
223 'export_dependent_settings': [ 223 'export_dependent_settings': [
224 '../third_party/kasko/kasko.gyp:kasko', 224 '../third_party/kasko/kasko.gyp:kasko',
225 ], 225 ],
226 'conditions': [ 226 'conditions': [
227 ['OS=="win"', { 227 ['OS=="win"', {
228 'dependencies': [ 228 'dependencies': [
229 # TODO(fdoray): Remove this once the PreRead field trial has 229 # TODO(fdoray): Remove this once the PreRead field trial has
230 # expired. crbug.com/577698 230 # expired. crbug.com/577698
231 '<(DEPTH)/components/components.gyp:startup_metric_utils_common' , 231 '<(DEPTH)/components/components.gyp:startup_metric_utils_win',
232 ], 232 ],
233 }], 233 }],
234 ['OS=="mac" or OS=="win"', { 234 ['OS=="mac" or OS=="win"', {
235 'dependencies': [ 235 'dependencies': [
236 '../third_party/crashpad/crashpad/client/client.gyp:crashpad_cli ent', 236 '../third_party/crashpad/crashpad/client/client.gyp:crashpad_cli ent',
237 '../third_party/crashpad/crashpad/snapshot/snapshot.gyp:crashpad _snapshot_api', 237 '../third_party/crashpad/crashpad/snapshot/snapshot.gyp:crashpad _snapshot_api',
238 ], 238 ],
239 }], 239 }],
240 ['OS=="win"', { 240 ['OS=="win"', {
241 'dependencies': [ 241 'dependencies': [
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 ], 482 ],
483 }], 483 }],
484 ], 484 ],
485 }, 485 },
486 ], 486 ],
487 }], 487 }],
488 ], 488 ],
489 }], 489 }],
490 ], 490 ],
491 } 491 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698