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