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

Unified Diff: chrome/chrome_tests.gypi

Issue 1884303005: Ported cdb copying from GYP to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/win/copy_cdb_to_output.py ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 488feabe965c3ea475d0b089d74b76a8d2c34c5d..5a906527254702f56a7e8451de369fc759c0573b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3294,13 +3294,11 @@
}],
['OS=="mac" or OS=="win"', {
'dependencies': [
- # TODO(kbr): port this dependency to GN.
'../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
],
}],
['OS=="win"', {
'dependencies': [
- # TODO(kbr): port this dependency to GN.
'copy_cdb_to_output',
],
}],
@@ -3463,7 +3461,6 @@
['OS=="win"', {
'targets': [
{
- # TODO(kbr): port this target to GN.
'target_name': 'copy_cdb_to_output',
'type': 'none',
'actions': [
« no previous file with comments | « build/win/copy_cdb_to_output.py ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698