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

Side by Side Diff: content/content_tests.gypi

Issue 1978053002: Move cc ParamTraits to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t warnings Created 4 years, 7 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 | « content/content_common.gypi ('k') | content/renderer/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 ], 832 ],
833 }, 833 },
834 'targets': [ 834 'targets': [
835 { 835 {
836 # GN version: //content/test:test_support 836 # GN version: //content/test:test_support
837 'target_name': 'test_support_content', 837 'target_name': 'test_support_content',
838 'type': 'static_library', 838 'type': 'static_library',
839 'dependencies': [ 839 'dependencies': [
840 '../cc/blink/cc_blink.gyp:cc_blink', 840 '../cc/blink/cc_blink.gyp:cc_blink',
841 '../cc/cc.gyp:cc', 841 '../cc/cc.gyp:cc',
842 '../cc/ipc/cc_ipc.gyp:cc_ipc',
842 '../cc/cc_tests.gyp:cc_test_support', 843 '../cc/cc_tests.gyp:cc_test_support',
843 '../components/components.gyp:display_compositor', 844 '../components/components.gyp:display_compositor',
844 '../components/scheduler/scheduler.gyp:scheduler', 845 '../components/scheduler/scheduler.gyp:scheduler',
845 '../components/scheduler/scheduler.gyp:scheduler_test_support', 846 '../components/scheduler/scheduler.gyp:scheduler_test_support',
846 '../gpu/gpu.gyp:gpu_ipc_common', 847 '../gpu/gpu.gyp:gpu_ipc_common',
847 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 848 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
848 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 849 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
849 '../media/blink/media_blink.gyp:media_blink', 850 '../media/blink/media_blink.gyp:media_blink',
850 '../media/media.gyp:media', 851 '../media/media.gyp:media',
851 '../media/midi/midi.gyp:midi', 852 '../media/midi/midi.gyp:midi',
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 'content_unittests_apk.isolate', 1920 'content_unittests_apk.isolate',
1920 ], 1921 ],
1921 }, 1922 },
1922 ], 1923 ],
1923 }, 1924 },
1924 ], 1925 ],
1925 ], 1926 ],
1926 }], 1927 }],
1927 ], 1928 ],
1928 } 1929 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698