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

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: Minor fixes for Reilly's comments. 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 | « 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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 'content_browser_test_base', 1377 'content_browser_test_base',
1378 'content_browser_test_support', 1378 'content_browser_test_support',
1379 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 1379 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
1380 'content_shell_lib', 1380 'content_shell_lib',
1381 'content_shell_pak', 1381 'content_shell_pak',
1382 'test_support_content', 1382 'test_support_content',
1383 'web_ui_test_mojo_bindings', 1383 'web_ui_test_mojo_bindings',
1384 '../base/base.gyp:test_support_base', 1384 '../base/base.gyp:test_support_base',
1385 '../device/battery/battery.gyp:device_battery', 1385 '../device/battery/battery.gyp:device_battery',
1386 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1386 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1387 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings',
Reilly Grant (use Gerrit) 2016/06/08 19:33:35 This dependency should be up in layouttest_support
1387 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 1388 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
1388 '../gin/gin.gyp:gin', 1389 '../gin/gin.gyp:gin',
1389 '../gpu/gpu.gyp:gpu', 1390 '../gpu/gpu.gyp:gpu',
1390 '../ipc/ipc.gyp:test_support_ipc', 1391 '../ipc/ipc.gyp:test_support_ipc',
1391 '../media/media.gyp:media_test_support', 1392 '../media/media.gyp:media_test_support',
1392 '../media/media.gyp:shared_memory_support', 1393 '../media/media.gyp:shared_memory_support',
1393 '../mojo/mojo_base.gyp:mojo_test_support', 1394 '../mojo/mojo_base.gyp:mojo_test_support',
1394 '../mojo/mojo_edk.gyp:mojo_common_test_support', 1395 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1395 '../mojo/mojo_edk.gyp:mojo_system_impl', 1396 '../mojo/mojo_edk.gyp:mojo_system_impl',
1396 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1397 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'content_unittests_apk.isolate', 1918 'content_unittests_apk.isolate',
1918 ], 1919 ],
1919 }, 1920 },
1920 ], 1921 ],
1921 }, 1922 },
1922 ], 1923 ],
1923 ], 1924 ],
1924 }], 1925 }],
1925 ], 1926 ],
1926 } 1927 }
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