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

Side by Side Diff: content/content_tests.gypi

Issue 1034713004: Refactors gesture conversion functions to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specific dep Created 5 years, 8 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_browser.gypi ('k') | 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 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 '../skia/skia.gyp:skia', 991 '../skia/skia.gyp:skia',
992 '../sql/sql.gyp:sql', 992 '../sql/sql.gyp:sql',
993 '../sql/sql.gyp:test_support_sql', 993 '../sql/sql.gyp:test_support_sql',
994 '../testing/gmock.gyp:gmock', 994 '../testing/gmock.gyp:gmock',
995 '../testing/gtest.gyp:gtest', 995 '../testing/gtest.gyp:gtest',
996 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 996 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
997 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 997 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
998 '../third_party/re2/re2.gyp:re2', 998 '../third_party/re2/re2.gyp:re2',
999 '../ui/accessibility/accessibility.gyp:accessibility', 999 '../ui/accessibility/accessibility.gyp:accessibility',
1000 '../ui/base/ui_base.gyp:ui_base', 1000 '../ui/base/ui_base.gyp:ui_base',
1001 '../ui/events/events.gyp:blink',
1001 '../ui/gfx/gfx.gyp:gfx', 1002 '../ui/gfx/gfx.gyp:gfx',
1002 '../ui/gfx/gfx.gyp:gfx_geometry', 1003 '../ui/gfx/gfx.gyp:gfx_geometry',
1003 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 1004 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1004 ], 1005 ],
1005 'include_dirs': [ 1006 'include_dirs': [
1006 '..', 1007 '..',
1007 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc. 1008 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc.
1008 ], 1009 ],
1009 'sources': [ '<@(content_unittests_sources)' ], 1010 'sources': [ '<@(content_unittests_sources)' ],
1010 'conditions': [ 1011 'conditions': [
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2168 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2168 }, 2169 },
2169 ], 2170 ],
2170 }], 2171 }],
2171 ], 2172 ],
2172 }, 2173 },
2173 ], 2174 ],
2174 }], 2175 }],
2175 ], 2176 ],
2176 } 2177 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698