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

Unified Diff: components/rappor.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/quirks.gypi ('k') | components/renderer_context_menu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor.gypi
diff --git a/components/rappor.gypi b/components/rappor.gypi
deleted file mode 100644
index 8dd2dcf3641878ecc6e379a171b0a8eb061d2123..0000000000000000000000000000000000000000
--- a/components/rappor.gypi
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 2014 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/rappor
- 'target_name': 'rappor',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../crypto/crypto.gyp:crypto',
- '../net/net.gyp:net',
- '../third_party/smhasher/smhasher.gyp:cityhash',
- 'data_use_measurement_core',
- 'metrics',
- 'variations',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'rappor/bloom_filter.cc',
- 'rappor/bloom_filter.h',
- 'rappor/byte_vector_utils.cc',
- 'rappor/byte_vector_utils.h',
- 'rappor/log_uploader.cc',
- 'rappor/log_uploader.h',
- 'rappor/log_uploader_interface.h',
- 'rappor/proto/rappor_metric.proto',
- 'rappor/rappor_metric.cc',
- 'rappor/rappor_metric.h',
- 'rappor/rappor_parameters.cc',
- 'rappor/rappor_parameters.h',
- 'rappor/rappor_pref_names.cc',
- 'rappor/rappor_pref_names.h',
- 'rappor/rappor_prefs.cc',
- 'rappor/rappor_prefs.h',
- 'rappor/rappor_service.cc',
- 'rappor/rappor_service.h',
- 'rappor/rappor_utils.cc',
- 'rappor/rappor_utils.h',
- 'rappor/reports.cc',
- 'rappor/reports.h',
- 'rappor/sample.cc',
- 'rappor/sample.h',
- 'rappor/sampler.cc',
- 'rappor/sampler.h',
- ],
- 'variables': {
- 'proto_in_dir': 'rappor/proto',
- 'proto_out_dir': 'components/rappor/proto',
- },
- 'includes': [ '../build/protoc.gypi' ],
- },
- {
- # GN version: //components/rappor:test_support
- 'target_name': 'rappor_test_support',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- 'rappor',
- ],
- 'sources': [
- 'rappor/test_log_uploader.cc',
- 'rappor/test_log_uploader.h',
- 'rappor/test_rappor_service.cc',
- 'rappor/test_rappor_service.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/quirks.gypi ('k') | components/renderer_context_menu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698