| 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 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 10 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 11 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
| 12 '../third_party/hyphen/hyphen.gyp:hyphen', |
| 12 '../third_party/icu/icu.gyp:icuuc', | 13 '../third_party/icu/icu.gyp:icuuc', |
| 13 '../third_party/icu/icu.gyp:icui18n', | 14 '../third_party/icu/icu.gyp:icui18n', |
| 14 '../third_party/libjingle/libjingle.gyp:libjingle', | 15 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 15 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', | 16 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', |
| 16 '../third_party/npapi/npapi.gyp:npapi', | 17 '../third_party/npapi/npapi.gyp:npapi', |
| 17 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 18 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 18 '../ui/surface/surface.gyp:surface', | 19 '../ui/surface/surface.gyp:surface', |
| 19 '../v8/tools/gyp/v8.gyp:v8', | 20 '../v8/tools/gyp/v8.gyp:v8', |
| 20 '../webkit/support/webkit_support.gyp:webkit_media', | 21 '../webkit/support/webkit_support.gyp:webkit_media', |
| 21 '../webkit/support/webkit_support.gyp:webkit_gpu', | 22 '../webkit/support/webkit_support.gyp:webkit_gpu', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'renderer/gamepad_shared_memory_reader.cc', | 74 'renderer/gamepad_shared_memory_reader.cc', |
| 74 'renderer/gamepad_shared_memory_reader.h', | 75 'renderer/gamepad_shared_memory_reader.h', |
| 75 'renderer/geolocation_dispatcher.cc', | 76 'renderer/geolocation_dispatcher.cc', |
| 76 'renderer/geolocation_dispatcher.h', | 77 'renderer/geolocation_dispatcher.h', |
| 77 'renderer/gpu/compositor_thread.cc', | 78 'renderer/gpu/compositor_thread.cc', |
| 78 'renderer/gpu/compositor_thread.h', | 79 'renderer/gpu/compositor_thread.h', |
| 79 'renderer/gpu/input_event_filter.cc', | 80 'renderer/gpu/input_event_filter.cc', |
| 80 'renderer/gpu/input_event_filter.h', | 81 'renderer/gpu/input_event_filter.h', |
| 81 'renderer/gpu/gpu_benchmarking_extension.cc', | 82 'renderer/gpu/gpu_benchmarking_extension.cc', |
| 82 'renderer/gpu/gpu_benchmarking_extension.h', | 83 'renderer/gpu/gpu_benchmarking_extension.h', |
| 84 'renderer/hyphenator/hyphenator.cc', |
| 85 'renderer/hyphenator/hyphenator.h', |
| 83 'renderer/idle_user_detector.cc', | 86 'renderer/idle_user_detector.cc', |
| 84 'renderer/idle_user_detector.h', | 87 'renderer/idle_user_detector.h', |
| 85 'renderer/input_tag_speech_dispatcher.cc', | 88 'renderer/input_tag_speech_dispatcher.cc', |
| 86 'renderer/input_tag_speech_dispatcher.h', | 89 'renderer/input_tag_speech_dispatcher.h', |
| 87 'renderer/java/java_bridge_channel.cc', | 90 'renderer/java/java_bridge_channel.cc', |
| 88 'renderer/java/java_bridge_channel.h', | 91 'renderer/java/java_bridge_channel.h', |
| 89 'renderer/java/java_bridge_dispatcher.cc', | 92 'renderer/java/java_bridge_dispatcher.cc', |
| 90 'renderer/java/java_bridge_dispatcher.h', | 93 'renderer/java/java_bridge_dispatcher.h', |
| 91 'renderer/load_progress_tracker.cc', | 94 'renderer/load_progress_tracker.cc', |
| 92 'renderer/load_progress_tracker.h', | 95 'renderer/load_progress_tracker.h', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 }, { | 324 }, { |
| 322 'sources!': [ | 325 'sources!': [ |
| 323 'renderer/java/java_bridge_channel.cc', | 326 'renderer/java/java_bridge_channel.cc', |
| 324 'renderer/java/java_bridge_channel.h', | 327 'renderer/java/java_bridge_channel.h', |
| 325 'renderer/java/java_bridge_dispatcher.cc', | 328 'renderer/java/java_bridge_dispatcher.cc', |
| 326 'renderer/java/java_bridge_dispatcher.h', | 329 'renderer/java/java_bridge_dispatcher.h', |
| 327 ], | 330 ], |
| 328 }], | 331 }], |
| 329 ], | 332 ], |
| 330 } | 333 } |
| OLD | NEW |