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

Side by Side Diff: chrome/unit_tests.isolate

Issue 17125003: First unit test for Google Now extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modifying .isolate dependencies Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 }, 71 },
72 }], 72 }],
73 ['OS=="mac" or OS=="win"', { 73 ['OS=="mac" or OS=="win"', {
74 'variables': { 74 'variables': {
75 'command': [ 75 'command': [
76 '../testing/test_env.py', 76 '../testing/test_env.py',
77 '../tools/swarm_client/run_test_cases.py', 77 '../tools/swarm_client/run_test_cases.py',
78 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 78 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
79 ], 79 ],
80 'isolate_dependency_untracked': [ 80 'isolate_dependency_untracked': [
81 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/',
81 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/', 82 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
82 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', 83 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
83 '<(PRODUCT_DIR)/test_data/ui/', 84 '<(PRODUCT_DIR)/test_data/ui/',
84 ], 85 ],
85 }, 86 },
86 }], 87 }],
87 ['OS=="win"', { 88 ['OS=="win"', {
88 'variables': { 89 'variables': {
89 'isolate_dependency_tracked': [ 90 'isolate_dependency_tracked': [
90 '<(PRODUCT_DIR)/ffmpegsumo.dll', 91 '<(PRODUCT_DIR)/ffmpegsumo.dll',
91 '<(PRODUCT_DIR)/icudt.dll', 92 '<(PRODUCT_DIR)/icudt.dll',
92 ], 93 ],
93 'isolate_dependency_untracked': [ 94 'isolate_dependency_untracked': [
94 '../ppapi/lib/gl/include/KHR/', 95 '../ppapi/lib/gl/include/KHR/',
95 '../skia/ext/data/', 96 '../skia/ext/data/',
96 '../third_party/python_26/', 97 '../third_party/python_26/',
97 '../ui/base/glib/', 98 '../ui/base/glib/',
98 ], 99 ],
99 }, 100 },
100 }], 101 }],
101 ], 102 ],
102 } 103 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698