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

Side by Side Diff: components/nacl/renderer/plugin/plugin.gyp

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update #include guards 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 7 'includes': [
8 'plugin.gypi', 8 'plugin.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 14 matching lines...) Expand all
25 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib', 25 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib',
26 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service', 26 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service',
27 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects', 27 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
28 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module', 28 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
29 ], 29 ],
30 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 30 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
31 'msvs_disabled_warnings': [4267, ], 31 'msvs_disabled_warnings': [4267, ],
32 }, 32 },
33 ], 33 ],
34 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698