| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |