OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 'browser/bootstrap_sandbox_mac.h', | 327 'browser/bootstrap_sandbox_mac.h', |
328 'browser/browser_child_process_host_impl.cc', | 328 'browser/browser_child_process_host_impl.cc', |
329 'browser/browser_child_process_host_impl.h', | 329 'browser/browser_child_process_host_impl.h', |
330 'browser/browser_context.cc', | 330 'browser/browser_context.cc', |
331 'browser/browser_ipc_logging.cc', | 331 'browser/browser_ipc_logging.cc', |
332 'browser/browser_main.cc', | 332 'browser/browser_main.cc', |
333 'browser/browser_main.h', | 333 'browser/browser_main.h', |
334 'browser/browser_main_loop.cc', | 334 'browser/browser_main_loop.cc', |
335 'browser/browser_main_loop.h', | 335 'browser/browser_main_loop.h', |
336 'browser/browser_main_runner.cc', | 336 'browser/browser_main_runner.cc', |
| 337 'browser/browser_message_filter_peer.cc', |
| 338 'browser/browser_message_filter_peer.h', |
337 'browser/browser_plugin/browser_plugin_embedder.cc', | 339 'browser/browser_plugin/browser_plugin_embedder.cc', |
338 'browser/browser_plugin/browser_plugin_embedder.h', | 340 'browser/browser_plugin/browser_plugin_embedder.h', |
339 'browser/browser_plugin/browser_plugin_guest.cc', | 341 'browser/browser_plugin/browser_plugin_guest.cc', |
340 'browser/browser_plugin/browser_plugin_guest.h', | 342 'browser/browser_plugin/browser_plugin_guest.h', |
341 'browser/browser_plugin/browser_plugin_message_filter.cc', | 343 'browser/browser_plugin/browser_plugin_message_filter.cc', |
342 'browser/browser_plugin/browser_plugin_message_filter.h', | 344 'browser/browser_plugin/browser_plugin_message_filter.h', |
343 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', | 345 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', |
344 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', | 346 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', |
345 'browser/browser_process_sub_thread.cc', | 347 'browser/browser_process_sub_thread.cc', |
346 'browser/browser_process_sub_thread.h', | 348 'browser/browser_process_sub_thread.h', |
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1761 '../build/linux/system.gyp:dbus', | 1763 '../build/linux/system.gyp:dbus', |
1762 '../dbus/dbus.gyp:dbus', | 1764 '../dbus/dbus.gyp:dbus', |
1763 ], | 1765 ], |
1764 }, { # OS != "linux" or use_dbus==0 | 1766 }, { # OS != "linux" or use_dbus==0 |
1765 'sources!': [ | 1767 'sources!': [ |
1766 'browser/geolocation/wifi_data_provider_linux.cc', | 1768 'browser/geolocation/wifi_data_provider_linux.cc', |
1767 ], | 1769 ], |
1768 }], | 1770 }], |
1769 ], | 1771 ], |
1770 } | 1772 } |
OLD | NEW |