| 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 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../third_party/hyphen/hyphen.gyp:hyphen', | 10 '../third_party/hyphen/hyphen.gyp:hyphen', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'renderer/gpu/compositor_output_surface.cc', | 97 'renderer/gpu/compositor_output_surface.cc', |
| 98 'renderer/gpu/compositor_output_surface.h', | 98 'renderer/gpu/compositor_output_surface.h', |
| 99 'renderer/gpu/compositor_software_output_device_gl_adapter.cc', | 99 'renderer/gpu/compositor_software_output_device_gl_adapter.cc', |
| 100 'renderer/gpu/compositor_software_output_device_gl_adapter.h', | 100 'renderer/gpu/compositor_software_output_device_gl_adapter.h', |
| 101 'renderer/gpu/compositor_thread.cc', | 101 'renderer/gpu/compositor_thread.cc', |
| 102 'renderer/gpu/compositor_thread.h', | 102 'renderer/gpu/compositor_thread.h', |
| 103 'renderer/gpu/input_event_filter.cc', | 103 'renderer/gpu/input_event_filter.cc', |
| 104 'renderer/gpu/input_event_filter.h', | 104 'renderer/gpu/input_event_filter.h', |
| 105 'renderer/gpu/gpu_benchmarking_extension.cc', | 105 'renderer/gpu/gpu_benchmarking_extension.cc', |
| 106 'renderer/gpu/gpu_benchmarking_extension.h', | 106 'renderer/gpu/gpu_benchmarking_extension.h', |
| 107 'renderer/gpu/mailbox_output_surface.cc', |
| 108 'renderer/gpu/mailbox_output_surface.h', |
| 107 'renderer/gpu/stream_texture_host_android.cc', | 109 'renderer/gpu/stream_texture_host_android.cc', |
| 108 'renderer/gpu/stream_texture_host_android.h', | 110 'renderer/gpu/stream_texture_host_android.h', |
| 109 'renderer/gpu/render_widget_compositor.cc', | 111 'renderer/gpu/render_widget_compositor.cc', |
| 110 'renderer/gpu/render_widget_compositor.h', | 112 'renderer/gpu/render_widget_compositor.h', |
| 111 'renderer/hyphenator/hyphenator.cc', | 113 'renderer/hyphenator/hyphenator.cc', |
| 112 'renderer/hyphenator/hyphenator.h', | 114 'renderer/hyphenator/hyphenator.h', |
| 113 'renderer/idle_user_detector.cc', | 115 'renderer/idle_user_detector.cc', |
| 114 'renderer/idle_user_detector.h', | 116 'renderer/idle_user_detector.h', |
| 115 'renderer/input_tag_speech_dispatcher.cc', | 117 'renderer/input_tag_speech_dispatcher.cc', |
| 116 'renderer/input_tag_speech_dispatcher.h', | 118 'renderer/input_tag_speech_dispatcher.h', |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 }], | 420 }], |
| 419 ], | 421 ], |
| 420 'target_conditions': [ | 422 'target_conditions': [ |
| 421 ['OS=="android"', { | 423 ['OS=="android"', { |
| 422 'sources/': [ | 424 'sources/': [ |
| 423 ['include', '^renderer/render_view_linux\\.cc$'], | 425 ['include', '^renderer/render_view_linux\\.cc$'], |
| 424 ], | 426 ], |
| 425 }], | 427 }], |
| 426 ], | 428 ], |
| 427 } | 429 } |
| OLD | NEW |