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

Side by Side Diff: chrome/chrome.isolate

Issue 2306933002: Remove wow_helper. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | chrome/installer/mini_installer/chrome.release » ('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)/libosmesa.so', 9 '<(PRODUCT_DIR)/libosmesa.so',
10 ], 10 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'variables': { 86 'variables': {
87 'files': [ 87 'files': [
88 '<(PRODUCT_DIR)/<(version_full).manifest', 88 '<(PRODUCT_DIR)/<(version_full).manifest',
89 '<(PRODUCT_DIR)/chrome_200_percent.pak', 89 '<(PRODUCT_DIR)/chrome_200_percent.pak',
90 '<(PRODUCT_DIR)/chrome.dll', 90 '<(PRODUCT_DIR)/chrome.dll',
91 '<(PRODUCT_DIR)/chrome_elf.dll', 91 '<(PRODUCT_DIR)/chrome_elf.dll',
92 '<(PRODUCT_DIR)/osmesa.dll', 92 '<(PRODUCT_DIR)/osmesa.dll',
93 ], 93 ],
94 }, 94 },
95 }], 95 }],
96 ['OS=="win" and target_arch=="ia32"', {
97 'variables': {
98 'files': [
99 '<(PRODUCT_DIR)/wow_helper.exe',
100 ],
101 },
102 }],
103 ['disable_nacl==0 and OS=="win" and target_arch=="ia32"', { 96 ['disable_nacl==0 and OS=="win" and target_arch=="ia32"', {
104 'variables': { 97 'variables': {
105 'files': [ 98 'files': [
106 '<(PRODUCT_DIR)/nacl64.exe', 99 '<(PRODUCT_DIR)/nacl64.exe',
107 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', 100 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
108 ], 101 ],
109 }, 102 },
110 }], 103 }],
111 ['OS=="win" and component=="static_library"', { 104 ['OS=="win" and component=="static_library"', {
112 'variables': { 105 'variables': {
(...skipping 27 matching lines...) Expand all
140 ], 133 ],
141 }, 134 },
142 }], 135 }],
143 ], 136 ],
144 'includes': [ 137 'includes': [
145 '../base/base.isolate', 138 '../base/base.isolate',
146 '../gin/v8.isolate', 139 '../gin/v8.isolate',
147 '../ui/gl/gl.isolate', 140 '../ui/gl/gl.isolate',
148 ], 141 ],
149 } 142 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698