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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 614923005: Rename all isolate_dependency_* to files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 6 years, 2 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_tests.gypi ('k') | chrome/gl_tests.isolate » ('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 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 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after
2852 ['test_isolation_mode != "noop"', { 2852 ['test_isolation_mode != "noop"', {
2853 'targets': [ 2853 'targets': [
2854 { 2854 {
2855 'target_name': 'unit_tests_run', 2855 'target_name': 'unit_tests_run',
2856 'type': 'none', 2856 'type': 'none',
2857 'dependencies': [ 2857 'dependencies': [
2858 'unit_tests', 2858 'unit_tests',
2859 ], 2859 ],
2860 'includes': [ 2860 'includes': [
2861 '../build/isolate.gypi', 2861 '../build/isolate.gypi',
2862 'unit_tests.isolate',
2863 ], 2862 ],
2864 'sources': [ 2863 'sources': [
2865 'unit_tests.isolate', 2864 'unit_tests.isolate',
2866 ], 2865 ],
2867 'conditions': [ 2866 'conditions': [
2868 ['use_x11 == 1', { 2867 ['use_x11 == 1', {
2869 'dependencies': [ 2868 'dependencies': [
2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2871 ], 2870 ],
2872 }], 2871 }],
2873 ], 2872 ],
2874 }, 2873 },
2875 ], 2874 ],
2876 }], 2875 }],
2877 ], # 'conditions' 2876 ], # 'conditions'
2878 } 2877 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/gl_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698