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

Side by Side Diff: chrome/chrome.isolate

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase Created 3 years, 10 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/chrome_browser_main_win.cc ('k') | chrome/chrome_watcher/BUILD.gn » ('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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 ], 108 ],
109 }, 109 },
110 }], 110 }],
111 ['OS=="win" and component=="static_library" and (fastbuild==0 or fastbuild== 1)', { 111 ['OS=="win" and component=="static_library" and (fastbuild==0 or fastbuild== 1)', {
112 'variables': { 112 'variables': {
113 'files': [ 113 'files': [
114 '<(PRODUCT_DIR)/chrome_child.dll.pdb', 114 '<(PRODUCT_DIR)/chrome_child.dll.pdb',
115 ], 115 ],
116 }, 116 },
117 }], 117 }],
118 ['OS=="win" and kasko==1', {
119 'variables': {
120 'files': [
121 '<(PRODUCT_DIR)/kasko.dll',
122 ],
123 },
124 }],
125 ['OS=="win" and component=="shared_library" and (fastbuild==0 or fastbuild== 1)', { 118 ['OS=="win" and component=="shared_library" and (fastbuild==0 or fastbuild== 1)', {
126 'variables': { 119 'variables': {
127 'files': [ 120 'files': [
128 '<(PRODUCT_DIR)/base.dll.pdb', 121 '<(PRODUCT_DIR)/base.dll.pdb',
129 '<(PRODUCT_DIR)/blink_platform.dll.pdb', 122 '<(PRODUCT_DIR)/blink_platform.dll.pdb',
130 '<(PRODUCT_DIR)/blink_web.dll.pdb', 123 '<(PRODUCT_DIR)/blink_web.dll.pdb',
131 '<(PRODUCT_DIR)/content.dll.pdb', 124 '<(PRODUCT_DIR)/content.dll.pdb',
132 '<(PRODUCT_DIR)/modules.dll.pdb', 125 '<(PRODUCT_DIR)/modules.dll.pdb',
133 ], 126 ],
134 }, 127 },
135 }], 128 }],
136 ], 129 ],
137 'includes': [ 130 'includes': [
138 '../base/base.isolate', 131 '../base/base.isolate',
139 '../gin/v8.isolate', 132 '../gin/v8.isolate',
140 '../ui/gl/gl.isolate', 133 '../ui/gl/gl.isolate',
141 ], 134 ],
142 } 135 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698