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

Side by Side Diff: content/content_tests.gypi

Issue 1708543002: [webnfc] Implement push() method in blink nfc module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onionsoup_webnfc
Patch Set: Move dependency from content_browsertests to layouttest_support_content Created 4 years, 6 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/test/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 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 ], 998 ],
999 }], 999 }],
1000 ], 1000 ],
1001 }, 1001 },
1002 { 1002 {
1003 # GN version: //content/test:layouttest_support 1003 # GN version: //content/test:layouttest_support
1004 'target_name': 'layouttest_support_content', 1004 'target_name': 'layouttest_support_content',
1005 'type': 'static_library', 1005 'type': 'static_library',
1006 'dependencies': [ 1006 'dependencies': [
1007 'content.gyp:content_renderer', 1007 'content.gyp:content_renderer',
1008 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings',
1008 'test_support_content', 1009 'test_support_content',
1009 '../components/scheduler/scheduler.gyp:scheduler_test_support', 1010 '../components/scheduler/scheduler.gyp:scheduler_test_support',
1010 '../components/test_runner/test_runner.gyp:test_runner', 1011 '../components/test_runner/test_runner.gyp:test_runner',
1011 '../skia/skia.gyp:skia', 1012 '../skia/skia.gyp:skia',
1012 '../ui/accessibility/accessibility.gyp:ax_gen', 1013 '../ui/accessibility/accessibility.gyp:ax_gen',
1013 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1014 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1014 '../v8/src/v8.gyp:v8', 1015 '../v8/src/v8.gyp:v8',
1015 ], 1016 ],
1016 'include_dirs': [ 1017 'include_dirs': [
1017 '..', 1018 '..',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 'content_unittests_apk.isolate', 1923 'content_unittests_apk.isolate',
1923 ], 1924 ],
1924 }, 1925 },
1925 ], 1926 ],
1926 }, 1927 },
1927 ], 1928 ],
1928 ], 1929 ],
1929 }], 1930 }],
1930 ], 1931 ],
1931 } 1932 }
OLDNEW
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698