| 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 'renderer/mojo_context_state.cc', | 376 'renderer/mojo_context_state.cc', |
| 377 'renderer/mojo_context_state.h', | 377 'renderer/mojo_context_state.h', |
| 378 'renderer/mojo_main_runner.cc', | 378 'renderer/mojo_main_runner.cc', |
| 379 'renderer/mojo_main_runner.h', | 379 'renderer/mojo_main_runner.h', |
| 380 'renderer/mouse_lock_dispatcher.cc', | 380 'renderer/mouse_lock_dispatcher.cc', |
| 381 'renderer/mouse_lock_dispatcher.h', | 381 'renderer/mouse_lock_dispatcher.h', |
| 382 'renderer/navigation_state_impl.cc', | 382 'renderer/navigation_state_impl.cc', |
| 383 'renderer/navigation_state_impl.h', | 383 'renderer/navigation_state_impl.h', |
| 384 'renderer/net_info_helper.cc', | 384 'renderer/net_info_helper.cc', |
| 385 'renderer/net_info_helper.h', | 385 'renderer/net_info_helper.h', |
| 386 'renderer/notification_permission_dispatcher.cc', | |
| 387 'renderer/notification_permission_dispatcher.h', | |
| 388 'renderer/origin_trials/web_trial_token_validator_impl.cc', | 386 'renderer/origin_trials/web_trial_token_validator_impl.cc', |
| 389 'renderer/origin_trials/web_trial_token_validator_impl.h', | 387 'renderer/origin_trials/web_trial_token_validator_impl.h', |
| 390 'renderer/peripheral_content_heuristic.cc', | 388 'renderer/peripheral_content_heuristic.cc', |
| 391 'renderer/peripheral_content_heuristic.h', | 389 'renderer/peripheral_content_heuristic.h', |
| 392 'renderer/presentation/presentation_connection_client.cc', | 390 'renderer/presentation/presentation_connection_client.cc', |
| 393 'renderer/presentation/presentation_connection_client.h', | 391 'renderer/presentation/presentation_connection_client.h', |
| 394 'renderer/presentation/presentation_dispatcher.cc', | 392 'renderer/presentation/presentation_dispatcher.cc', |
| 395 'renderer/presentation/presentation_dispatcher.h', | 393 'renderer/presentation/presentation_dispatcher.h', |
| 396 'renderer/push_messaging/push_messaging_dispatcher.cc', | 394 'renderer/push_messaging/push_messaging_dispatcher.cc', |
| 397 'renderer/push_messaging/push_messaging_dispatcher.h', | 395 'renderer/push_messaging/push_messaging_dispatcher.h', |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 }], | 906 }], |
| 909 ], | 907 ], |
| 910 'target_conditions': [ | 908 'target_conditions': [ |
| 911 ['OS=="android"', { | 909 ['OS=="android"', { |
| 912 'sources/': [ | 910 'sources/': [ |
| 913 ['include', '^renderer/render_view_linux\\.cc$'], | 911 ['include', '^renderer/render_view_linux\\.cc$'], |
| 914 ], | 912 ], |
| 915 }], | 913 }], |
| 916 ], | 914 ], |
| 917 } | 915 } |
| OLD | NEW |