Side by Side Diff: build/android/v8_external_startup_data_arch_suffix.gypi
Issue 1417753004:
Reland Switch Chrome Android using v8 arch specific external data name (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase
Created 5 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.
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'arch_suffix': '<(arch_suffix)',
8 'variables': {
9 'conditions': [
10 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', {
11 'arch_suffix': '32',
12 }, {
13 'arch_suffix': '64',
14 }],
15 ],
16 }
17 }
18 }
OLD
NEW
« no previous file with comments
|
« no previous file
|
build_overrides/v8.gni » ('j')
|
no next file with comments »
Issue 1417753004: Reland Switch Chrome Android using v8 arch specific external data name
(Closed)
Created 5 years, 2 months ago by michaelbai
Modified 5 years, 2 months ago
Reviewers:
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0