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

Side by Side Diff: BUILD.gn

Issue 2166833002: Move CSSRuleCollection class to its own file (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Ran git cl format manually Created 4 years, 5 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 | xfa.gyp » ('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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 "xfa/fde/cfde_txtedtpage.cpp", 934 "xfa/fde/cfde_txtedtpage.cpp",
935 "xfa/fde/cfde_txtedtpage.h", 935 "xfa/fde/cfde_txtedtpage.h",
936 "xfa/fde/cfde_txtedtparag.cpp", 936 "xfa/fde/cfde_txtedtparag.cpp",
937 "xfa/fde/cfde_txtedtparag.h", 937 "xfa/fde/cfde_txtedtparag.h",
938 "xfa/fde/cfde_txtedttextset.cpp", 938 "xfa/fde/cfde_txtedttextset.cpp",
939 "xfa/fde/cfde_txtedttextset.h", 939 "xfa/fde/cfde_txtedttextset.h",
940 "xfa/fde/cfx_chariter.cpp", 940 "xfa/fde/cfx_chariter.cpp",
941 "xfa/fde/cfx_chariter.h", 941 "xfa/fde/cfx_chariter.h",
942 "xfa/fde/cfx_wordbreak.cpp", 942 "xfa/fde/cfx_wordbreak.cpp",
943 "xfa/fde/cfx_wordbreak.h", 943 "xfa/fde/cfx_wordbreak.h",
944 "xfa/fde/css/cfde_cssrulecollection.cpp",
944 "xfa/fde/css/fde_css.cpp", 945 "xfa/fde/css/fde_css.cpp",
945 "xfa/fde/css/fde_css.h", 946 "xfa/fde/css/fde_css.h",
946 "xfa/fde/css/fde_csscache.cpp", 947 "xfa/fde/css/fde_csscache.cpp",
947 "xfa/fde/css/fde_csscache.h", 948 "xfa/fde/css/fde_csscache.h",
948 "xfa/fde/css/fde_cssdatatable.cpp", 949 "xfa/fde/css/fde_cssdatatable.cpp",
949 "xfa/fde/css/fde_cssdatatable.h", 950 "xfa/fde/css/fde_cssdatatable.h",
950 "xfa/fde/css/fde_cssdeclaration.cpp", 951 "xfa/fde/css/fde_cssdeclaration.cpp",
951 "xfa/fde/css/fde_cssdeclaration.h", 952 "xfa/fde/css/fde_cssdeclaration.h",
952 "xfa/fde/css/fde_cssstyleselector.cpp", 953 "xfa/fde/css/fde_cssstyleselector.cpp",
953 "xfa/fde/css/fde_cssstyleselector.h", 954 "xfa/fde/css/fde_cssstyleselector.h",
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 } 1585 }
1585 1586
1586 if (pdf_is_standalone) { 1587 if (pdf_is_standalone) {
1587 source_set("samples") { 1588 source_set("samples") {
1588 testonly = true 1589 testonly = true
1589 deps = [ 1590 deps = [
1590 "//samples", 1591 "//samples",
1591 ] 1592 ]
1592 } 1593 }
1593 } 1594 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698