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

Unified Diff: components/net_log.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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 | « components/navigation_metrics.gypi ('k') | components/network_hints.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/net_log.gypi
diff --git a/components/net_log.gypi b/components/net_log.gypi
deleted file mode 100644
index 3b5526da4908ef195da3782d987f1ec32c174a2c..0000000000000000000000000000000000000000
--- a/components/net_log.gypi
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- # GN version: //components/net_log
- 'target_name': 'net_log',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- 'data_reduction_proxy_core_common',
- 'version_info',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'net_log/chrome_net_log.cc',
- 'net_log/chrome_net_log.h',
- 'net_log/net_export_ui_constants.cc',
- 'net_log/net_export_ui_constants.h',
- 'net_log/net_log_file_writer.cc',
- 'net_log/net_log_file_writer.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/navigation_metrics.gypi ('k') | components/network_hints.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698