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

Unified Diff: components/startup_metric_utils.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/ssl_errors.gypi ('k') | components/storage_monitor.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/startup_metric_utils.gypi
diff --git a/components/startup_metric_utils.gypi b/components/startup_metric_utils.gypi
deleted file mode 100644
index 419a130747761c2baac69783c4a7859e5e9b64ef..0000000000000000000000000000000000000000
--- a/components/startup_metric_utils.gypi
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 2013 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.
-
-# We have 2 separate browser targets because //components/html_viewer requires
-# startup_metric_utils_browser, but has symbols that conflict with mojo symbols
-# that startup_metric_utils_browser_host indirectly depends on.
-
-{
- 'targets': [
- {
- # GN version: //components/startup_metric_utils/browser:lib
- 'target_name': 'startup_metric_utils_browser',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- 'components.gyp:version_info',
- 'prefs/prefs.gyp:prefs',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'startup_metric_utils/browser/pref_names.cc',
- 'startup_metric_utils/browser/pref_names.h',
- 'startup_metric_utils/browser/startup_metric_utils.cc',
- 'startup_metric_utils/browser/startup_metric_utils.h',
- ],
- },
- {
- # GN version: //components/startup_metric_utils/browser:host
- 'target_name': 'startup_metric_utils_browser_host',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_browser',
- 'startup_metric_utils_browser',
- 'startup_metric_utils_interfaces'
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'startup_metric_utils/browser/startup_metric_host_impl.cc',
- 'startup_metric_utils/browser/startup_metric_host_impl.h',
- ],
- },
- {
- # GN version: //components/startup_metric_utils/common:interfaces
- 'target_name': 'startup_metric_utils_interfaces',
- 'type': 'static_library',
- 'sources': [
- 'startup_metric_utils/common/startup_metric.mojom',
- ],
- 'dependencies': [
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
- ],
- 'variables': {
- 'mojom_typemaps': [
- '<(DEPTH)/mojo/common/common_custom_types.typemap',
- ],
- 'use_new_wrapper_types': 'false',
- },
- 'includes': [
- '../mojo/mojom_bindings_generator.gypi',
- ],
- },
- ],
- 'conditions': [
- ['OS == "win"', {
- 'targets': [
- {
- # GN version: //components/startup_metric_utils/common
- 'target_name': 'startup_metric_utils_win',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- 'components.gyp:variations',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'startup_metric_utils/common/pre_read_field_trial_utils_win.cc',
- 'startup_metric_utils/common/pre_read_field_trial_utils_win.h',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « components/ssl_errors.gypi ('k') | components/storage_monitor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698