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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add deps file Created 5 years, 1 month 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 # Unit tests should only depend on: 2179 # Unit tests should only depend on:
2180 # 1) everything that the chrome binaries depend on: 2180 # 1) everything that the chrome binaries depend on:
2181 '<@(chromium_browser_dependencies)', 2181 '<@(chromium_browser_dependencies)',
2182 '<@(chromium_child_dependencies)', 2182 '<@(chromium_child_dependencies)',
2183 # 2) test-specific support libraries: 2183 # 2) test-specific support libraries:
2184 '../base/base.gyp:test_support_base', 2184 '../base/base.gyp:test_support_base',
2185 '../components/components_resources.gyp:components_resources', 2185 '../components/components_resources.gyp:components_resources',
2186 '../components/components.gyp:content_settings_core_test_support', 2186 '../components/components.gyp:content_settings_core_test_support',
2187 '../components/components.gyp:password_manager_core_browser_test_support ', 2187 '../components/components.gyp:password_manager_core_browser_test_support ',
2188 '../components/components.gyp:syncable_prefs_test_support', 2188 '../components/components.gyp:syncable_prefs_test_support',
2189 '../components/components.gyp:ui_zoom_test_utils', 2189 '../components/components.gyp:ui_zoom_test_support',
2190 '../content/content_shell_and_tests.gyp:test_support_content', 2190 '../content/content_shell_and_tests.gyp:test_support_content',
2191 '../content/content.gyp:content_app_both', 2191 '../content/content.gyp:content_app_both',
2192 '../crypto/crypto.gyp:crypto_test_support', 2192 '../crypto/crypto.gyp:crypto_test_support',
2193 '../net/net.gyp:net', 2193 '../net/net.gyp:net',
2194 '../net/net.gyp:net_test_support', 2194 '../net/net.gyp:net_test_support',
2195 '../sync/sync.gyp:test_support_sync_api', 2195 '../sync/sync.gyp:test_support_sync_api',
2196 '../sync/sync.gyp:test_support_sync_core', 2196 '../sync/sync.gyp:test_support_sync_core',
2197 '../sync/sync.gyp:test_support_sync_internal_api', 2197 '../sync/sync.gyp:test_support_sync_internal_api',
2198 '../testing/gmock.gyp:gmock', 2198 '../testing/gmock.gyp:gmock',
2199 '../testing/gtest.gyp:gtest', 2199 '../testing/gtest.gyp:gtest',
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 'dependencies': [ 2986 'dependencies': [
2987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2988 ], 2988 ],
2989 }], 2989 }],
2990 ], 2990 ],
2991 }, 2991 },
2992 ], 2992 ],
2993 }], 2993 }],
2994 ], # 'conditions' 2994 ], # 'conditions'
2995 } 2995 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698