From dcab8cffd0b8368cd2aae7aadc6b0b437166f89f Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 12 Oct 2018 18:39:56 +0000 Subject: Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk. Change-Id: I3500ab9a9bbf0ec983e02dd4b739c9b199d71e21 Reviewed-on: https://pdfium-review.googlesource.com/c/43943 Commit-Queue: Lei Zhang Reviewed-by: Henrique Nakashima --- fpdfsdk/pwl/BUILD.gn | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 fpdfsdk/pwl/BUILD.gn (limited to 'fpdfsdk/pwl') diff --git a/fpdfsdk/pwl/BUILD.gn b/fpdfsdk/pwl/BUILD.gn new file mode 100644 index 0000000000..47cfce7bb9 --- /dev/null +++ b/fpdfsdk/pwl/BUILD.gn @@ -0,0 +1,48 @@ +# Copyright 2018 The PDFium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import("//build/config/jumbo.gni") +import("../../pdfium.gni") + +jumbo_source_set("pwl") { + sources = [ + "cpwl_appstream.cpp", + "cpwl_appstream.h", + "cpwl_button.cpp", + "cpwl_button.h", + "cpwl_caret.cpp", + "cpwl_caret.h", + "cpwl_combo_box.cpp", + "cpwl_combo_box.h", + "cpwl_edit.cpp", + "cpwl_edit.h", + "cpwl_edit_ctrl.cpp", + "cpwl_edit_ctrl.h", + "cpwl_edit_impl.cpp", + "cpwl_edit_impl.h", + "cpwl_font_map.cpp", + "cpwl_font_map.h", + "cpwl_icon.cpp", + "cpwl_icon.h", + "cpwl_list_box.cpp", + "cpwl_list_box.h", + "cpwl_list_impl.cpp", + "cpwl_list_impl.h", + "cpwl_scroll_bar.cpp", + "cpwl_scroll_bar.h", + "cpwl_special_button.cpp", + "cpwl_special_button.h", + "cpwl_timer.cpp", + "cpwl_timer.h", + "cpwl_timer_handler.cpp", + "cpwl_timer_handler.h", + "cpwl_wnd.cpp", + "cpwl_wnd.h", + ] + configs += [ "../../:pdfium_core_config" ] + deps = [ + "../../:fxcrt", + ] + visibility = [ "../../*" ] +} -- cgit v1.2.3