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

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, 6 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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 'browser/worker_host/worker_document_set.cc', 1091 'browser/worker_host/worker_document_set.cc',
1092 'browser/worker_host/worker_document_set.h', 1092 'browser/worker_host/worker_document_set.h',
1093 'browser/worker_host/worker_message_filter.cc', 1093 'browser/worker_host/worker_message_filter.cc',
1094 'browser/worker_host/worker_message_filter.h', 1094 'browser/worker_host/worker_message_filter.h',
1095 'browser/worker_host/worker_process_host.cc', 1095 'browser/worker_host/worker_process_host.cc',
1096 'browser/worker_host/worker_process_host.h', 1096 'browser/worker_host/worker_process_host.h',
1097 'browser/worker_host/worker_service_impl.cc', 1097 'browser/worker_host/worker_service_impl.cc',
1098 'browser/worker_host/worker_service_impl.h', 1098 'browser/worker_host/worker_service_impl.h',
1099 'browser/worker_host/worker_storage_partition.cc', 1099 'browser/worker_host/worker_storage_partition.cc',
1100 'browser/worker_host/worker_storage_partition.h', 1100 'browser/worker_host/worker_storage_partition.h',
1101 'browser/vibration/vibration_browser_message_filter.cc',
1102 'browser/vibration/vibration_browser_message_filter.h',
1103 'browser/vibration/vibration_service.h',
1104 'browser/vibration/vibration_service_factory.h',
1105 'browser/vibration/vibration_service_impl_android.cc',
1106 'browser/vibration/vibration_service_impl_android.h',
1107 'browser/vibration/vibration_service_impl_empty.cc',
1108 'browser/vibration/vibration_service_impl_empty.h',
1101 'browser/zygote_host/zygote_host_impl_linux.cc', 1109 'browser/zygote_host/zygote_host_impl_linux.cc',
1102 'browser/zygote_host/zygote_host_impl_linux.h', 1110 'browser/zygote_host/zygote_host_impl_linux.h',
1103 'zygote/zygote_linux.cc', 1111 'zygote/zygote_linux.cc',
1104 'zygote/zygote_linux.h', 1112 'zygote/zygote_linux.h',
1105 'zygote/zygote_main_linux.cc', 1113 'zygote/zygote_main_linux.cc',
1106 # These files are generated by GRIT. 1114 # These files are generated by GRIT.
1107 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 1115 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
1108 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 1116 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
1109 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 1117 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
1110 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc', 1118 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 '../third_party/speex/speex.gyp:libspeex', 1424 '../third_party/speex/speex.gyp:libspeex',
1417 ], 1425 ],
1418 }], 1426 }],
1419 ['linux_use_libgps==1', { 1427 ['linux_use_libgps==1', {
1420 'dependencies': [ 1428 'dependencies': [
1421 '../build/linux/system.gyp:libgps', 1429 '../build/linux/system.gyp:libgps',
1422 ], 1430 ],
1423 }], 1431 }],
1424 ], 1432 ],
1425 } 1433 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698