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

Unified Diff: chrome/chrome.isolate

Issue 2766673003: Remove checked-in .isolate files. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/cdb.isolate ('k') | chrome/ct_skps.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
deleted file mode 100644
index 5ac069cad133bd1fd7c301b3e309ab4e6cce1ef1..0000000000000000000000000000000000000000
--- a/chrome/chrome.isolate
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-{
- 'conditions': [
- ['OS=="linux"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libosmesa.so',
- ],
- },
- }],
- ['disable_nacl==0 and OS=="linux"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)',
- ]
- }
- }],
- ['disable_nacl==0 and OS=="linux" and (target_arch=="x64" or target_arch=="ia32" or target_arch=="arm")', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/nacl_helper_nonsfi<(EXECUTABLE_SUFFIX)',
- ]
- }
- }],
- ['OS=="linux" or OS=="win"', {
- 'variables': {
- 'command': [
- '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
- ],
- 'files': [
- '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/chrome_100_percent.pak',
- '<(PRODUCT_DIR)/locales/en-US.pak',
- '<(PRODUCT_DIR)/locales/fr.pak',
- '<(PRODUCT_DIR)/resources/extension/',
- '<(PRODUCT_DIR)/resources.pak',
- ],
- },
- }],
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX).pdb',
- ],
- },
- }],
- ['disable_nacl==0 and (OS=="win" or (OS=="linux" and target_arch=="x64"))', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
- ],
- },
- }],
- ['disable_nacl==0 and OS=="linux" and target_arch=="arm"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/nacl_irt_arm.nexe',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'command': [
- '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_name)',
- ],
- 'files': [
- '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
- '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/',
- '<(PRODUCT_DIR)/<(mac_product_name).app/',
- ],
- },
- }],
- ['OS=="mac" and asan==1 and fastbuild==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/',
- '<(PRODUCT_DIR)/<(mac_product_name) Helper.app.dSYM/',
- '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/<(version_full).manifest',
- '<(PRODUCT_DIR)/chrome_200_percent.pak',
- '<(PRODUCT_DIR)/chrome.dll',
- '<(PRODUCT_DIR)/chrome_elf.dll',
- '<(PRODUCT_DIR)/osmesa.dll',
- ],
- },
- }],
- ['disable_nacl==0 and OS=="win" and target_arch=="ia32"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/nacl64.exe',
- '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
- ],
- },
- }],
- ['OS=="win" and component=="static_library"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_child.dll',
- ],
- },
- }],
- ['OS=="win" and component=="static_library" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_child.dll.pdb',
- ],
- },
- }],
- ['OS=="win" and component=="shared_library" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/base.dll.pdb',
- '<(PRODUCT_DIR)/blink_platform.dll.pdb',
- '<(PRODUCT_DIR)/blink_web.dll.pdb',
- '<(PRODUCT_DIR)/content.dll.pdb',
- '<(PRODUCT_DIR)/modules.dll.pdb',
- ],
- },
- }],
- ],
- 'includes': [
- '../base/base.isolate',
- '../gin/v8.isolate',
- '../ui/gl/gl.isolate',
- ],
-}
« no previous file with comments | « chrome/cdb.isolate ('k') | chrome/ct_skps.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698