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

Side by Side Diff: ppapi/native_client/src/trusted/plugin/plugin.gypi

Issue 10266003: NaCl: Move sel_ldr_launcher_chrome.cc into the Chromium repo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix namespace Created 8 years, 7 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 | ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h » ('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 Native Client Authors. All rights reserved. 1 # Copyright (c) 2012 The Native Client 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, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'common_sources': [ 8 'common_sources': [
9 'file_downloader.cc', 9 'file_downloader.cc',
10 'json_manifest.cc', 10 'json_manifest.cc',
11 'module_ppapi.cc', 11 'module_ppapi.cc',
12 'nacl_subprocess.cc', 12 'nacl_subprocess.cc',
13 'nexe_arch.cc', 13 'nexe_arch.cc',
14 'plugin.cc', 14 'plugin.cc',
15 'pnacl_coordinator.cc', 15 'pnacl_coordinator.cc',
16 'pnacl_resources.cc', 16 'pnacl_resources.cc',
17 'scriptable_plugin.cc', 17 'scriptable_plugin.cc',
18 'sel_ldr_launcher_chrome.cc',
18 'service_runtime.cc', 19 'service_runtime.cc',
19 'srpc_client.cc', 20 'srpc_client.cc',
20 'srpc_params.cc', 21 'srpc_params.cc',
21 'utility.cc', 22 'utility.cc',
22 ], 23 ],
23 # Append the arch-specific ISA code to common_sources. 24 # Append the arch-specific ISA code to common_sources.
24 'conditions': [ 25 'conditions': [
25 # Note: this test assumes that if this is not an ARM build, then this is 26 # Note: this test assumes that if this is not an ARM build, then this is
26 # is an x86 build. This is because |target_arch| for x86 can be one of a 27 # is an x86 build. This is because |target_arch| for x86 can be one of a
27 # number of values (x64, ia32, etc.). 28 # number of values (x64, ia32, etc.).
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'link_settings': { 101 'link_settings': {
101 'libraries': [ 102 'libraries': [
102 '-lgdi32.lib', 103 '-lgdi32.lib',
103 '-luser32.lib', 104 '-luser32.lib',
104 ], 105 ],
105 }, 106 },
106 }], 107 }],
107 ], 108 ],
108 }, 109 },
109 } 110 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698