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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1413533008: Add UMA metric: Startup.BrowserMainToRendererMain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //chrome 8 # GN version: //chrome
9 'target_name': 'chrome', 9 'target_name': 'chrome',
10 'type': 'none', 10 'type': 'none',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'conditions': [ 358 'conditions': [
359 # TODO: add a: 359 # TODO: add a:
360 # 'product_name': 'chromium' 360 # 'product_name': 'chromium'
361 # whenever we convert the rest of the infrastructure 361 # whenever we convert the rest of the infrastructure
362 # (buildbots etc.) to understand the branding gyp define. 362 # (buildbots etc.) to understand the branding gyp define.
363 # NOTE: chrome/app/theme/chromium/BRANDING and 363 # NOTE: chrome/app/theme/chromium/BRANDING and
364 # chrome/app/theme/google_chrome/BRANDING have the short name 364 # chrome/app/theme/google_chrome/BRANDING have the short name
365 # "chrome" etc.; should we try to extract from there instead? 365 # "chrome" etc.; should we try to extract from there instead?
366 ], 366 ],
367 'dependencies': [ 367 'dependencies': [
368 '../components/components.gyp:startup_metric_utils_browser', 368 '../components/components.gyp:startup_metric_utils_browser_utils',
369 'chrome_resources.gyp:packed_extra_resources', 369 'chrome_resources.gyp:packed_extra_resources',
370 'chrome_resources.gyp:packed_resources', 370 'chrome_resources.gyp:packed_resources',
371 # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp 371 # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp
372 # file decide what to do on a per-OS basis; on Mac, internal plugins 372 # file decide what to do on a per-OS basis; on Mac, internal plugins
373 # go inside the framework, so this dependency is in chrome_dll.gypi. 373 # go inside the framework, so this dependency is in chrome_dll.gypi.
374 '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', 374 '../third_party/adobe/flash/flash_player.gyp:flapper_binaries',
375 # Copy CDM files to PRODUCT_DIR if applicable. Let the .gyp 375 # Copy CDM files to PRODUCT_DIR if applicable. Let the .gyp
376 # file decide what to do on a per-OS basis; on Mac, internal plugins 376 # file decide what to do on a per-OS basis; on Mac, internal plugins
377 # go inside the framework, so this dependency is in chrome_dll.gypi. 377 # go inside the framework, so this dependency is in chrome_dll.gypi.
378 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', 378 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'dependencies': [ 613 'dependencies': [
614 'chrome_nacl_win64', 614 'chrome_nacl_win64',
615 ], 615 ],
616 }], 616 }],
617 ], 617 ],
618 }, 618 },
619 ], 619 ],
620 }], 620 }],
621 ], 621 ],
622 } 622 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698