Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Side by Side Diff: content/content_renderer.gypi

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'renderer/web_frame_utils.cc', 478 'renderer/web_frame_utils.cc',
479 'renderer/web_frame_utils.h', 479 'renderer/web_frame_utils.h',
480 'renderer/web_ui_extension.cc', 480 'renderer/web_ui_extension.cc',
481 'renderer/web_ui_extension.h', 481 'renderer/web_ui_extension.h',
482 'renderer/web_ui_extension_data.cc', 482 'renderer/web_ui_extension_data.cc',
483 'renderer/web_ui_extension_data.h', 483 'renderer/web_ui_extension_data.h',
484 'renderer/webclipboard_impl.cc', 484 'renderer/webclipboard_impl.cc',
485 'renderer/webclipboard_impl.h', 485 'renderer/webclipboard_impl.h',
486 'renderer/webgraphicscontext3d_provider_impl.cc', 486 'renderer/webgraphicscontext3d_provider_impl.cc',
487 'renderer/webgraphicscontext3d_provider_impl.h', 487 'renderer/webgraphicscontext3d_provider_impl.h',
488 'renderer/webpublicsuffixlist_impl.cc',
489 'renderer/webpublicsuffixlist_impl.h',
490 'renderer/webscrollbarbehavior_impl_gtkoraura.cc', 488 'renderer/webscrollbarbehavior_impl_gtkoraura.cc',
491 'renderer/webscrollbarbehavior_impl_gtkoraura.h', 489 'renderer/webscrollbarbehavior_impl_gtkoraura.h',
492 'renderer/webscrollbarbehavior_impl_mac.h', 490 'renderer/webscrollbarbehavior_impl_mac.h',
493 'renderer/webscrollbarbehavior_impl_mac.mm', 491 'renderer/webscrollbarbehavior_impl_mac.mm',
494 'renderer/websharedworker_proxy.cc', 492 'renderer/websharedworker_proxy.cc',
495 'renderer/websharedworker_proxy.h', 493 'renderer/websharedworker_proxy.h',
496 ], 494 ],
497 # Put WebRTC-related sources in the plugin+WebRTC section below. 495 # Put WebRTC-related sources in the plugin+WebRTC section below.
498 'private_renderer_plugin_sources': [ 496 'private_renderer_plugin_sources': [
499 'renderer/pepper/audio_helper.cc', 497 'renderer/pepper/audio_helper.cc',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 }], 903 }],
906 ], 904 ],
907 'target_conditions': [ 905 'target_conditions': [
908 ['OS=="android"', { 906 ['OS=="android"', {
909 'sources/': [ 907 'sources/': [
910 ['include', '^renderer/render_view_linux\\.cc$'], 908 ['include', '^renderer/render_view_linux\\.cc$'],
911 ], 909 ],
912 }], 910 }],
913 ], 911 ],
914 } 912 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698