| 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 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
| 9 '../cc/cc.gyp:cc', | 9 '../cc/cc.gyp:cc', |
| 10 '../cc/cc.gyp:cc_proto', | 10 '../cc/cc.gyp:cc_proto', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'renderer/gpu/render_widget_compositor.h', | 228 'renderer/gpu/render_widget_compositor.h', |
| 229 'renderer/gpu/render_widget_compositor_delegate.h', | 229 'renderer/gpu/render_widget_compositor_delegate.h', |
| 230 'renderer/gpu/stream_texture_host_android.cc', | 230 'renderer/gpu/stream_texture_host_android.cc', |
| 231 'renderer/gpu/stream_texture_host_android.h', | 231 'renderer/gpu/stream_texture_host_android.h', |
| 232 'renderer/history_controller.cc', | 232 'renderer/history_controller.cc', |
| 233 'renderer/history_controller.h', | 233 'renderer/history_controller.h', |
| 234 'renderer/history_entry.cc', | 234 'renderer/history_entry.cc', |
| 235 'renderer/history_entry.h', | 235 'renderer/history_entry.h', |
| 236 'renderer/history_serialization.cc', | 236 'renderer/history_serialization.cc', |
| 237 'renderer/history_serialization.h', | 237 'renderer/history_serialization.h', |
| 238 'renderer/http_body_conversions.cc', |
| 239 'renderer/http_body_conversions.h', |
| 238 'renderer/idle_user_detector.cc', | 240 'renderer/idle_user_detector.cc', |
| 239 'renderer/idle_user_detector.h', | 241 'renderer/idle_user_detector.h', |
| 240 'renderer/image_downloader/image_downloader_impl.cc', | 242 'renderer/image_downloader/image_downloader_impl.cc', |
| 241 'renderer/image_downloader/image_downloader_impl.h', | 243 'renderer/image_downloader/image_downloader_impl.h', |
| 242 'renderer/ime_event_guard.cc', | 244 'renderer/ime_event_guard.cc', |
| 243 'renderer/ime_event_guard.h', | 245 'renderer/ime_event_guard.h', |
| 244 'renderer/in_process_renderer_thread.cc', | 246 'renderer/in_process_renderer_thread.cc', |
| 245 'renderer/in_process_renderer_thread.h', | 247 'renderer/in_process_renderer_thread.h', |
| 246 'renderer/input/input_event_filter.cc', | 248 'renderer/input/input_event_filter.cc', |
| 247 'renderer/input/input_event_filter.h', | 249 'renderer/input/input_event_filter.h', |
| (...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 }], | 909 }], |
| 908 ], | 910 ], |
| 909 'target_conditions': [ | 911 'target_conditions': [ |
| 910 ['OS=="android"', { | 912 ['OS=="android"', { |
| 911 'sources/': [ | 913 'sources/': [ |
| 912 ['include', '^renderer/render_view_linux\\.cc$'], | 914 ['include', '^renderer/render_view_linux\\.cc$'], |
| 913 ], | 915 ], |
| 914 }], | 916 }], |
| 915 ], | 917 ], |
| 916 } | 918 } |
| OLD | NEW |