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

Unified Diff: third_party/WebKit/Source/modules/modules_generated.gyp

Issue 2319623003: Reorganize Blink IDL build, delete obsolete GYP files. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/modules/modules_generated.gyp
diff --git a/third_party/WebKit/Source/modules/modules_generated.gyp b/third_party/WebKit/Source/modules/modules_generated.gyp
deleted file mode 100644
index e0b2045f35d2b7da437f2c6c07e691e3cffc5db8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/modules/modules_generated.gyp
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-{
- 'includes': [
- 'modules_generated.gypi',
- '../bindings/scripts/scripts.gypi',
- '../build/features.gypi',
- '../build/scripts/scripts.gypi',
- ],
- 'targets': [
- {
- # GN version: //third_party/WebKit/Source/modules:make_modules_generated
- 'target_name': 'make_modules_generated',
- 'type': 'none',
- 'hard_dependency': 1,
- 'dependencies': [
- '../bindings/modules/generated.gyp:modules_event_generated',
- '../config.gyp:config',
- ],
- 'actions': [
- {
- 'action_name': 'IndexedDBNames',
- 'inputs': [
- '<@(make_names_files)',
- 'indexeddb/IndexedDBNames.in',
- ],
- 'outputs': [
- '<(blink_modules_output_dir)/IndexedDBNames.cpp',
- '<(blink_modules_output_dir)/IndexedDBNames.h',
- ],
- 'action': [
- 'python',
- '../build/scripts/make_names.py',
- 'indexeddb/IndexedDBNames.in',
- '--output_dir',
- '<(blink_modules_output_dir)',
- ],
- },
- ],
- },
- ],
-}
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/modules_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698