| 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/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'sources': [ | 31 'sources': [ |
| 32 'public/renderer/android_content_detection_prefixes.cc', | 32 'public/renderer/android_content_detection_prefixes.cc', |
| 33 'public/renderer/android_content_detection_prefixes.h', | 33 'public/renderer/android_content_detection_prefixes.h', |
| 34 'public/renderer/android/synchronous_compositor_client.h', | 34 'public/renderer/android/synchronous_compositor_client.h', |
| 35 'public/renderer/android/synchronous_compositor.h', | 35 'public/renderer/android/synchronous_compositor.h', |
| 36 'public/renderer/content_renderer_client.cc', | 36 'public/renderer/content_renderer_client.cc', |
| 37 'public/renderer/content_renderer_client.h', | 37 'public/renderer/content_renderer_client.h', |
| 38 'public/renderer/context_menu_client.h', | 38 'public/renderer/context_menu_client.h', |
| 39 'public/renderer/document_state.cc', | 39 'public/renderer/document_state.cc', |
| 40 'public/renderer/document_state.h', | 40 'public/renderer/document_state.h', |
| 41 'public/renderer/history_item_serialization.cc', |
| 42 'public/renderer/history_item_serialization.h', |
| 41 'public/renderer/navigation_state.cc', | 43 'public/renderer/navigation_state.cc', |
| 42 'public/renderer/navigation_state.h', | 44 'public/renderer/navigation_state.h', |
| 43 'public/renderer/password_form_conversion_utils.h', | 45 'public/renderer/password_form_conversion_utils.h', |
| 44 'public/renderer/renderer_ppapi_host.h', | 46 'public/renderer/renderer_ppapi_host.h', |
| 45 'public/renderer/render_process_observer.cc', | 47 'public/renderer/render_process_observer.cc', |
| 46 'public/renderer/render_process_observer.h', | 48 'public/renderer/render_process_observer.h', |
| 47 'public/renderer/render_thread.cc', | 49 'public/renderer/render_thread.cc', |
| 48 'public/renderer/render_thread.h', | 50 'public/renderer/render_thread.h', |
| 49 'public/renderer/render_view.h', | 51 'public/renderer/render_view.h', |
| 50 'public/renderer/render_view_observer.cc', | 52 'public/renderer/render_view_observer.cc', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 }], | 468 }], |
| 467 ], | 469 ], |
| 468 'target_conditions': [ | 470 'target_conditions': [ |
| 469 ['OS=="android"', { | 471 ['OS=="android"', { |
| 470 'sources/': [ | 472 'sources/': [ |
| 471 ['include', '^renderer/render_view_linux\\.cc$'], | 473 ['include', '^renderer/render_view_linux\\.cc$'], |
| 472 ], | 474 ], |
| 473 }], | 475 }], |
| 474 ], | 476 ], |
| 475 } | 477 } |
| OLD | NEW |