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

Unified Diff: base/base.gyp

Issue 27212: Bring the GYP-based build up to the current state of the trunk. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 10463)
+++ base/base.gyp (working copy)
@@ -316,7 +316,6 @@
{ # else: OS != "linux"
'sources!': [
'atomicops_internals_x86_gcc.cc',
- 'data_pack.cc',
'hmac_nss.cc',
'idle_timer_none.cc',
'message_pump_glib.cc',
@@ -344,6 +343,7 @@
'sources/': [ ['exclude', '_(linux|mac|posix)\\.cc$'],
['exclude', '\\.mm?$' ] ],
'sources!': [
+ 'data_pack.cc',
'event_recorder_stubs.cc',
'message_pump_libevent.cc',
'string16.cc',
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698