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

Side by Side Diff: chrome/chrome.isolate

Issue 667513002: Fix swarming on Windows Vista. (Closed) Base URL: https://chromium.googlesource.com/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/browser_tests.isolate ('k') | chrome/interactive_ui_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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'files': [ 8 'files': [
9 '<(PRODUCT_DIR)/libffmpegsumo.so', 9 '<(PRODUCT_DIR)/libffmpegsumo.so',
10 '<(PRODUCT_DIR)/libosmesa.so', 10 '<(PRODUCT_DIR)/libosmesa.so',
(...skipping 30 matching lines...) Expand all
41 ], 41 ],
42 }, 42 },
43 }], 43 }],
44 ['OS=="linux" and target_arch=="arm"', { 44 ['OS=="linux" and target_arch=="arm"', {
45 'variables': { 45 'variables': {
46 'files': [ 46 'files': [
47 '<(PRODUCT_DIR)/nacl_irt_arm.nexe', 47 '<(PRODUCT_DIR)/nacl_irt_arm.nexe',
48 ], 48 ],
49 }, 49 },
50 }], 50 }],
51 ['OS=="win"', {
52 'variables': {
53 'files': [
54 '<(PRODUCT_DIR)/chrome_200_percent.pak',
55 ],
56 },
57 }],
58 ['OS=="mac"', { 51 ['OS=="mac"', {
59 'variables': { 52 'variables': {
60 'command': [ 53 'command': [
61 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)', 54 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)',
62 ], 55 ],
63 'files': [ 56 'files': [
64 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', 57 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
65 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/', 58 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/',
66 '<(PRODUCT_DIR)/<(mac_product_name).app/', 59 '<(PRODUCT_DIR)/<(mac_product_name).app/',
67 '<(PRODUCT_DIR)/exif.so', 60 '<(PRODUCT_DIR)/exif.so',
68 '<(PRODUCT_DIR)/ffmpegsumo.so', 61 '<(PRODUCT_DIR)/ffmpegsumo.so',
69 ], 62 ],
70 }, 63 },
71 }], 64 }],
72 ['OS=="win"', { 65 ['OS=="win"', {
73 'variables': { 66 'variables': {
74 'files': [ 67 'files': [
75 '<(PRODUCT_DIR)/<(version_full).manifest', 68 '<(PRODUCT_DIR)/<(version_full).manifest',
69 '<(PRODUCT_DIR)/chrome_200_percent.pak',
76 '<(PRODUCT_DIR)/chrome.dll', 70 '<(PRODUCT_DIR)/chrome.dll',
77 '<(PRODUCT_DIR)/chrome_elf.dll', 71 '<(PRODUCT_DIR)/chrome_elf.dll',
78 '<(PRODUCT_DIR)/ffmpegsumo.dll', 72 '<(PRODUCT_DIR)/ffmpegsumo.dll',
79 '<(PRODUCT_DIR)/libexif.dll', 73 '<(PRODUCT_DIR)/libexif.dll',
80 '<(PRODUCT_DIR)/osmesa.dll', 74 '<(PRODUCT_DIR)/osmesa.dll',
81 ], 75 ],
82 }, 76 },
83 }], 77 }],
84 ['OS=="win" and target_arch=="ia32"', { 78 ['OS=="win" and target_arch=="ia32"', {
85 'variables': { 79 'variables': {
86 'files': [ 80 'files': [
87 '<(PRODUCT_DIR)/nacl64.exe', 81 '<(PRODUCT_DIR)/nacl64.exe',
88 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', 82 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
83 '<(PRODUCT_DIR)/wow_helper.exe',
89 ], 84 ],
90 }, 85 },
91 }], 86 }],
92 ['OS=="win" and component=="static_library"', { 87 ['OS=="win" and component=="static_library"', {
93 'variables': { 88 'variables': {
94 'files': [ 89 'files': [
95 '<(PRODUCT_DIR)/chrome_child.dll', 90 '<(PRODUCT_DIR)/chrome_child.dll',
96 ], 91 ],
97 }, 92 },
98 }], 93 }],
99 ], 94 ],
100 'includes': [ 95 'includes': [
101 'angle.isolate', 96 'angle.isolate',
102 ], 97 ],
103 } 98 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698