| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'browser/history/history_backend_client_impl.cc', | 194 'browser/history/history_backend_client_impl.cc', |
| 195 'browser/history/history_backend_client_impl.h', | 195 'browser/history/history_backend_client_impl.h', |
| 196 'browser/history/history_client_impl.cc', | 196 'browser/history/history_client_impl.cc', |
| 197 'browser/history/history_client_impl.h', | 197 'browser/history/history_client_impl.h', |
| 198 'browser/history/history_service_factory.cc', | 198 'browser/history/history_service_factory.cc', |
| 199 'browser/history/history_service_factory.h', | 199 'browser/history/history_service_factory.h', |
| 200 'browser/history/history_utils.cc', | 200 'browser/history/history_utils.cc', |
| 201 'browser/history/history_utils.h', | 201 'browser/history/history_utils.h', |
| 202 'browser/history/top_sites_factory.cc', | 202 'browser/history/top_sites_factory.cc', |
| 203 'browser/history/top_sites_factory.h', | 203 'browser/history/top_sites_factory.h', |
| 204 'browser/history/web_history_service_factory.cc', |
| 205 'browser/history/web_history_service_factory.h', |
| 204 'browser/infobars/confirm_infobar_controller.h', | 206 'browser/infobars/confirm_infobar_controller.h', |
| 205 'browser/infobars/confirm_infobar_controller.mm', | 207 'browser/infobars/confirm_infobar_controller.mm', |
| 206 'browser/infobars/infobar.h', | 208 'browser/infobars/infobar.h', |
| 207 'browser/infobars/infobar.mm', | 209 'browser/infobars/infobar.mm', |
| 208 'browser/infobars/infobar_container_ios.h', | 210 'browser/infobars/infobar_container_ios.h', |
| 209 'browser/infobars/infobar_container_ios.mm', | 211 'browser/infobars/infobar_container_ios.mm', |
| 210 'browser/infobars/infobar_container_view.h', | 212 'browser/infobars/infobar_container_view.h', |
| 211 'browser/infobars/infobar_container_view.mm', | 213 'browser/infobars/infobar_container_view.mm', |
| 212 'browser/infobars/infobar_controller.h', | 214 'browser/infobars/infobar_controller.h', |
| 213 'browser/infobars/infobar_controller.mm', | 215 'browser/infobars/infobar_controller.mm', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 ], | 386 ], |
| 385 'link_settings': { | 387 'link_settings': { |
| 386 'mac_bundle_resources': [ | 388 'mac_bundle_resources': [ |
| 387 '<(SHARED_INTERMEDIATE_DIR)/bookmark_image_service_ios.js', | 389 '<(SHARED_INTERMEDIATE_DIR)/bookmark_image_service_ios.js', |
| 388 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 390 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
| 389 ], | 391 ], |
| 390 }, | 392 }, |
| 391 }, | 393 }, |
| 392 ], | 394 ], |
| 393 } | 395 } |
| OLD | NEW |