| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'renderer/mojo_main_runner.cc', | 363 'renderer/mojo_main_runner.cc', |
| 364 'renderer/mojo_main_runner.h', | 364 'renderer/mojo_main_runner.h', |
| 365 'renderer/mouse_lock_dispatcher.cc', | 365 'renderer/mouse_lock_dispatcher.cc', |
| 366 'renderer/mouse_lock_dispatcher.h', | 366 'renderer/mouse_lock_dispatcher.h', |
| 367 'renderer/navigation_state_impl.cc', | 367 'renderer/navigation_state_impl.cc', |
| 368 'renderer/navigation_state_impl.h', | 368 'renderer/navigation_state_impl.h', |
| 369 'renderer/net_info_helper.cc', | 369 'renderer/net_info_helper.cc', |
| 370 'renderer/net_info_helper.h', | 370 'renderer/net_info_helper.h', |
| 371 'renderer/notification_permission_dispatcher.cc', | 371 'renderer/notification_permission_dispatcher.cc', |
| 372 'renderer/notification_permission_dispatcher.h', | 372 'renderer/notification_permission_dispatcher.h', |
| 373 'renderer/notifications/notification_service_worker_client_impl.cc', |
| 374 'renderer/notifications/notification_service_worker_client_impl.h', |
| 373 'renderer/origin_trials/web_trial_token_validator_impl.cc', | 375 'renderer/origin_trials/web_trial_token_validator_impl.cc', |
| 374 'renderer/origin_trials/web_trial_token_validator_impl.h', | 376 'renderer/origin_trials/web_trial_token_validator_impl.h', |
| 375 'renderer/peripheral_content_heuristic.cc', | 377 'renderer/peripheral_content_heuristic.cc', |
| 376 'renderer/peripheral_content_heuristic.h', | 378 'renderer/peripheral_content_heuristic.h', |
| 377 'renderer/presentation/presentation_connection_client.cc', | 379 'renderer/presentation/presentation_connection_client.cc', |
| 378 'renderer/presentation/presentation_connection_client.h', | 380 'renderer/presentation/presentation_connection_client.h', |
| 379 'renderer/presentation/presentation_dispatcher.cc', | 381 'renderer/presentation/presentation_dispatcher.cc', |
| 380 'renderer/presentation/presentation_dispatcher.h', | 382 'renderer/presentation/presentation_dispatcher.h', |
| 381 'renderer/push_messaging/push_messaging_dispatcher.cc', | 383 'renderer/push_messaging/push_messaging_dispatcher.cc', |
| 382 'renderer/push_messaging/push_messaging_dispatcher.h', | 384 'renderer/push_messaging/push_messaging_dispatcher.h', |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 }], | 915 }], |
| 914 ], | 916 ], |
| 915 'target_conditions': [ | 917 'target_conditions': [ |
| 916 ['OS=="android"', { | 918 ['OS=="android"', { |
| 917 'sources/': [ | 919 'sources/': [ |
| 918 ['include', '^renderer/render_view_linux\\.cc$'], | 920 ['include', '^renderer/render_view_linux\\.cc$'], |
| 919 ], | 921 ], |
| 920 }], | 922 }], |
| 921 ], | 923 ], |
| 922 } | 924 } |
| OLD | NEW |