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

Side by Side Diff: BUILD.gn

Issue 1722873002: Remove many _CAPS structure names. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Nits. Created 4 years, 10 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 | core/include/fxcodec/fx_codec.h » ('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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h", 1347 "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h",
1348 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp", 1348 "xfa/src/fxfa/src/fm2js/xfa_fmparse.cpp",
1349 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h", 1349 "xfa/src/fxfa/src/fm2js/xfa_fmparse.h",
1350 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp", 1350 "xfa/src/fxfa/src/fm2js/xfa_lexer.cpp",
1351 "xfa/src/fxfa/src/fm2js/xfa_lexer.h", 1351 "xfa/src/fxfa/src/fm2js/xfa_lexer.h",
1352 "xfa/src/fxfa/src/fm2js/xfa_program.cpp", 1352 "xfa/src/fxfa/src/fm2js/xfa_program.cpp",
1353 "xfa/src/fxfa/src/fm2js/xfa_program.h", 1353 "xfa/src/fxfa/src/fm2js/xfa_program.h",
1354 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp", 1354 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.cpp",
1355 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h", 1355 "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h",
1356 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp", 1356 "xfa/src/fxfa/src/parser/xfa_basic_data.cpp",
1357 "xfa/src/fxfa/src/parser/xfa_basic_data.h",
1357 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp", 1358 "xfa/src/fxfa/src/parser/xfa_basic_imp.cpp",
1358 "xfa/src/fxfa/src/parser/xfa_basic_imp.h", 1359 "xfa/src/fxfa/src/parser/xfa_basic_imp.h",
1359 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp", 1360 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.cpp",
1360 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h", 1361 "xfa/src/fxfa/src/parser/xfa_document_datadescription_imp.h",
1361 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp", 1362 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.cpp",
1362 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h", 1363 "xfa/src/fxfa/src/parser/xfa_document_datamerger_imp.h",
1363 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp", 1364 "xfa/src/fxfa/src/parser/xfa_document_imp.cpp",
1364 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp", 1365 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.cpp",
1365 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h", 1366 "xfa/src/fxfa/src/parser/xfa_document_layout_imp.h",
1366 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp", 1367 "xfa/src/fxfa/src/parser/xfa_document_serialize.cpp",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 "//v8:v8_libplatform", 1515 "//v8:v8_libplatform",
1515 ] 1516 ]
1516 include_dirs += [ 1517 include_dirs += [
1517 "//v8", 1518 "//v8",
1518 "//v8/include", 1519 "//v8/include",
1519 ] 1520 ]
1520 configs += [ "//v8:external_startup_data" ] 1521 configs += [ "//v8:external_startup_data" ]
1521 } 1522 }
1522 configs += [ ":pdfium_config" ] 1523 configs += [ ":pdfium_config" ]
1523 } 1524 }
OLDNEW
« no previous file with comments | « no previous file | core/include/fxcodec/fx_codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698