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

Side by Side Diff: base/base_untrusted.gyp

Issue 132243003: Roll ICU 243425:243949 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | no next file » | 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) 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 '../build/common_untrusted.gypi', 10 '../build/common_untrusted.gypi',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'build_pnacl_newlib': 1, 52 'build_pnacl_newlib': 1,
53 'sources': [ 53 'sources': [
54 'base_switches.cc', 54 'base_switches.cc',
55 'base_switches.h', 55 'base_switches.h',
56 'strings/string16.cc', 56 'strings/string16.cc',
57 'sync_socket_nacl.cc', 57 'sync_socket_nacl.cc',
58 'time/time_posix.cc', 58 'time/time_posix.cc',
59 ], 59 ],
60 }, 60 },
61 'dependencies': [ 61 'dependencies': [
62 '<(DEPTH)/third_party/icu/icu_untrusted.gyp:icudata_untrusted', 62 '<(DEPTH)/third_party/icu/icu_nacl.gyp:icudata_nacl',
63 '<(DEPTH)/third_party/icu/icu_untrusted.gyp:icui18n_untrusted', 63 '<(DEPTH)/third_party/icu/icu_nacl.gyp:icui18n_nacl',
64 '<(DEPTH)/third_party/icu/icu_untrusted.gyp:icuuc_untrusted', 64 '<(DEPTH)/third_party/icu/icu_nacl.gyp:icuuc_nacl',
65 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 65 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
66 ], 66 ],
67 }, 67 },
68 ], 68 ],
69 }], 69 }],
70 ], 70 ],
71 } 71 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698