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

Unified Diff: chrome/chrome_elf.gypi

Issue 53793002: Initial implementation of Chrome Early Loading Framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
Index: chrome/chrome_elf.gypi
diff --git a/chrome/chrome_elf.gypi b/chrome/chrome_elf.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..9de0665efb214801281c7de0a5fc0a48af9cb249
--- /dev/null
+++ b/chrome/chrome_elf.gypi
@@ -0,0 +1,17 @@
+{
+
+ 'targets': [
+ {
+ 'target_name': 'chrome_elf',
+ 'type': 'shared_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'chrome_elf/chrome_elf.def',
+ 'chrome_elf/chrome_elf_main.cc',
+ 'chrome_elf/chrome_elf_main.h',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698