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

Unified Diff: tools/ipc_fuzzer/message_lib/message_lib.gyp

Issue 2331893004: Remove GYP files in breakpad, build, and tools. (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
« no previous file with comments | « tools/ipc_fuzzer/message_dump/message_dump.gyp ('k') | tools/ipc_fuzzer/message_replay/message_replay.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_lib/message_lib.gyp
diff --git a/tools/ipc_fuzzer/message_lib/message_lib.gyp b/tools/ipc_fuzzer/message_lib/message_lib.gyp
deleted file mode 100644
index da6ddd2c9396bd66f7c2599f460448d32f3d19e9..0000000000000000000000000000000000000000
--- a/tools/ipc_fuzzer/message_lib/message_lib.gyp
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2013 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- 'message_lib_deps': [
- '../../../base/base.gyp:base',
- '../../../chrome/chrome.gyp:common',
- '../../../chrome/chrome.gyp:safe_browsing_proto',
- '../../../components/components.gyp:content_settings_content_common',
- '../../../components/components.gyp:network_hints_common',
- '../../../components/components.gyp:pdf_common',
- '../../../components/nacl.gyp:nacl_common',
- '../../../content/content.gyp:content_child',
- '../../../ipc/ipc.gyp:ipc',
- '../../../media/cast/cast.gyp:cast_net',
- '../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
- '../../../skia/skia.gyp:skia',
- '../../../third_party/libjingle/libjingle.gyp:libjingle',
- '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
- '../../../third_party/WebKit/public/blink.gyp:blink',
- '../../../third_party/WebKit/public/blink_headers.gyp:blink_headers',
- '../../../ui/accessibility/accessibility.gyp:ax_gen',
- ],
- },
- 'targets': [
- {
- 'target_name': 'ipc_message_lib',
- 'type': 'static_library',
- 'dependencies': [
- '<@(message_lib_deps)',
- ],
- 'export_dependent_settings': [
- '<@(message_lib_deps)',
- ],
- 'sources': [
- 'all_messages.h',
- 'message_cracker.h',
- 'message_file.h',
- 'message_file_format.h',
- 'message_file_reader.cc',
- 'message_file_writer.cc',
- 'message_names.cc',
- 'message_names.h',
- ],
- 'include_dirs': [
- '../../..',
- ],
- 'defines': [
- 'USE_CUPS',
- ],
- },
- ],
-}
« no previous file with comments | « tools/ipc_fuzzer/message_dump/message_dump.gyp ('k') | tools/ipc_fuzzer/message_replay/message_replay.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698