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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues 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 | « chrome/chrome_browser.gypi ('k') | components/arc.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 '../crypto/crypto.gyp:crypto', 2016 '../crypto/crypto.gyp:crypto',
2017 '../net/net.gyp:http_server', 2017 '../net/net.gyp:http_server',
2018 '../net/net.gyp:net', 2018 '../net/net.gyp:net',
2019 '../third_party/zlib/google/zip.gyp:zip', 2019 '../third_party/zlib/google/zip.gyp:zip',
2020 '../ui/base/ui_base.gyp:ui_base', 2020 '../ui/base/ui_base.gyp:ui_base',
2021 '../ui/events/events.gyp:dom_keycode_converter', 2021 '../ui/events/events.gyp:dom_keycode_converter',
2022 '../ui/events/events.gyp:events_base', 2022 '../ui/events/events.gyp:events_base',
2023 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', 2023 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout',
2024 '../ui/gfx/gfx.gyp:gfx', 2024 '../ui/gfx/gfx.gyp:gfx',
2025 '../ui/gfx/gfx.gyp:gfx_geometry', 2025 '../ui/gfx/gfx.gyp:gfx_geometry',
2026 '../ui/latency_info/latency_info.gyp:latency_info',
2026 ], 2027 ],
2027 'include_dirs': [ 2028 'include_dirs': [
2028 '..', 2029 '..',
2029 ], 2030 ],
2030 'sources': [ 2031 'sources': [
2031 '<@(chrome_driver_lib_sources)', 2032 '<@(chrome_driver_lib_sources)',
2032 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 2033 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
2033 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 2034 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
2034 ], 2035 ],
2035 'actions': [ 2036 'actions': [
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'browser', 3593 'browser',
3593 ], 3594 ],
3594 'sources': [ 3595 'sources': [
3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3597 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3597 ], 3598 ],
3598 }] 3599 }]
3599 }], 3600 }],
3600 ], # 'conditions' 3601 ], # 'conditions'
3601 } 3602 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/arc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698