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

Side by Side Diff: components/nacl.gyp

Issue 439713002: Refactoring: Split NaClListener into two delegated classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and redesign based on Mark's comment. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | components/nacl/loader/nacl_helper_linux.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'nacl/loader/nonsfi/irt_futex.cc', 276 'nacl/loader/nonsfi/irt_futex.cc',
277 'nacl/loader/nonsfi/irt_icache.cc', 277 'nacl/loader/nonsfi/irt_icache.cc',
278 'nacl/loader/nonsfi/irt_interfaces.cc', 278 'nacl/loader/nonsfi/irt_interfaces.cc',
279 'nacl/loader/nonsfi/irt_interfaces.h', 279 'nacl/loader/nonsfi/irt_interfaces.h',
280 'nacl/loader/nonsfi/irt_memory.cc', 280 'nacl/loader/nonsfi/irt_memory.cc',
281 'nacl/loader/nonsfi/irt_ppapi.cc', 281 'nacl/loader/nonsfi/irt_ppapi.cc',
282 'nacl/loader/nonsfi/irt_random.cc', 282 'nacl/loader/nonsfi/irt_random.cc',
283 'nacl/loader/nonsfi/irt_resource_open.cc', 283 'nacl/loader/nonsfi/irt_resource_open.cc',
284 'nacl/loader/nonsfi/irt_thread.cc', 284 'nacl/loader/nonsfi/irt_thread.cc',
285 'nacl/loader/nonsfi/irt_util.h', 285 'nacl/loader/nonsfi/irt_util.h',
286 'nacl/loader/nonsfi/nonsfi_listener.cc',
287 'nacl/loader/nonsfi/nonsfi_listener.h',
286 'nacl/loader/nonsfi/nonsfi_main.cc', 288 'nacl/loader/nonsfi/nonsfi_main.cc',
287 'nacl/loader/nonsfi/nonsfi_main.h', 289 'nacl/loader/nonsfi/nonsfi_main.h',
288 'nacl/loader/nonsfi/nonsfi_sandbox.cc', 290 'nacl/loader/nonsfi/nonsfi_sandbox.cc',
289 'nacl/loader/nonsfi/nonsfi_sandbox.h', 291 'nacl/loader/nonsfi/nonsfi_sandbox.h',
290 'nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc', 292 'nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc',
291 'nacl/loader/sandbox_linux/nacl_sandbox_linux.cc', 293 'nacl/loader/sandbox_linux/nacl_sandbox_linux.cc',
292 '../ppapi/nacl_irt/irt_manifest.h', 294 '../ppapi/nacl_irt/irt_manifest.h',
293 '../ppapi/nacl_irt/manifest_service.cc', 295 '../ppapi/nacl_irt/manifest_service.cc',
294 '../ppapi/nacl_irt/manifest_service.h', 296 '../ppapi/nacl_irt/manifest_service.h',
295 '../ppapi/nacl_irt/plugin_main.cc', 297 '../ppapi/nacl_irt/plugin_main.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 ], 500 ],
499 'include_dirs': [ 501 'include_dirs': [
500 '..', 502 '..',
501 ], 503 ],
502 'dependencies': [ 504 'dependencies': [
503 '../content/content.gyp:content_common', 505 '../content/content.gyp:content_common',
504 ], 506 ],
505 }, 507 },
506 ] 508 ]
507 } 509 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/loader/nacl_helper_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698