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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'renderer/mojo_main_runner.cc', | 366 'renderer/mojo_main_runner.cc', |
367 'renderer/mojo_main_runner.h', | 367 'renderer/mojo_main_runner.h', |
368 'renderer/mouse_lock_dispatcher.cc', | 368 'renderer/mouse_lock_dispatcher.cc', |
369 'renderer/mouse_lock_dispatcher.h', | 369 'renderer/mouse_lock_dispatcher.h', |
370 'renderer/navigation_state_impl.cc', | 370 'renderer/navigation_state_impl.cc', |
371 'renderer/navigation_state_impl.h', | 371 'renderer/navigation_state_impl.h', |
372 'renderer/net_info_helper.cc', | 372 'renderer/net_info_helper.cc', |
373 'renderer/net_info_helper.h', | 373 'renderer/net_info_helper.h', |
374 'renderer/notification_permission_dispatcher.cc', | 374 'renderer/notification_permission_dispatcher.cc', |
375 'renderer/notification_permission_dispatcher.h', | 375 'renderer/notification_permission_dispatcher.h', |
376 'renderer/origin_trials/trial_token.cc', | 376 'renderer/origin_trials/web_trial_token_validator_impl.cc', |
377 'renderer/origin_trials/trial_token.h', | 377 'renderer/origin_trials/web_trial_token_validator_impl.h', |
378 'renderer/origin_trials/trial_token_validator.cc', | |
379 'renderer/origin_trials/trial_token_validator.h', | |
380 'renderer/peripheral_content_heuristic.cc', | 378 'renderer/peripheral_content_heuristic.cc', |
381 'renderer/peripheral_content_heuristic.h', | 379 'renderer/peripheral_content_heuristic.h', |
382 'renderer/presentation/presentation_connection_client.cc', | 380 'renderer/presentation/presentation_connection_client.cc', |
383 'renderer/presentation/presentation_connection_client.h', | 381 'renderer/presentation/presentation_connection_client.h', |
384 'renderer/presentation/presentation_dispatcher.cc', | 382 'renderer/presentation/presentation_dispatcher.cc', |
385 'renderer/presentation/presentation_dispatcher.h', | 383 'renderer/presentation/presentation_dispatcher.h', |
386 'renderer/push_messaging/push_messaging_dispatcher.cc', | 384 'renderer/push_messaging/push_messaging_dispatcher.cc', |
387 'renderer/push_messaging/push_messaging_dispatcher.h', | 385 'renderer/push_messaging/push_messaging_dispatcher.h', |
388 'renderer/raster_worker_pool.cc', | 386 'renderer/raster_worker_pool.cc', |
389 'renderer/raster_worker_pool.h', | 387 'renderer/raster_worker_pool.h', |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 }], | 929 }], |
932 ], | 930 ], |
933 'target_conditions': [ | 931 'target_conditions': [ |
934 ['OS=="android"', { | 932 ['OS=="android"', { |
935 'sources/': [ | 933 'sources/': [ |
936 ['include', '^renderer/render_view_linux\\.cc$'], | 934 ['include', '^renderer/render_view_linux\\.cc$'], |
937 ], | 935 ], |
938 }], | 936 }], |
939 ], | 937 ], |
940 } | 938 } |
OLD | NEW |