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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 'browser/net/url_request_slow_http_job.h', | 335 'browser/net/url_request_slow_http_job.h', |
336 'browser/notification_service_impl.cc', | 336 'browser/notification_service_impl.cc', |
337 'browser/notification_service_impl.h', | 337 'browser/notification_service_impl.h', |
338 'browser/plugin_data_remover_impl.cc', | 338 'browser/plugin_data_remover_impl.cc', |
339 'browser/plugin_data_remover_impl.h', | 339 'browser/plugin_data_remover_impl.h', |
340 'browser/plugin_loader_posix.cc', | 340 'browser/plugin_loader_posix.cc', |
341 'browser/plugin_loader_posix.h', | 341 'browser/plugin_loader_posix.h', |
342 'browser/plugin_process_host.cc', | 342 'browser/plugin_process_host.cc', |
343 'browser/plugin_process_host.h', | 343 'browser/plugin_process_host.h', |
344 'browser/plugin_process_host_mac.cc', | 344 'browser/plugin_process_host_mac.cc', |
345 'browser/plugin_service.cc', | 345 'browser/plugin_service_impl.cc', |
346 'browser/plugin_service.h', | 346 'browser/plugin_service_impl.h', |
347 'browser/plugin_service_filter.h', | 347 'browser/plugin_service_filter.h', |
348 'browser/power_save_blocker.h', | 348 'browser/power_save_blocker.h', |
349 'browser/power_save_blocker_common.cc', | 349 'browser/power_save_blocker_common.cc', |
350 'browser/power_save_blocker_linux.cc', | 350 'browser/power_save_blocker_linux.cc', |
351 'browser/power_save_blocker_mac.cc', | 351 'browser/power_save_blocker_mac.cc', |
352 'browser/power_save_blocker_win.cc', | 352 'browser/power_save_blocker_win.cc', |
353 'browser/ppapi_plugin_process_host.cc', | 353 'browser/ppapi_plugin_process_host.cc', |
354 'browser/ppapi_plugin_process_host.h', | 354 'browser/ppapi_plugin_process_host.h', |
355 'browser/profiler_controller_impl.cc', | 355 'browser/profiler_controller_impl.cc', |
356 'browser/profiler_controller_impl.h', | 356 'browser/profiler_controller_impl.h', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
797 'ENABLE_JAVA_BRIDGE', | 797 'ENABLE_JAVA_BRIDGE', |
798 ], | 798 ], |
799 }, { | 799 }, { |
800 'sources/': [ | 800 'sources/': [ |
801 ['exclude', '^browser/renderer_host/java/'], | 801 ['exclude', '^browser/renderer_host/java/'], |
802 ], | 802 ], |
803 }], | 803 }], |
804 ], | 804 ], |
805 } | 805 } |
806 | 806 |
OLD | NEW |