| 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/child_process_launcher.cc', | 66 'browser/child_process_launcher.cc', |
| 67 'browser/child_process_launcher.h', | 67 'browser/child_process_launcher.h', |
| 68 'browser/child_process_security_policy.cc', | 68 'browser/child_process_security_policy.cc', |
| 69 'browser/child_process_security_policy.h', | 69 'browser/child_process_security_policy.h', |
| 70 'browser/chrome_blob_storage_context.cc', | 70 'browser/chrome_blob_storage_context.cc', |
| 71 'browser/chrome_blob_storage_context.h', | 71 'browser/chrome_blob_storage_context.h', |
| 72 'browser/clipboard_dispatcher.h', | 72 'browser/clipboard_dispatcher.h', |
| 73 'browser/clipboard_dispatcher_gtk.cc', | 73 'browser/clipboard_dispatcher_gtk.cc', |
| 74 'browser/clipboard_dispatcher_mac.mm', | 74 'browser/clipboard_dispatcher_mac.mm', |
| 75 'browser/clipboard_dispatcher_win.cc', | 75 'browser/clipboard_dispatcher_win.cc', |
| 76 'browser/content_browser_client.cc', | |
| 77 'browser/content_browser_client.h', | 76 'browser/content_browser_client.h', |
| 78 'browser/cross_site_request_manager.cc', | 77 'browser/cross_site_request_manager.cc', |
| 79 'browser/cross_site_request_manager.h', | 78 'browser/cross_site_request_manager.h', |
| 80 'browser/device_orientation/accelerometer_mac.cc', | 79 'browser/device_orientation/accelerometer_mac.cc', |
| 81 'browser/device_orientation/accelerometer_mac.h', | 80 'browser/device_orientation/accelerometer_mac.h', |
| 82 'browser/device_orientation/data_fetcher.h', | 81 'browser/device_orientation/data_fetcher.h', |
| 83 'browser/device_orientation/message_filter.cc', | 82 'browser/device_orientation/message_filter.cc', |
| 84 'browser/device_orientation/message_filter.h', | 83 'browser/device_orientation/message_filter.h', |
| 85 'browser/device_orientation/orientation.h', | 84 'browser/device_orientation/orientation.h', |
| 86 'browser/device_orientation/provider.cc', | 85 'browser/device_orientation/provider.cc', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'mac_bundle_resources': [ | 474 'mac_bundle_resources': [ |
| 476 'browser/gpu.sb', | 475 'browser/gpu.sb', |
| 477 'browser/worker.sb', | 476 'browser/worker.sb', |
| 478 ], | 477 ], |
| 479 }, | 478 }, |
| 480 }], | 479 }], |
| 481 ], | 480 ], |
| 482 }, | 481 }, |
| 483 ], | 482 ], |
| 484 } | 483 } |
| OLD | NEW |