| 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', |
| 1126 'browser/zygote_host/zygote_host_impl_linux.cc', | 1128 'browser/zygote_host/zygote_host_impl_linux.cc', |
| 1127 'browser/zygote_host/zygote_host_impl_linux.h', | 1129 'browser/zygote_host/zygote_host_impl_linux.h', |
| 1128 'zygote/zygote_linux.cc', | 1130 'zygote/zygote_linux.cc', |
| 1129 'zygote/zygote_linux.h', | 1131 'zygote/zygote_linux.h', |
| 1130 'zygote/zygote_main_linux.cc', | 1132 'zygote/zygote_main_linux.cc', |
| 1131 # These files are generated by GRIT. | 1133 # These files are generated by GRIT. |
| 1132 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', | 1134 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', |
| 1133 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', | 1135 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', |
| 1134 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', | 1136 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', |
| 1135 '<(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 Loading... |
| 1448 '../third_party/speex/speex.gyp:libspeex', | 1450 '../third_party/speex/speex.gyp:libspeex', |
| 1449 ], | 1451 ], |
| 1450 }], | 1452 }], |
| 1451 ['linux_use_libgps==1', { | 1453 ['linux_use_libgps==1', { |
| 1452 'dependencies': [ | 1454 'dependencies': [ |
| 1453 '../build/linux/system.gyp:libgps', | 1455 '../build/linux/system.gyp:libgps', |
| 1454 ], | 1456 ], |
| 1455 }], | 1457 }], |
| 1456 ], | 1458 ], |
| 1457 } | 1459 } |
| OLD | NEW |