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

Side by Side Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 914243003: Sort GYP files under chrome sub directories using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « chrome/installer/mini_installer.gypi ('k') | chrome/tools/crash_service/caps/caps.gyp » ('j') | 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 'includes': [ 6 'includes': [
7 '../../../../ppapi/ppapi_nacl_test_common.gypi', 7 '../../../../ppapi/ppapi_nacl_test_common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'nso_target': 'libppapi_test_lib.so', 153 'nso_target': 'libppapi_test_lib.so',
154 'build_newlib': 1, 154 'build_newlib': 1,
155 'build_glibc': 1, 155 'build_glibc': 1,
156 'build_pnacl_newlib': 1, 156 'build_pnacl_newlib': 1,
157 'nexe_destination_dir': 'nacl_test_data', 157 'nexe_destination_dir': 'nacl_test_data',
158 'sources': [ 158 'sources': [
159 # TODO(ncbray) move these files once SCons no longer depends on them. 159 # TODO(ncbray) move these files once SCons no longer depends on them.
160 '../../../../ppapi/native_client/tests/ppapi_test_lib/get_browser_inte rface.cc', 160 '../../../../ppapi/native_client/tests/ppapi_test_lib/get_browser_inte rface.cc',
161 '../../../../ppapi/native_client/tests/ppapi_test_lib/internal_utils.c c', 161 '../../../../ppapi/native_client/tests/ppapi_test_lib/internal_utils.c c',
162 '../../../../ppapi/native_client/tests/ppapi_test_lib/module_instance. cc', 162 '../../../../ppapi/native_client/tests/ppapi_test_lib/module_instance. cc',
163 '../../../../ppapi/native_client/tests/ppapi_test_lib/test_interface.c c',
163 '../../../../ppapi/native_client/tests/ppapi_test_lib/testable_callbac k.cc', 164 '../../../../ppapi/native_client/tests/ppapi_test_lib/testable_callbac k.cc',
164 '../../../../ppapi/native_client/tests/ppapi_test_lib/test_interface.c c',
165 ] 165 ]
166 }, 166 },
167 'dependencies': [ 167 'dependencies': [
168 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 168 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
169 ], 169 ],
170 }, 170 },
171 { 171 {
172 'target_name': 'ppapi_progress_events', 172 'target_name': 'ppapi_progress_events',
173 'type': 'none', 173 'type': 'none',
174 'variables': { 174 'variables': {
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'files': [ 1044 'files': [
1045 '>@(test_files)', 1045 '>@(test_files)',
1046 ], 1046 ],
1047 }, 1047 },
1048 ], 1048 ],
1049 }, 1049 },
1050 ], 1050 ],
1051 }], 1051 }],
1052 ], 1052 ],
1053 } 1053 }
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer.gypi ('k') | chrome/tools/crash_service/caps/caps.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698