| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'browser/file_metadata_mac.h', | 154 'browser/file_metadata_mac.h', |
| 155 'browser/file_metadata_mac.mm', | 155 'browser/file_metadata_mac.mm', |
| 156 'browser/file_system/browser_file_system_helper.cc', | 156 'browser/file_system/browser_file_system_helper.cc', |
| 157 'browser/file_system/browser_file_system_helper.h', | 157 'browser/file_system/browser_file_system_helper.h', |
| 158 'browser/file_system/file_system_dispatcher_host.cc', | 158 'browser/file_system/file_system_dispatcher_host.cc', |
| 159 'browser/file_system/file_system_dispatcher_host.h', | 159 'browser/file_system/file_system_dispatcher_host.h', |
| 160 'browser/find_pasteboard.h', | 160 'browser/find_pasteboard.h', |
| 161 'browser/find_pasteboard.mm', | 161 'browser/find_pasteboard.mm', |
| 162 'browser/font_list_async.cc', | 162 'browser/font_list_async.cc', |
| 163 'browser/font_list_async.h', | 163 'browser/font_list_async.h', |
| 164 'browser/geolocation/access_token_store.cc', |
| 164 'browser/geolocation/access_token_store.h', | 165 'browser/geolocation/access_token_store.h', |
| 165 'browser/geolocation/arbitrator_dependency_factory.cc', | 166 'browser/geolocation/arbitrator_dependency_factory.cc', |
| 166 'browser/geolocation/arbitrator_dependency_factory.h', | 167 'browser/geolocation/arbitrator_dependency_factory.h', |
| 167 'browser/geolocation/core_location_data_provider_mac.h', | 168 'browser/geolocation/core_location_data_provider_mac.h', |
| 168 'browser/geolocation/core_location_data_provider_mac.mm', | 169 'browser/geolocation/core_location_data_provider_mac.mm', |
| 169 'browser/geolocation/core_location_provider_mac.h', | 170 'browser/geolocation/core_location_provider_mac.h', |
| 170 'browser/geolocation/core_location_provider_mac.mm', | 171 'browser/geolocation/core_location_provider_mac.mm', |
| 171 'browser/geolocation/device_data_provider.cc', | 172 'browser/geolocation/device_data_provider.cc', |
| 172 'browser/geolocation/device_data_provider.h', | 173 'browser/geolocation/device_data_provider.h', |
| 173 'browser/geolocation/empty_device_data_provider.cc', | 174 'browser/geolocation/empty_device_data_provider.cc', |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 589 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 589 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 590 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 590 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 591 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
| 591 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 592 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 592 ], | 593 ], |
| 593 }], | 594 }], |
| 594 ], | 595 ], |
| 595 }, | 596 }, |
| 596 ], | 597 ], |
| 597 } | 598 } |
| OLD | NEW |