1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'pdfsqueeze',
11 '../../third_party/pdfsqueeze/pdfsqueeze.m',
14 # Use defines to map the full path names that will be used for
15 # the vars into the short forms expected by pdfsqueeze.m.
16 '______third_party_pdfsqueeze_ApplyGenericRGB_qfilter=ApplyGenericRGB_qfilter',
17 '______third_party_pdfsqueeze_ApplyGenericRGB_qfilter_len=ApplyGenericRGB_qfilter_len',
20 '<(INTERMEDIATE_DIR)',
23 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
24 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
28 'action_name': 'Generate inline filter data',
30 '../../third_party/pdfsqueeze/ApplyGenericRGB.qfilter',
33 '<(INTERMEDIATE_DIR)/ApplyGenericRGB.h',
35 'action': ['xxd', '-i', '<@(_inputs)', '<@(_outputs)'],