| 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 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
| 8 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
| 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
| 10 '../cc/cc.gyp:cc', | 10 '../cc/cc.gyp:cc', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'renderer/menu_item_builder.cc', | 307 'renderer/menu_item_builder.cc', |
| 308 'renderer/menu_item_builder.h', | 308 'renderer/menu_item_builder.h', |
| 309 'renderer/mhtml_generator.cc', | 309 'renderer/mhtml_generator.cc', |
| 310 'renderer/mhtml_generator.h', | 310 'renderer/mhtml_generator.h', |
| 311 'renderer/mojo/service_registry_js_wrapper.cc', | 311 'renderer/mojo/service_registry_js_wrapper.cc', |
| 312 'renderer/mojo/service_registry_js_wrapper.h', | 312 'renderer/mojo/service_registry_js_wrapper.h', |
| 313 'renderer/mouse_lock_dispatcher.cc', | 313 'renderer/mouse_lock_dispatcher.cc', |
| 314 'renderer/mouse_lock_dispatcher.h', | 314 'renderer/mouse_lock_dispatcher.h', |
| 315 'renderer/net_info_helper.cc', | 315 'renderer/net_info_helper.cc', |
| 316 'renderer/net_info_helper.h', | 316 'renderer/net_info_helper.h', |
| 317 'renderer/notification_icon_loader.cc', |
| 318 'renderer/notification_icon_loader.h', |
| 317 'renderer/notification_permission_dispatcher.cc', | 319 'renderer/notification_permission_dispatcher.cc', |
| 318 'renderer/notification_permission_dispatcher.h', | 320 'renderer/notification_permission_dispatcher.h', |
| 319 'renderer/notification_provider.cc', | 321 'renderer/notification_provider.cc', |
| 320 'renderer/notification_provider.h', | 322 'renderer/notification_provider.h', |
| 321 'renderer/push_messaging_dispatcher.cc', | 323 'renderer/push_messaging_dispatcher.cc', |
| 322 'renderer/push_messaging_dispatcher.h', | 324 'renderer/push_messaging_dispatcher.h', |
| 323 'renderer/render_font_warmup_win.cc', | 325 'renderer/render_font_warmup_win.cc', |
| 324 'renderer/render_frame_impl.cc', | 326 'renderer/render_frame_impl.cc', |
| 325 'renderer/render_frame_impl.h', | 327 'renderer/render_frame_impl.h', |
| 326 'renderer/render_frame_proxy.cc', | 328 'renderer/render_frame_proxy.cc', |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 }], | 842 }], |
| 841 ], | 843 ], |
| 842 'target_conditions': [ | 844 'target_conditions': [ |
| 843 ['OS=="android"', { | 845 ['OS=="android"', { |
| 844 'sources/': [ | 846 'sources/': [ |
| 845 ['include', '^renderer/render_view_linux\\.cc$'], | 847 ['include', '^renderer/render_view_linux\\.cc$'], |
| 846 ], | 848 ], |
| 847 }], | 849 }], |
| 848 ], | 850 ], |
| 849 } | 851 } |
| OLD | NEW |