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

Side by Side Diff: content/content_browser.gypi

Issue 16781002: Vibration API: plumbing from Blink to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly permit including WebVibration from content/browser/ Created 7 years, 5 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
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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 'browser/worker_host/worker_document_set.cc', 1111 'browser/worker_host/worker_document_set.cc',
1112 'browser/worker_host/worker_document_set.h', 1112 'browser/worker_host/worker_document_set.h',
1113 'browser/worker_host/worker_message_filter.cc', 1113 'browser/worker_host/worker_message_filter.cc',
1114 'browser/worker_host/worker_message_filter.h', 1114 'browser/worker_host/worker_message_filter.h',
1115 'browser/worker_host/worker_process_host.cc', 1115 'browser/worker_host/worker_process_host.cc',
1116 'browser/worker_host/worker_process_host.h', 1116 'browser/worker_host/worker_process_host.h',
1117 'browser/worker_host/worker_service_impl.cc', 1117 'browser/worker_host/worker_service_impl.cc',
1118 'browser/worker_host/worker_service_impl.h', 1118 'browser/worker_host/worker_service_impl.h',
1119 'browser/worker_host/worker_storage_partition.cc', 1119 'browser/worker_host/worker_storage_partition.cc',
1120 'browser/worker_host/worker_storage_partition.h', 1120 'browser/worker_host/worker_storage_partition.h',
1121 'browser/vibration/vibration_message_filter.cc',
1122 'browser/vibration/vibration_message_filter.h',
1121 'browser/zygote_host/zygote_host_impl_linux.cc', 1123 'browser/zygote_host/zygote_host_impl_linux.cc',
1122 'browser/zygote_host/zygote_host_impl_linux.h', 1124 'browser/zygote_host/zygote_host_impl_linux.h',
1123 'zygote/zygote_linux.cc', 1125 'zygote/zygote_linux.cc',
1124 'zygote/zygote_linux.h', 1126 'zygote/zygote_linux.h',
1125 'zygote/zygote_main_linux.cc', 1127 'zygote/zygote_main_linux.cc',
1126 # These files are generated by GRIT. 1128 # These files are generated by GRIT.
1127 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
1128 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 1130 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 1131 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
1130 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources.h ', 1132 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources.h ',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 '../third_party/speex/speex.gyp:libspeex', 1449 '../third_party/speex/speex.gyp:libspeex',
1448 ], 1450 ],
1449 }], 1451 }],
1450 ['linux_use_libgps==1', { 1452 ['linux_use_libgps==1', {
1451 'dependencies': [ 1453 'dependencies': [
1452 '../build/linux/system.gyp:libgps', 1454 '../build/linux/system.gyp:libgps',
1453 ], 1455 ],
1454 }], 1456 }],
1455 ], 1457 ],
1456 } 1458 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698