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

Unified Diff: build/release.gypi

Issue 1438853002: Remove all .gyp and .gypi files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « build/protoc_java.gypi ('k') | build/repack_action.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/release.gypi
diff --git a/build/release.gypi b/build/release.gypi
deleted file mode 100644
index 9b8b11d20f3a4d3207e40517c3e4511c8ab706f0..0000000000000000000000000000000000000000
--- a/build/release.gypi
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- 'conditions': [
- # Handle build types.
- ['buildtype=="Dev"', {
- 'includes': ['internal/release_impl.gypi'],
- }],
- ['buildtype=="Dev" and incremental_chrome_dll==1', {
- 'msvs_settings': {
- 'VCLinkerTool': {
- # Enable incremental linking and disable conflicting link options:
- # http://msdn.microsoft.com/en-us/library/4khtbfyf.aspx
- 'LinkIncremental': '2',
- 'OptimizeReferences': '1',
- 'EnableCOMDATFolding': '1',
- 'Profile': 'false',
- },
- },
- }],
- ['buildtype=="Official"', {
- 'includes': ['internal/release_impl_official.gypi'],
- }],
- # TODO(bradnelson): may also need:
- # checksenabled
- # coverage
- # dom_stats
- # pgo_instrument
- # pgo_optimize
- ],
-}
« no previous file with comments | « build/protoc_java.gypi ('k') | build/repack_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698