| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'content_browser', | 8 'target_name': 'content_browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'browser/device_orientation/provider.cc', | 65 'browser/device_orientation/provider.cc', |
| 66 'browser/device_orientation/provider.h', | 66 'browser/device_orientation/provider.h', |
| 67 'browser/device_orientation/provider_impl.cc', | 67 'browser/device_orientation/provider_impl.cc', |
| 68 'browser/device_orientation/provider_impl.h', | 68 'browser/device_orientation/provider_impl.h', |
| 69 'browser/disposition_utils.cc', | 69 'browser/disposition_utils.cc', |
| 70 'browser/disposition_utils.h', | 70 'browser/disposition_utils.h', |
| 71 'browser/file_system/browser_file_system_helper.cc', | 71 'browser/file_system/browser_file_system_helper.cc', |
| 72 'browser/file_system/browser_file_system_helper.h', | 72 'browser/file_system/browser_file_system_helper.h', |
| 73 'browser/file_system/file_system_dispatcher_host.cc', | 73 'browser/file_system/file_system_dispatcher_host.cc', |
| 74 'browser/file_system/file_system_dispatcher_host.h', | 74 'browser/file_system/file_system_dispatcher_host.h', |
| 75 'browser/font_list_async.cc', |
| 76 'browser/font_list_asnyc.h', |
| 75 'browser/geolocation/access_token_store.h', | 77 'browser/geolocation/access_token_store.h', |
| 76 'browser/geolocation/arbitrator_dependency_factory.cc', | 78 'browser/geolocation/arbitrator_dependency_factory.cc', |
| 77 'browser/geolocation/arbitrator_dependency_factory.h', | 79 'browser/geolocation/arbitrator_dependency_factory.h', |
| 78 'browser/geolocation/core_location_data_provider_mac.h', | 80 'browser/geolocation/core_location_data_provider_mac.h', |
| 79 'browser/geolocation/core_location_data_provider_mac.mm', | 81 'browser/geolocation/core_location_data_provider_mac.mm', |
| 80 'browser/geolocation/core_location_provider_mac.h', | 82 'browser/geolocation/core_location_provider_mac.h', |
| 81 'browser/geolocation/core_location_provider_mac.mm', | 83 'browser/geolocation/core_location_provider_mac.mm', |
| 82 'browser/geolocation/device_data_provider.cc', | 84 'browser/geolocation/device_data_provider.cc', |
| 83 'browser/geolocation/device_data_provider.h', | 85 'browser/geolocation/device_data_provider.h', |
| 84 'browser/geolocation/empty_device_data_provider.cc', | 86 'browser/geolocation/empty_device_data_provider.cc', |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'mac_bundle_resources': [ | 380 'mac_bundle_resources': [ |
| 379 'browser/gpu.sb', | 381 'browser/gpu.sb', |
| 380 'browser/worker.sb', | 382 'browser/worker.sb', |
| 381 ], | 383 ], |
| 382 }, | 384 }, |
| 383 }], | 385 }], |
| 384 ], | 386 ], |
| 385 }, | 387 }, |
| 386 ], | 388 ], |
| 387 } | 389 } |
| OLD | NEW |