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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 1667703002: Add missing dependency on metrics_profiler_ios on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '../../components/components.gyp:infobars_core', 72 '../../components/components.gyp:infobars_core',
73 '../../components/components.gyp:invalidation_impl', 73 '../../components/components.gyp:invalidation_impl',
74 '../../components/components.gyp:invalidation_public', 74 '../../components/components.gyp:invalidation_public',
75 '../../components/components.gyp:keyed_service_core', 75 '../../components/components.gyp:keyed_service_core',
76 '../../components/components.gyp:keyed_service_ios', 76 '../../components/components.gyp:keyed_service_ios',
77 '../../components/components.gyp:language_usage_metrics', 77 '../../components/components.gyp:language_usage_metrics',
78 '../../components/components.gyp:leveldb_proto', 78 '../../components/components.gyp:leveldb_proto',
79 '../../components/components.gyp:metrics', 79 '../../components/components.gyp:metrics',
80 '../../components/components.gyp:metrics_net', 80 '../../components/components.gyp:metrics_net',
81 '../../components/components.gyp:metrics_profiler', 81 '../../components/components.gyp:metrics_profiler',
82 '../../components/components.gyp:metrics_profiler_ios',
82 '../../components/components.gyp:metrics_services_manager', 83 '../../components/components.gyp:metrics_services_manager',
83 '../../components/components.gyp:metrics_ui', 84 '../../components/components.gyp:metrics_ui',
84 '../../components/components.gyp:net_log', 85 '../../components/components.gyp:net_log',
85 '../../components/components.gyp:network_time', 86 '../../components/components.gyp:network_time',
86 '../../components/components.gyp:ntp_snippets', 87 '../../components/components.gyp:ntp_snippets',
87 '../../components/components.gyp:omnibox_browser', 88 '../../components/components.gyp:omnibox_browser',
88 '../../components/components.gyp:open_from_clipboard', 89 '../../components/components.gyp:open_from_clipboard',
89 '../../components/components.gyp:password_manager_core_browser', 90 '../../components/components.gyp:password_manager_core_browser',
90 '../../components/components.gyp:password_manager_sync_browser', 91 '../../components/components.gyp:password_manager_sync_browser',
91 '../../components/components.gyp:pref_registry', 92 '../../components/components.gyp:pref_registry',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'variables': { 860 'variables': {
860 'proto_in_dir': 'browser/safe_browsing', 861 'proto_in_dir': 'browser/safe_browsing',
861 'proto_out_dir': 'ios/chrome/browser/safe_browsing', 862 'proto_out_dir': 'ios/chrome/browser/safe_browsing',
862 }, 863 },
863 'includes': [ '../../build/protoc.gypi' ], 864 'includes': [ '../../build/protoc.gypi' ],
864 }, 865 },
865 ], 866 ],
866 }], 867 }],
867 ], 868 ],
868 } 869 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698