| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 'browser/browser_ipc_logging.cc', | 320 'browser/browser_ipc_logging.cc', |
| 321 'browser/browser_main.cc', | 321 'browser/browser_main.cc', |
| 322 'browser/browser_main.h', | 322 'browser/browser_main.h', |
| 323 'browser/browser_main_loop.cc', | 323 'browser/browser_main_loop.cc', |
| 324 'browser/browser_main_loop.h', | 324 'browser/browser_main_loop.h', |
| 325 'browser/browser_main_runner.cc', | 325 'browser/browser_main_runner.cc', |
| 326 'browser/browser_plugin/browser_plugin_embedder.cc', | 326 'browser/browser_plugin/browser_plugin_embedder.cc', |
| 327 'browser/browser_plugin/browser_plugin_embedder.h', | 327 'browser/browser_plugin/browser_plugin_embedder.h', |
| 328 'browser/browser_plugin/browser_plugin_guest.cc', | 328 'browser/browser_plugin/browser_plugin_guest.cc', |
| 329 'browser/browser_plugin/browser_plugin_guest.h', | 329 'browser/browser_plugin/browser_plugin_guest.h', |
| 330 'browser/browser_plugin/browser_plugin_guest_manager.cc', | |
| 331 'browser/browser_plugin/browser_plugin_guest_manager.h', | |
| 332 'browser/browser_plugin/browser_plugin_host_factory.h', | 330 'browser/browser_plugin/browser_plugin_host_factory.h', |
| 333 'browser/browser_plugin/browser_plugin_message_filter.cc', | 331 'browser/browser_plugin/browser_plugin_message_filter.cc', |
| 334 'browser/browser_plugin/browser_plugin_message_filter.h', | 332 'browser/browser_plugin/browser_plugin_message_filter.h', |
| 335 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', | 333 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', |
| 336 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', | 334 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', |
| 337 'browser/browser_process_sub_thread.cc', | 335 'browser/browser_process_sub_thread.cc', |
| 338 'browser/browser_process_sub_thread.h', | 336 'browser/browser_process_sub_thread.h', |
| 339 'browser/browser_shutdown_profile_dumper.cc', | 337 'browser/browser_shutdown_profile_dumper.cc', |
| 340 'browser/browser_shutdown_profile_dumper.h', | 338 'browser/browser_shutdown_profile_dumper.h', |
| 341 'browser/browser_thread_impl.cc', | 339 'browser/browser_thread_impl.cc', |
| (...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1715 '../build/linux/system.gyp:dbus', | 1713 '../build/linux/system.gyp:dbus', |
| 1716 '../dbus/dbus.gyp:dbus', | 1714 '../dbus/dbus.gyp:dbus', |
| 1717 ], | 1715 ], |
| 1718 }, { # OS != "linux" or use_dbus==0 | 1716 }, { # OS != "linux" or use_dbus==0 |
| 1719 'sources!': [ | 1717 'sources!': [ |
| 1720 'browser/geolocation/wifi_data_provider_linux.cc', | 1718 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1721 ], | 1719 ], |
| 1722 }], | 1720 }], |
| 1723 ], | 1721 ], |
| 1724 } | 1722 } |
| OLD | NEW |