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

Side by Side Diff: content/content_tests.gypi

Issue 1942353002: (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_shell.gypi ('k') | content/public/browser/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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'targets': [ 829 'targets': [
830 { 830 {
831 # GN version: //content/test:test_support 831 # GN version: //content/test:test_support
832 'target_name': 'test_support_content', 832 'target_name': 'test_support_content',
833 'type': 'static_library', 833 'type': 'static_library',
834 'dependencies': [ 834 'dependencies': [
835 '../cc/blink/cc_blink.gyp:cc_blink', 835 '../cc/blink/cc_blink.gyp:cc_blink',
836 '../cc/cc.gyp:cc', 836 '../cc/cc.gyp:cc',
837 '../cc/cc_tests.gyp:cc_test_support', 837 '../cc/cc_tests.gyp:cc_test_support',
838 '../components/components.gyp:display_compositor', 838 '../components/components.gyp:display_compositor',
839 '../components/components.gyp:permissions_mojo_bindings',
839 '../components/scheduler/scheduler.gyp:scheduler', 840 '../components/scheduler/scheduler.gyp:scheduler',
840 '../components/scheduler/scheduler.gyp:scheduler_test_support', 841 '../components/scheduler/scheduler.gyp:scheduler_test_support',
841 '../gpu/gpu.gyp:gpu_ipc_common', 842 '../gpu/gpu.gyp:gpu_ipc_common',
842 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 843 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
843 '../ipc/mojo/ipc_mojo.gyp:*', 844 '../ipc/mojo/ipc_mojo.gyp:*',
844 '../media/blink/media_blink.gyp:media_blink', 845 '../media/blink/media_blink.gyp:media_blink',
845 '../media/media.gyp:media', 846 '../media/media.gyp:media',
846 '../media/midi/midi.gyp:midi', 847 '../media/midi/midi.gyp:midi',
847 '../mojo/mojo_edk.gyp:mojo_common_test_support', 848 '../mojo/mojo_edk.gyp:mojo_common_test_support',
848 '../mojo/mojo_edk.gyp:mojo_system_impl', 849 '../mojo/mojo_edk.gyp:mojo_system_impl',
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'content_unittests_apk.isolate', 1913 'content_unittests_apk.isolate',
1913 ], 1914 ],
1914 }, 1915 },
1915 ], 1916 ],
1916 }, 1917 },
1917 ], 1918 ],
1918 ], 1919 ],
1919 }], 1920 }],
1920 ], 1921 ],
1921 } 1922 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698