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

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

Issue 1107963002: Add MemoryWedge to ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback. Created 5 years, 7 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 | « ios/chrome/browser/memory/memory_wedge_unittest.cc ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'browser/infobars/infobar_manager_impl.cc', 142 'browser/infobars/infobar_manager_impl.cc',
143 'browser/infobars/infobar_manager_impl.h', 143 'browser/infobars/infobar_manager_impl.h',
144 'browser/infobars/infobar_utils.h', 144 'browser/infobars/infobar_utils.h',
145 'browser/infobars/infobar_utils.mm', 145 'browser/infobars/infobar_utils.mm',
146 'browser/memory/memory_debugger.h', 146 'browser/memory/memory_debugger.h',
147 'browser/memory/memory_debugger.mm', 147 'browser/memory/memory_debugger.mm',
148 'browser/memory/memory_debugger_manager.h', 148 'browser/memory/memory_debugger_manager.h',
149 'browser/memory/memory_debugger_manager.mm', 149 'browser/memory/memory_debugger_manager.mm',
150 'browser/memory/memory_metrics.cc', 150 'browser/memory/memory_metrics.cc',
151 'browser/memory/memory_metrics.h', 151 'browser/memory/memory_metrics.h',
152 'browser/memory/memory_wedge.cc',
153 'browser/memory/memory_wedge.h',
152 'browser/net/chrome_cookie_store_ios_client.h', 154 'browser/net/chrome_cookie_store_ios_client.h',
153 'browser/net/chrome_cookie_store_ios_client.mm', 155 'browser/net/chrome_cookie_store_ios_client.mm',
154 'browser/net/image_fetcher.h', 156 'browser/net/image_fetcher.h',
155 'browser/net/image_fetcher.mm', 157 'browser/net/image_fetcher.mm',
156 'browser/net/metrics_network_client.h', 158 'browser/net/metrics_network_client.h',
157 'browser/net/metrics_network_client.mm', 159 'browser/net/metrics_network_client.mm',
158 'browser/net/metrics_network_client_manager.h', 160 'browser/net/metrics_network_client_manager.h',
159 'browser/net/metrics_network_client_manager.mm', 161 'browser/net/metrics_network_client_manager.mm',
160 'browser/net/retryable_url_fetcher.h', 162 'browser/net/retryable_url_fetcher.h',
161 'browser/net/retryable_url_fetcher.mm', 163 'browser/net/retryable_url_fetcher.mm',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 '../../ios/web/js_compile.gypi', 281 '../../ios/web/js_compile.gypi',
280 ], 282 ],
281 'link_settings': { 283 'link_settings': {
282 'mac_bundle_resources': [ 284 'mac_bundle_resources': [
283 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', 285 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js',
284 ], 286 ],
285 }, 287 },
286 }, 288 },
287 ], 289 ],
288 } 290 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/memory/memory_wedge_unittest.cc ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698