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