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

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: Addressing comments 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 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/fde_css.cpp", 944 "xfa/fde/css/fde_css.cpp",
945 "xfa/fde/css/fde_css.h", 945 "xfa/fde/css/fde_css.h",
946 "xfa/fde/css/fde_csscache.cpp", 946 "xfa/fde/css/fde_csscache.cpp",
947 "xfa/fde/css/fde_csscache.h", 947 "xfa/fde/css/fde_csscache.h",
948 "xfa/fde/css/fde_cssdatatable.cpp", 948 "xfa/fde/css/fde_cssdatatable.cpp",
949 "xfa/fde/css/fde_cssdatatable.h", 949 "xfa/fde/css/fde_cssdatatable.h",
950 "xfa/fde/css/fde_cssdeclaration.cpp", 950 "xfa/fde/css/fde_cssdeclaration.cpp",
951 "xfa/fde/css/fde_cssdeclaration.h", 951 "xfa/fde/css/fde_cssdeclaration.h",
952 "xfa/fde/css/cfde_cssrulecollection.cpp",
dsinclair 2016/07/20 17:08:54 Sorted order. Running 'git cl format' should sort
npm_g 2016/07/20 17:17:01 Done.
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",
954 "xfa/fde/css/fde_cssstylesheet.cpp", 955 "xfa/fde/css/fde_cssstylesheet.cpp",
955 "xfa/fde/css/fde_cssstylesheet.h", 956 "xfa/fde/css/fde_cssstylesheet.h",
956 "xfa/fde/css/fde_csssyntax.cpp", 957 "xfa/fde/css/fde_csssyntax.cpp",
957 "xfa/fde/css/fde_csssyntax.h", 958 "xfa/fde/css/fde_csssyntax.h",
958 "xfa/fde/fde_gedevice.cpp", 959 "xfa/fde/fde_gedevice.cpp",
959 "xfa/fde/fde_geobject.h", 960 "xfa/fde/fde_geobject.h",
960 "xfa/fde/fde_iterator.cpp", 961 "xfa/fde/fde_iterator.cpp",
961 "xfa/fde/fde_iterator.h", 962 "xfa/fde/fde_iterator.h",
(...skipping 622 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