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

Side by Side Diff: content/content_tests.gypi

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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_renderer.gypi ('k') | content/public/test/browser_test_utils.cc » ('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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 '../net/net.gyp:net_test_support', 784 '../net/net.gyp:net_test_support',
785 '../skia/skia.gyp:skia', 785 '../skia/skia.gyp:skia',
786 '../storage/storage_common.gyp:storage_common', 786 '../storage/storage_common.gyp:storage_common',
787 '../testing/gmock.gyp:gmock', 787 '../testing/gmock.gyp:gmock',
788 '../testing/gtest.gyp:gtest', 788 '../testing/gtest.gyp:gtest',
789 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 789 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
790 '../ui/accessibility/accessibility.gyp:ax_gen', 790 '../ui/accessibility/accessibility.gyp:ax_gen',
791 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 791 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
792 '../ui/base/ui_base.gyp:ui_base', 792 '../ui/base/ui_base.gyp:ui_base',
793 '../ui/base/ui_base.gyp:ui_base_test_support', 793 '../ui/base/ui_base.gyp:ui_base_test_support',
794 '../ui/events/events.gyp:dom4_keycode_converter', 794 '../ui/events/events.gyp:dom_keycode_converter',
795 '../ui/events/events.gyp:events_base', 795 '../ui/events/events.gyp:events_base',
796 '../ui/events/events.gyp:events_test_support', 796 '../ui/events/events.gyp:events_test_support',
797 '../ui/events/events.gyp:gesture_detection', 797 '../ui/events/events.gyp:gesture_detection',
798 '../ui/gfx/gfx.gyp:gfx_test_support', 798 '../ui/gfx/gfx.gyp:gfx_test_support',
799 '../ui/resources/ui_resources.gyp:ui_resources', 799 '../ui/resources/ui_resources.gyp:ui_resources',
800 '../url/url.gyp:url_lib', 800 '../url/url.gyp:url_lib',
801 'browser/speech/proto/speech_proto.gyp:speech_proto', 801 'browser/speech/proto/speech_proto.gyp:speech_proto',
802 'content.gyp:content_app_both', 802 'content.gyp:content_app_both',
803 'content.gyp:content_browser', 803 'content.gyp:content_browser',
804 'content.gyp:content_common', 804 'content.gyp:content_common',
(...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2150 }, 2150 },
2151 ], 2151 ],
2152 }], 2152 }],
2153 ], 2153 ],
2154 }, 2154 },
2155 ], 2155 ],
2156 }], 2156 }],
2157 ], 2157 ],
2158 } 2158 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698