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

Side by Side Diff: chrome/interactive_ui_tests.isolate

Issue 191583002: Media Galleries API Metadata: Image metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change loader path again Created 6 years, 9 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
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 '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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }], 78 }],
79 ['OS=="win"', { 79 ['OS=="win"', {
80 'variables': { 80 'variables': {
81 'isolate_dependency_tracked': [ 81 'isolate_dependency_tracked': [
82 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der', 82 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der',
83 '../net/data/ssl/certificates/mit.davidben.der', 83 '../net/data/ssl/certificates/mit.davidben.der',
84 '<(PRODUCT_DIR)/chrome_elf.dll', 84 '<(PRODUCT_DIR)/chrome_elf.dll',
85 '<(PRODUCT_DIR)/d3dcompiler_46.dll', 85 '<(PRODUCT_DIR)/d3dcompiler_46.dll',
86 '<(PRODUCT_DIR)/ffmpegsumo.dll', 86 '<(PRODUCT_DIR)/ffmpegsumo.dll',
87 '<(PRODUCT_DIR)/libEGL.dll', 87 '<(PRODUCT_DIR)/libEGL.dll',
88 '<(PRODUCT_DIR)/libexif.dll',
88 '<(PRODUCT_DIR)/libGLESv2.dll', 89 '<(PRODUCT_DIR)/libGLESv2.dll',
89 '<(PRODUCT_DIR)/mojo_system.dll', 90 '<(PRODUCT_DIR)/mojo_system.dll',
90 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 91 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
91 '<(PRODUCT_DIR)/osmesa.dll', 92 '<(PRODUCT_DIR)/osmesa.dll',
92 ], 93 ],
93 'isolate_dependency_untracked': [ 94 'isolate_dependency_untracked': [
94 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', 95 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
95 ], 96 ],
96 }, 97 },
97 }], 98 }],
98 ], 99 ],
99 'includes': [ 100 'includes': [
100 '../third_party/icu/icu.isolate', 101 '../third_party/icu/icu.isolate',
101 ], 102 ],
102 } 103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698