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

Unified Diff: chrome/chrome_renderer.gypi

Issue 1562007: Landing http://codereview.chromium.org/1084017:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
===================================================================
--- chrome/chrome_renderer.gypi (revision 43332)
+++ chrome/chrome_renderer.gypi (working copy)
@@ -102,7 +102,6 @@
'renderer/gpu_channel_host.h',
'renderer/localized_error.cc',
'renderer/localized_error.h',
- 'renderer/nacl_desc_wrapper_chrome.cc',
'renderer/navigation_state.h',
'renderer/notification_provider.cc',
'renderer/notification_provider.h',
@@ -186,6 +185,9 @@
'dependencies': [
'nacl',
],
+ 'sources': [
+ 'renderer/nacl_desc_wrapper_chrome.cc',
+ ],
}],
# Linux-specific rules.
['OS=="linux"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698