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

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: . 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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 'browser/worker_host/worker_document_set.cc', 1112 'browser/worker_host/worker_document_set.cc',
1113 'browser/worker_host/worker_document_set.h', 1113 'browser/worker_host/worker_document_set.h',
1114 'browser/worker_host/worker_message_filter.cc', 1114 'browser/worker_host/worker_message_filter.cc',
1115 'browser/worker_host/worker_message_filter.h', 1115 'browser/worker_host/worker_message_filter.h',
1116 'browser/worker_host/worker_process_host.cc', 1116 'browser/worker_host/worker_process_host.cc',
1117 'browser/worker_host/worker_process_host.h', 1117 'browser/worker_host/worker_process_host.h',
1118 'browser/worker_host/worker_service_impl.cc', 1118 'browser/worker_host/worker_service_impl.cc',
1119 'browser/worker_host/worker_service_impl.h', 1119 'browser/worker_host/worker_service_impl.h',
1120 'browser/worker_host/worker_storage_partition.cc', 1120 'browser/worker_host/worker_storage_partition.cc',
1121 'browser/worker_host/worker_storage_partition.h', 1121 'browser/worker_host/worker_storage_partition.h',
1122 'browser/vibration/vibration_message_filter.cc',
1123 'browser/vibration/vibration_message_filter.h',
1124 'browser/vibration/vibration_service.cc',
1125 'browser/vibration/vibration_service.h',
1126 'browser/vibration/vibration_service_impl_android.cc',
1127 'browser/vibration/vibration_service_impl_android.h',
1122 'browser/zygote_host/zygote_host_impl_linux.cc', 1128 'browser/zygote_host/zygote_host_impl_linux.cc',
1123 'browser/zygote_host/zygote_host_impl_linux.h', 1129 'browser/zygote_host/zygote_host_impl_linux.h',
1124 'zygote/zygote_linux.cc', 1130 'zygote/zygote_linux.cc',
1125 'zygote/zygote_linux.h', 1131 'zygote/zygote_linux.h',
1126 'zygote/zygote_main_linux.cc', 1132 'zygote/zygote_main_linux.cc',
1127 # These files are generated by GRIT. 1133 # These files are generated by GRIT.
1128 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 1134 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 1135 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
1130 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 1136 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
1131 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc', 1137 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 '../third_party/speex/speex.gyp:libspeex', 1450 '../third_party/speex/speex.gyp:libspeex',
1445 ], 1451 ],
1446 }], 1452 }],
1447 ['linux_use_libgps==1', { 1453 ['linux_use_libgps==1', {
1448 'dependencies': [ 1454 'dependencies': [
1449 '../build/linux/system.gyp:libgps', 1455 '../build/linux/system.gyp:libgps',
1450 ], 1456 ],
1451 }], 1457 }],
1452 ], 1458 ],
1453 } 1459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698