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

Side by Side Diff: components/nacl.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 # 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'nacl/renderer/progress_event.h', 178 'nacl/renderer/progress_event.h',
179 'nacl/renderer/trusted_plugin_channel.cc', 179 'nacl/renderer/trusted_plugin_channel.cc',
180 'nacl/renderer/trusted_plugin_channel.h', 180 'nacl/renderer/trusted_plugin_channel.h',
181 ], 181 ],
182 'include_dirs': [ 182 'include_dirs': [
183 '..', 183 '..',
184 ], 184 ],
185 'dependencies': [ 185 'dependencies': [
186 'nacl_common', 186 'nacl_common',
187 '../content/content.gyp:content_renderer', 187 '../content/content.gyp:content_renderer',
188 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p lugin', 188 '../components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin',
189 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp', 189 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
190 '../third_party/WebKit/public/blink.gyp:blink', 190 '../third_party/WebKit/public/blink.gyp:blink',
191 ], 191 ],
192 'defines': [ 192 'defines': [
193 '<@(nacl_defines)', 193 '<@(nacl_defines)',
194 ], 194 ],
195 'direct_dependent_settings': { 195 'direct_dependent_settings': {
196 'defines': [ 196 'defines': [
197 '<@(nacl_defines)', 197 '<@(nacl_defines)',
198 ], 198 ],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 ], 516 ],
517 'include_dirs': [ 517 'include_dirs': [
518 '..', 518 '..',
519 ], 519 ],
520 'dependencies': [ 520 'dependencies': [
521 '../content/content.gyp:content_common', 521 '../content/content.gyp:content_common',
522 ], 522 ],
523 }, 523 },
524 ] 524 ]
525 } 525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698