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': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 75 'browser/font_list_async.cc', |
76 'browser/font_list_asnyc.h', | 76 'browser/font_list_async.h', |
77 'browser/geolocation/access_token_store.h', | 77 'browser/geolocation/access_token_store.h', |
78 'browser/geolocation/arbitrator_dependency_factory.cc', | 78 'browser/geolocation/arbitrator_dependency_factory.cc', |
79 'browser/geolocation/arbitrator_dependency_factory.h', | 79 'browser/geolocation/arbitrator_dependency_factory.h', |
80 'browser/geolocation/core_location_data_provider_mac.h', | 80 'browser/geolocation/core_location_data_provider_mac.h', |
81 'browser/geolocation/core_location_data_provider_mac.mm', | 81 'browser/geolocation/core_location_data_provider_mac.mm', |
82 'browser/geolocation/core_location_provider_mac.h', | 82 'browser/geolocation/core_location_provider_mac.h', |
83 'browser/geolocation/core_location_provider_mac.mm', | 83 'browser/geolocation/core_location_provider_mac.mm', |
84 'browser/geolocation/device_data_provider.cc', | 84 'browser/geolocation/device_data_provider.cc', |
85 'browser/geolocation/device_data_provider.h', | 85 'browser/geolocation/device_data_provider.h', |
86 'browser/geolocation/empty_device_data_provider.cc', | 86 'browser/geolocation/empty_device_data_provider.cc', |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'mac_bundle_resources': [ | 382 'mac_bundle_resources': [ |
383 'browser/gpu.sb', | 383 'browser/gpu.sb', |
384 'browser/worker.sb', | 384 'browser/worker.sb', |
385 ], | 385 ], |
386 }, | 386 }, |
387 }], | 387 }], |
388 ], | 388 ], |
389 }, | 389 }, |
390 ], | 390 ], |
391 } | 391 } |
OLD | NEW |