Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1404)

Side by Side Diff: content/content_browser.gypi

Issue 950343006: [BackgroundSync] Initial land of the BackgroundSyncManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CONTENT_EXPORT for nested classes Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/service_worker/service_worker_storage.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/notifications/notification_proto.gyp:notification_proto', 33 'browser/notifications/notification_proto.gyp:notification_proto',
33 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 34 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
34 'browser/speech/proto/speech_proto.gyp:speech_proto', 35 'browser/speech/proto/speech_proto.gyp:speech_proto',
35 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 36 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
36 ], 37 ],
37 'export_dependent_settings': [ 38 'export_dependent_settings': [
38 '../ui/accessibility/accessibility.gyp:ax_gen', 39 '../ui/accessibility/accessibility.gyp:ax_gen',
39 # The public content API headers directly include Blink API headers, so we 40 # The public content API headers directly include Blink API headers, so we
40 # have to export the blink header settings so that relative paths in these 41 # have to export the blink header settings so that relative paths in these
41 # headers resolve correctly. 42 # headers resolve correctly.
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'browser/appcache/appcache_update_job.cc', 422 'browser/appcache/appcache_update_job.cc',
422 'browser/appcache/appcache_update_job.h', 423 'browser/appcache/appcache_update_job.h',
423 'browser/appcache/appcache_url_request_job.cc', 424 'browser/appcache/appcache_url_request_job.cc',
424 'browser/appcache/appcache_url_request_job.h', 425 'browser/appcache/appcache_url_request_job.h',
425 'browser/appcache/appcache_working_set.cc', 426 'browser/appcache/appcache_working_set.cc',
426 'browser/appcache/appcache_working_set.h', 427 'browser/appcache/appcache_working_set.h',
427 'browser/appcache/chrome_appcache_service.cc', 428 'browser/appcache/chrome_appcache_service.cc',
428 'browser/appcache/chrome_appcache_service.h', 429 'browser/appcache/chrome_appcache_service.h',
429 'browser/appcache/view_appcache_internals_job.cc', 430 'browser/appcache/view_appcache_internals_job.cc',
430 'browser/appcache/view_appcache_internals_job.h', 431 'browser/appcache/view_appcache_internals_job.h',
432 'browser/background_sync/background_sync_manager.cc',
433 'browser/background_sync/background_sync_manager.h',
431 'browser/bad_message.cc', 434 'browser/bad_message.cc',
432 'browser/bad_message.h', 435 'browser/bad_message.h',
433 'browser/bluetooth/bluetooth_dispatcher_host.cc', 436 'browser/bluetooth/bluetooth_dispatcher_host.cc',
434 'browser/bluetooth/bluetooth_dispatcher_host.h', 437 'browser/bluetooth/bluetooth_dispatcher_host.h',
435 'browser/bootstrap_sandbox_mac.cc', 438 'browser/bootstrap_sandbox_mac.cc',
436 'browser/bootstrap_sandbox_mac.h', 439 'browser/bootstrap_sandbox_mac.h',
437 'browser/browser_child_process_host_impl.cc', 440 'browser/browser_child_process_host_impl.cc',
438 'browser/browser_child_process_host_impl.h', 441 'browser/browser_child_process_host_impl.h',
439 'browser/browser_context.cc', 442 'browser/browser_context.cc',
440 'browser/browser_ipc_logging.cc', 443 'browser/browser_ipc_logging.cc',
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 'browser/media/media_web_contents_observer.h', 2026 'browser/media/media_web_contents_observer.h',
2024 ], 2027 ],
2025 }], 2028 }],
2026 ['OS == "linux" and use_openssl==1', { 2029 ['OS == "linux" and use_openssl==1', {
2027 'dependencies': [ 2030 'dependencies': [
2028 '../third_party/boringssl/boringssl.gyp:boringssl', 2031 '../third_party/boringssl/boringssl.gyp:boringssl',
2029 ], 2032 ],
2030 }], 2033 }],
2031 ], 2034 ],
2032 } 2035 }
OLDNEW
« no previous file with comments | « content/browser/service_worker/service_worker_storage.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698