| 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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |