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 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 11 matching lines...) Expand all Loading... |
22 '../ui/accessibility/accessibility.gyp:ax_gen', | 22 '../ui/accessibility/accessibility.gyp:ax_gen', |
23 '../ui/base/ui_base.gyp:ui_base', | 23 '../ui/base/ui_base.gyp:ui_base', |
24 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 24 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
25 '../ui/events/events.gyp:events', | 25 '../ui/events/events.gyp:events', |
26 '../ui/events/events.gyp:events_base', | 26 '../ui/events/events.gyp:events_base', |
27 '../ui/events/events.gyp:gesture_detection', | 27 '../ui/events/events.gyp:gesture_detection', |
28 '../ui/gfx/gfx.gyp:gfx', | 28 '../ui/gfx/gfx.gyp:gfx', |
29 '../ui/gfx/gfx.gyp:gfx_geometry', | 29 '../ui/gfx/gfx.gyp:gfx_geometry', |
30 '../ui/resources/ui_resources.gyp:ui_resources', | 30 '../ui/resources/ui_resources.gyp:ui_resources', |
31 '../ui/snapshot/snapshot.gyp:snapshot', | 31 '../ui/snapshot/snapshot.gyp:snapshot', |
| 32 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', |
32 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', | 33 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', |
33 'browser/speech/proto/speech_proto.gyp:speech_proto', | 34 'browser/speech/proto/speech_proto.gyp:speech_proto', |
34 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 35 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
35 ], | 36 ], |
36 'export_dependent_settings': [ | 37 'export_dependent_settings': [ |
37 '../ui/accessibility/accessibility.gyp:ax_gen', | 38 '../ui/accessibility/accessibility.gyp:ax_gen', |
38 # The public content API headers directly include Blink API headers, so we | 39 # The public content API headers directly include Blink API headers, so we |
39 # have to export the blink header settings so that relative paths in these | 40 # have to export the blink header settings so that relative paths in these |
40 # headers resolve correctly. | 41 # headers resolve correctly. |
41 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 42 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 'browser/appcache/appcache_update_job.cc', | 410 'browser/appcache/appcache_update_job.cc', |
410 'browser/appcache/appcache_update_job.h', | 411 'browser/appcache/appcache_update_job.h', |
411 'browser/appcache/appcache_url_request_job.cc', | 412 'browser/appcache/appcache_url_request_job.cc', |
412 'browser/appcache/appcache_url_request_job.h', | 413 'browser/appcache/appcache_url_request_job.h', |
413 'browser/appcache/appcache_working_set.cc', | 414 'browser/appcache/appcache_working_set.cc', |
414 'browser/appcache/appcache_working_set.h', | 415 'browser/appcache/appcache_working_set.h', |
415 'browser/appcache/chrome_appcache_service.cc', | 416 'browser/appcache/chrome_appcache_service.cc', |
416 'browser/appcache/chrome_appcache_service.h', | 417 'browser/appcache/chrome_appcache_service.h', |
417 'browser/appcache/view_appcache_internals_job.cc', | 418 'browser/appcache/view_appcache_internals_job.cc', |
418 'browser/appcache/view_appcache_internals_job.h', | 419 'browser/appcache/view_appcache_internals_job.h', |
| 420 'browser/background_sync/background_sync_manager.cc', |
| 421 'browser/background_sync/background_sync_manager.h', |
419 'browser/bluetooth/bluetooth_dispatcher_host.cc', | 422 'browser/bluetooth/bluetooth_dispatcher_host.cc', |
420 'browser/bluetooth/bluetooth_dispatcher_host.h', | 423 'browser/bluetooth/bluetooth_dispatcher_host.h', |
421 'browser/bootstrap_sandbox_mac.cc', | 424 'browser/bootstrap_sandbox_mac.cc', |
422 'browser/bootstrap_sandbox_mac.h', | 425 'browser/bootstrap_sandbox_mac.h', |
423 'browser/browser_child_process_host_impl.cc', | 426 'browser/browser_child_process_host_impl.cc', |
424 'browser/browser_child_process_host_impl.h', | 427 'browser/browser_child_process_host_impl.h', |
425 'browser/browser_context.cc', | 428 'browser/browser_context.cc', |
426 'browser/browser_ipc_logging.cc', | 429 'browser/browser_ipc_logging.cc', |
427 'browser/browser_main.cc', | 430 'browser/browser_main.cc', |
428 'browser/browser_main.h', | 431 'browser/browser_main.h', |
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1972 'browser/media/media_web_contents_observer.h', | 1975 'browser/media/media_web_contents_observer.h', |
1973 ], | 1976 ], |
1974 }], | 1977 }], |
1975 ['OS == "linux" and use_openssl==1', { | 1978 ['OS == "linux" and use_openssl==1', { |
1976 'dependencies': [ | 1979 'dependencies': [ |
1977 '../third_party/boringssl/boringssl.gyp:boringssl', | 1980 '../third_party/boringssl/boringssl.gyp:boringssl', |
1978 ], | 1981 ], |
1979 }], | 1982 }], |
1980 ], | 1983 ], |
1981 } | 1984 } |
OLD | NEW |