| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'browser/browser_message_filter.cc', | 92 'browser/browser_message_filter.cc', |
| 93 'browser/browser_message_filter.h', | 93 'browser/browser_message_filter.h', |
| 94 'browser/browser_process_sub_thread.cc', | 94 'browser/browser_process_sub_thread.cc', |
| 95 'browser/browser_process_sub_thread.h', | 95 'browser/browser_process_sub_thread.h', |
| 96 'browser/browser_thread_impl.cc', | 96 'browser/browser_thread_impl.cc', |
| 97 'browser/browser_thread_impl.h', | 97 'browser/browser_thread_impl.h', |
| 98 'browser/browser_url_handler.cc', | 98 'browser/browser_url_handler.cc', |
| 99 'browser/browser_url_handler.h', | 99 'browser/browser_url_handler.h', |
| 100 'browser/browsing_instance.cc', | 100 'browser/browsing_instance.cc', |
| 101 'browser/browsing_instance.h', | 101 'browser/browsing_instance.h', |
| 102 'browser/browsing_instance_frame_id.cc', |
| 103 'browser/browsing_instance_frame_id.h', |
| 102 'browser/cancelable_request.cc', | 104 'browser/cancelable_request.cc', |
| 103 'browser/cancelable_request.h', | 105 'browser/cancelable_request.h', |
| 104 'browser/cert_store.cc', | 106 'browser/cert_store.cc', |
| 105 'browser/cert_store.h', | 107 'browser/cert_store.h', |
| 106 'browser/child_process_launcher.cc', | 108 'browser/child_process_launcher.cc', |
| 107 'browser/child_process_launcher.h', | 109 'browser/child_process_launcher.h', |
| 108 'browser/child_process_security_policy.cc', | 110 'browser/child_process_security_policy.cc', |
| 109 'browser/child_process_security_policy.h', | 111 'browser/child_process_security_policy.h', |
| 110 'browser/chrome_blob_storage_context.cc', | 112 'browser/chrome_blob_storage_context.cc', |
| 111 'browser/chrome_blob_storage_context.h', | 113 'browser/chrome_blob_storage_context.h', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'browser/file_metadata_mac.h', | 204 'browser/file_metadata_mac.h', |
| 203 'browser/file_metadata_mac.mm', | 205 'browser/file_metadata_mac.mm', |
| 204 'browser/file_system/browser_file_system_helper.cc', | 206 'browser/file_system/browser_file_system_helper.cc', |
| 205 'browser/file_system/browser_file_system_helper.h', | 207 'browser/file_system/browser_file_system_helper.h', |
| 206 'browser/file_system/file_system_dispatcher_host.cc', | 208 'browser/file_system/file_system_dispatcher_host.cc', |
| 207 'browser/file_system/file_system_dispatcher_host.h', | 209 'browser/file_system/file_system_dispatcher_host.h', |
| 208 'browser/find_pasteboard.h', | 210 'browser/find_pasteboard.h', |
| 209 'browser/find_pasteboard.mm', | 211 'browser/find_pasteboard.mm', |
| 210 'browser/font_list_async.cc', | 212 'browser/font_list_async.cc', |
| 211 'browser/font_list_async.h', | 213 'browser/font_list_async.h', |
| 214 'browser/frame_map.cc', |
| 215 'browser/frame_map.h', |
| 212 'browser/gamepad/data_fetcher.h', | 216 'browser/gamepad/data_fetcher.h', |
| 213 'browser/gamepad/data_fetcher_mac.mm', | 217 'browser/gamepad/data_fetcher_mac.mm', |
| 214 'browser/gamepad/data_fetcher_mac.h', | 218 'browser/gamepad/data_fetcher_mac.h', |
| 215 'browser/gamepad/data_fetcher_win.cc', | 219 'browser/gamepad/data_fetcher_win.cc', |
| 216 'browser/gamepad/data_fetcher_win.h', | 220 'browser/gamepad/data_fetcher_win.h', |
| 217 'browser/gamepad/gamepad_provider.cc', | 221 'browser/gamepad/gamepad_provider.cc', |
| 218 'browser/gamepad/gamepad_provider.h', | 222 'browser/gamepad/gamepad_provider.h', |
| 219 'browser/gamepad/gamepad_service.cc', | 223 'browser/gamepad/gamepad_service.cc', |
| 220 'browser/gamepad/gamepad_service.h', | 224 'browser/gamepad/gamepad_service.h', |
| 221 'browser/geolocation/access_token_store.cc', | 225 'browser/geolocation/access_token_store.cc', |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 'ENABLE_JAVA_BRIDGE', | 799 'ENABLE_JAVA_BRIDGE', |
| 796 ], | 800 ], |
| 797 }, { | 801 }, { |
| 798 'sources/': [ | 802 'sources/': [ |
| 799 ['exclude', '^browser/renderer_host/java/'], | 803 ['exclude', '^browser/renderer_host/java/'], |
| 800 ], | 804 ], |
| 801 }], | 805 }], |
| 802 ], | 806 ], |
| 803 } | 807 } |
| 804 | 808 |
| OLD | NEW |