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

Unified Diff: build/common.gypi

Issue 85403005: Cache ntdll exports in ELF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded export Created 7 years 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_elf/chrome_elf.gyp » ('j') | chrome_elf/chrome_elf_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8259fd1c183893828df3e43d74550111a8e62287..0f6d0b365b8351a702f7d8da50fd8c761a5ec1c8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1453,7 +1453,7 @@
['(branding=="Chrome" and buildtype=="Official")', {
'mac_strip_release%': 1,
}],
- ],
+ ],
robertshield 2013/12/03 03:26:26 Since this is the only change outside of chrome_el
Cait (Slow) 2013/12/03 19:59:40 I think the was left over from when I had more cha
}], # OS=="mac"
['OS=="mac" or OS=="ios"', {
'variables': {
« no previous file with comments | « no previous file | chrome_elf/chrome_elf.gyp » ('j') | chrome_elf/chrome_elf_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698