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

Side by Side Diff: BUILD.gn

Issue 2375963006: Move fpdfsdk/fxedit/include to fpdfsdk/fxedit (Closed)
Patch Set: Rebase to master Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_interform.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 "core/fxge/win32/fx_win32_gdipext.cpp", 863 "core/fxge/win32/fx_win32_gdipext.cpp",
864 "core/fxge/win32/fx_win32_print.cpp", 864 "core/fxge/win32/fx_win32_print.cpp",
865 "core/fxge/win32/win32_int.h", 865 "core/fxge/win32/win32_int.h",
866 ] 866 ]
867 configs -= [ "//build/config/win:lean_and_mean" ] 867 configs -= [ "//build/config/win:lean_and_mean" ]
868 } 868 }
869 } 869 }
870 870
871 static_library("fxedit") { 871 static_library("fxedit") {
872 sources = [ 872 sources = [
873 "fpdfsdk/fxedit/fx_edit.h",
873 "fpdfsdk/fxedit/fxet_ap.cpp", 874 "fpdfsdk/fxedit/fxet_ap.cpp",
874 "fpdfsdk/fxedit/fxet_edit.cpp", 875 "fpdfsdk/fxedit/fxet_edit.cpp",
876 "fpdfsdk/fxedit/fxet_edit.h",
875 "fpdfsdk/fxedit/fxet_list.cpp", 877 "fpdfsdk/fxedit/fxet_list.cpp",
876 "fpdfsdk/fxedit/include/fx_edit.h", 878 "fpdfsdk/fxedit/fxet_list.h",
877 "fpdfsdk/fxedit/include/fxet_edit.h",
878 "fpdfsdk/fxedit/include/fxet_list.h",
879 ] 879 ]
880 configs += [ ":pdfium_core_config" ] 880 configs += [ ":pdfium_core_config" ]
881 deps = [ 881 deps = [
882 ":fxcrt", 882 ":fxcrt",
883 ] 883 ]
884 } 884 }
885 885
886 static_library("pdfwindow") { 886 static_library("pdfwindow") {
887 sources = [ 887 sources = [
888 "fpdfsdk/pdfwindow/PWL_Button.cpp", 888 "fpdfsdk/pdfwindow/PWL_Button.cpp",
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 } 1756 }
1757 1757
1758 if (pdf_is_standalone) { 1758 if (pdf_is_standalone) {
1759 source_set("samples") { 1759 source_set("samples") {
1760 testonly = true 1760 testonly = true
1761 deps = [ 1761 deps = [
1762 "//samples", 1762 "//samples",
1763 ] 1763 ]
1764 } 1764 }
1765 } 1765 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_interform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698