[email protected] | 7a83dd07 | 2013-09-03 12:09:17 | [diff] [blame] | 1 | # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
fdoray | 443bd11 | 2015-11-16 20:44:23 | [diff] [blame] | 5 | # We have 2 separate browser targets because //components/html_viewer requires |
| 6 | # startup_metric_utils_browser, but has symbols that conflict with mojo symbols |
| 7 | # that startup_metric_utils_browser_message_filter indirectly depends on. |
| 8 | |
[email protected] | 7a83dd07 | 2013-09-03 12:09:17 | [diff] [blame] | 9 | { |
| 10 | 'targets': [ |
| 11 | { |
fdoray | 443bd11 | 2015-11-16 20:44:23 | [diff] [blame] | 12 | # GN version: //components/startup_metric_utils/browser:lib |
fdoray | 45c02c16 | 2015-11-09 20:14:30 | [diff] [blame] | 13 | 'target_name': 'startup_metric_utils_browser', |
[email protected] | 7a83dd07 | 2013-09-03 12:09:17 | [diff] [blame] | 14 | 'type': 'static_library', |
| 15 | 'dependencies': [ |
| 16 | '../base/base.gyp:base', |
| 17 | ], |
| 18 | 'include_dirs': [ |
| 19 | '..', |
| 20 | ], |
| 21 | 'sources': [ |
fdoray | bfe7619 | 2015-11-27 17:40:35 | [diff] [blame] | 22 | 'startup_metric_utils/browser/pre_read_field_trial_utils_win.cc', |
| 23 | 'startup_metric_utils/browser/pre_read_field_trial_utils_win.h', |
fdoray | 45c02c16 | 2015-11-09 20:14:30 | [diff] [blame] | 24 | 'startup_metric_utils/browser/startup_metric_utils.cc', |
| 25 | 'startup_metric_utils/browser/startup_metric_utils.h', |
[email protected] | 7a83dd07 | 2013-09-03 12:09:17 | [diff] [blame] | 26 | ], |
| 27 | }, |
fdoray | 443bd11 | 2015-11-16 20:44:23 | [diff] [blame] | 28 | { |
| 29 | # GN version: //components/startup_metric_utils/browser:message_filter_lib |
| 30 | 'target_name': 'startup_metric_utils_browser_message_filter', |
| 31 | 'type': 'static_library', |
| 32 | 'dependencies': [ |
| 33 | '../base/base.gyp:base', |
| 34 | '../content/content.gyp:content_browser', |
| 35 | 'startup_metric_utils_browser', |
| 36 | 'startup_metric_utils_common', |
| 37 | ], |
| 38 | 'include_dirs': [ |
| 39 | '..', |
| 40 | ], |
| 41 | 'sources': [ |
| 42 | 'startup_metric_utils/browser/startup_metric_message_filter.cc', |
| 43 | 'startup_metric_utils/browser/startup_metric_message_filter.h', |
| 44 | ], |
| 45 | }, |
| 46 | { |
| 47 | # GN version: //components/startup_metric_utils/common |
| 48 | 'target_name': 'startup_metric_utils_common', |
| 49 | 'type': 'static_library', |
| 50 | 'dependencies': [ |
| 51 | '../base/base.gyp:base', |
| 52 | '../ipc/ipc.gyp:ipc', |
| 53 | ], |
| 54 | 'include_dirs': [ |
| 55 | '..', |
| 56 | ], |
| 57 | 'sources': [ |
| 58 | 'startup_metric_utils/common/startup_metric_message_generator.cc', |
| 59 | 'startup_metric_utils/common/startup_metric_message_generator.h', |
| 60 | 'startup_metric_utils/common/startup_metric_messages.h', |
| 61 | ], |
| 62 | }, |
[email protected] | 7a83dd07 | 2013-09-03 12:09:17 | [diff] [blame] | 63 | ], |
| 64 | } |