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

Side by Side Diff: base/base_nacl.gyp

Issue 2168003003: Replace ICU encoding detection with CED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments/add datafiles back Created 4 years, 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 # base.gypi must be included before common_untrusted.gypi. 10 # base.gypi must be included before common_untrusted.gypi.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'base_switches.cc', 60 'base_switches.cc',
61 'base_switches.h', 61 'base_switches.h',
62 'strings/string16.cc', 62 'strings/string16.cc',
63 'sync_socket_nacl.cc', 63 'sync_socket_nacl.cc',
64 'time/time_posix.cc', 64 'time/time_posix.cc',
65 ], 65 ],
66 }, 66 },
67 'dependencies': [ 67 'dependencies': [
68 'allocator/allocator.gyp:allocator_features#target', 68 'allocator/allocator.gyp:allocator_features#target',
69 'base.gyp:base_build_date', 69 'base.gyp:base_build_date',
70 '../third_party/ced/ced_nacl.gyp:ced_nacl',
70 '../third_party/icu/icu_nacl.gyp:icudata_nacl', 71 '../third_party/icu/icu_nacl.gyp:icudata_nacl',
71 '../third_party/icu/icu_nacl.gyp:icui18n_nacl', 72 '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
72 '../third_party/icu/icu_nacl.gyp:icuuc_nacl', 73 '../third_party/icu/icu_nacl.gyp:icuuc_nacl',
73 ], 74 ],
74 }, 75 },
75 { 76 {
76 'target_name': 'base_nacl_nonsfi', 77 'target_name': 'base_nacl_nonsfi',
77 'type': 'none', 78 'type': 'none',
78 'variables': { 79 'variables': {
79 'base_target': 1, 80 'base_target': 1,
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'dependencies': [ 150 'dependencies': [
150 'base.gyp:base_build_date', 151 'base.gyp:base_build_date',
151 'base_nacl_nonsfi', 152 'base_nacl_nonsfi',
152 '../testing/gtest_nacl.gyp:gtest_nacl', 153 '../testing/gtest_nacl.gyp:gtest_nacl',
153 ], 154 ],
154 }, 155 },
155 ], 156 ],
156 }], 157 }],
157 ], 158 ],
158 } 159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698