| OLD | NEW |
| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'browser/infobars/infobar_container_ios.h', | 98 'browser/infobars/infobar_container_ios.h', |
| 99 'browser/infobars/infobar_container_ios.mm', | 99 'browser/infobars/infobar_container_ios.mm', |
| 100 'browser/infobars/infobar_container_view.h', | 100 'browser/infobars/infobar_container_view.h', |
| 101 'browser/infobars/infobar_container_view.mm', | 101 'browser/infobars/infobar_container_view.mm', |
| 102 'browser/infobars/infobar_controller.h', | 102 'browser/infobars/infobar_controller.h', |
| 103 'browser/infobars/infobar_controller.mm', | 103 'browser/infobars/infobar_controller.mm', |
| 104 'browser/infobars/infobar_manager_impl.cc', | 104 'browser/infobars/infobar_manager_impl.cc', |
| 105 'browser/infobars/infobar_manager_impl.h', | 105 'browser/infobars/infobar_manager_impl.h', |
| 106 'browser/infobars/infobar_utils.h', | 106 'browser/infobars/infobar_utils.h', |
| 107 'browser/infobars/infobar_utils.mm', | 107 'browser/infobars/infobar_utils.mm', |
| 108 'browser/memory/memory_debugger.h', |
| 109 'browser/memory/memory_debugger.mm', |
| 110 'browser/memory/memory_debugger_manager.h', |
| 111 'browser/memory/memory_debugger_manager.mm', |
| 112 'browser/memory/memory_metrics.cc', |
| 113 'browser/memory/memory_metrics.h', |
| 108 'browser/net/chrome_cookie_store_ios_client.h', | 114 'browser/net/chrome_cookie_store_ios_client.h', |
| 109 'browser/net/chrome_cookie_store_ios_client.mm', | 115 'browser/net/chrome_cookie_store_ios_client.mm', |
| 110 'browser/net/image_fetcher.h', | 116 'browser/net/image_fetcher.h', |
| 111 'browser/net/image_fetcher.mm', | 117 'browser/net/image_fetcher.mm', |
| 112 'browser/net/metrics_network_client.h', | 118 'browser/net/metrics_network_client.h', |
| 113 'browser/net/metrics_network_client.mm', | 119 'browser/net/metrics_network_client.mm', |
| 114 'browser/net/metrics_network_client_manager.h', | 120 'browser/net/metrics_network_client_manager.h', |
| 115 'browser/net/metrics_network_client_manager.mm', | 121 'browser/net/metrics_network_client_manager.mm', |
| 116 'browser/net/retryable_url_fetcher.h', | 122 'browser/net/retryable_url_fetcher.h', |
| 117 'browser/net/retryable_url_fetcher.mm', | 123 'browser/net/retryable_url_fetcher.mm', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 '../../ios/web/js_compile.gypi', | 194 '../../ios/web/js_compile.gypi', |
| 189 ], | 195 ], |
| 190 'link_settings': { | 196 'link_settings': { |
| 191 'mac_bundle_resources': [ | 197 'mac_bundle_resources': [ |
| 192 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 198 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
| 193 ], | 199 ], |
| 194 }, | 200 }, |
| 195 }, | 201 }, |
| 196 ], | 202 ], |
| 197 } | 203 } |
| OLD | NEW |