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

Side by Side Diff: base/base_nacl.gyp

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to #96 Created 4 years, 10 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 23 matching lines...) Expand all
34 'strings/string16.cc', 34 'strings/string16.cc',
35 'sync_socket_nacl.cc', 35 'sync_socket_nacl.cc',
36 'time/time_posix.cc', 36 'time/time_posix.cc',
37 ], 37 ],
38 'compile_flags': [ 38 'compile_flags': [
39 '-fno-strict-aliasing', 39 '-fno-strict-aliasing',
40 ], 40 ],
41 }, 41 },
42 'dependencies': [ 42 'dependencies': [
43 'base.gyp:base_debugging_flags', 43 'base.gyp:base_debugging_flags',
44 'base.gyp:base_build_date',
44 ], 45 ],
45 }, 46 },
46 { 47 {
47 'target_name': 'base_i18n_nacl', 48 'target_name': 'base_i18n_nacl',
48 'type': 'none', 49 'type': 'none',
49 'variables': { 50 'variables': {
50 'base_i18n_target': 1, 51 'base_i18n_target': 1,
51 'nacl_untrusted_build': 1, 52 'nacl_untrusted_build': 1,
52 'nlib_target': 'libbase_i18n_nacl.a', 53 'nlib_target': 'libbase_i18n_nacl.a',
53 'build_glibc': 0, 54 'build_glibc': 0,
54 'build_newlib': 0, 55 'build_newlib': 0,
55 'build_irt': 0, 56 'build_irt': 0,
56 'build_pnacl_newlib': 1, 57 'build_pnacl_newlib': 1,
57 'sources': [ 58 'sources': [
58 'base_switches.cc', 59 'base_switches.cc',
59 'base_switches.h', 60 'base_switches.h',
60 'strings/string16.cc', 61 'strings/string16.cc',
61 'sync_socket_nacl.cc', 62 'sync_socket_nacl.cc',
62 'time/time_posix.cc', 63 'time/time_posix.cc',
63 ], 64 ],
64 }, 65 },
65 'dependencies': [ 66 'dependencies': [
67 'base.gyp:base_build_date',
66 '../third_party/icu/icu_nacl.gyp:icudata_nacl', 68 '../third_party/icu/icu_nacl.gyp:icudata_nacl',
67 '../third_party/icu/icu_nacl.gyp:icui18n_nacl', 69 '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
68 '../third_party/icu/icu_nacl.gyp:icuuc_nacl', 70 '../third_party/icu/icu_nacl.gyp:icuuc_nacl',
69 ], 71 ],
70 }, 72 },
71 { 73 {
72 'target_name': 'base_nacl_nonsfi', 74 'target_name': 'base_nacl_nonsfi',
73 'type': 'none', 75 'type': 'none',
74 'variables': { 76 'variables': {
75 'base_target': 1, 77 'base_target': 1,
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 113
112 # For CancelableSyncSocket. 114 # For CancelableSyncSocket.
113 'sync_socket_nacl.cc', 115 'sync_socket_nacl.cc',
114 ], 116 ],
115 }, 117 },
116 'sources!': [ 118 'sources!': [
117 'rand_util_nacl.cc', 119 'rand_util_nacl.cc',
118 ], 120 ],
119 'dependencies': [ 121 'dependencies': [
120 'base.gyp:base_debugging_flags', 122 'base.gyp:base_debugging_flags',
123 'base.gyp:base_build_date',
121 'third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi', 124 'third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
122 ], 125 ],
123 }, 126 },
124 { 127 {
125 'target_name': 'test_support_base_nacl_nonsfi', 128 'target_name': 'test_support_base_nacl_nonsfi',
126 'type': 'none', 129 'type': 'none',
127 'variables': { 130 'variables': {
128 'nacl_untrusted_build': 1, 131 'nacl_untrusted_build': 1,
129 'nlib_target': 'libtest_support_base_nacl_nonsfi.a', 132 'nlib_target': 'libtest_support_base_nacl_nonsfi.a',
130 'build_glibc': 0, 133 'build_glibc': 0,
131 'build_newlib': 0, 134 'build_newlib': 0,
132 'build_irt': 0, 135 'build_irt': 0,
133 'build_pnacl_newlib': 0, 136 'build_pnacl_newlib': 0,
134 'build_nonsfi_helper': 1, 137 'build_nonsfi_helper': 1,
135 138
136 'sources': [ 139 'sources': [
137 'test/gtest_util.cc', 140 'test/gtest_util.cc',
138 'test/launcher/unit_test_launcher_nacl_nonsfi.cc', 141 'test/launcher/unit_test_launcher_nacl_nonsfi.cc',
139 'test/gtest_xml_unittest_result_printer.cc', 142 'test/gtest_xml_unittest_result_printer.cc',
140 'test/test_switches.cc', 143 'test/test_switches.cc',
141 ], 144 ],
142 }, 145 },
143 'dependencies': [ 146 'dependencies': [
147 'base.gyp:base_build_date',
144 'base_nacl_nonsfi', 148 'base_nacl_nonsfi',
145 '../testing/gtest_nacl.gyp:gtest_nacl', 149 '../testing/gtest_nacl.gyp:gtest_nacl',
146 ], 150 ],
147 }, 151 },
148 ], 152 ],
149 }], 153 }],
150 ], 154 ],
151 } 155 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/build_time.h » ('j') | build/config/posix/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698