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

Side by Side Diff: BUILD.gn

Issue 1844073003: Make StringData a templated class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Re-rebase Created 4 years, 8 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/fxcrt/cfx_string_data_template.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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 if (is_clang) { 581 if (is_clang) {
582 cflags = [ 582 cflags = [
583 # http://code.google.com/p/pdfium/issues/detail?id=188 583 # http://code.google.com/p/pdfium/issues/detail?id=188
584 "-Wno-switch", 584 "-Wno-switch",
585 ] 585 ]
586 } 586 }
587 } 587 }
588 588
589 static_library("fxcrt") { 589 static_library("fxcrt") {
590 sources = [ 590 sources = [
591 "core/fxcrt/cfx_string_data_template.h",
591 "core/fxcrt/extension.h", 592 "core/fxcrt/extension.h",
592 "core/fxcrt/fx_basic_array.cpp", 593 "core/fxcrt/fx_basic_array.cpp",
593 "core/fxcrt/fx_basic_bstring.cpp", 594 "core/fxcrt/fx_basic_bstring.cpp",
594 "core/fxcrt/fx_basic_buffer.cpp", 595 "core/fxcrt/fx_basic_buffer.cpp",
595 "core/fxcrt/fx_basic_coords.cpp", 596 "core/fxcrt/fx_basic_coords.cpp",
596 "core/fxcrt/fx_basic_gcc.cpp", 597 "core/fxcrt/fx_basic_gcc.cpp",
597 "core/fxcrt/fx_basic_list.cpp", 598 "core/fxcrt/fx_basic_list.cpp",
598 "core/fxcrt/fx_basic_memmgr.cpp", 599 "core/fxcrt/fx_basic_memmgr.cpp",
599 "core/fxcrt/fx_basic_plex.cpp", 600 "core/fxcrt/fx_basic_plex.cpp",
600 "core/fxcrt/fx_basic_utf.cpp", 601 "core/fxcrt/fx_basic_utf.cpp",
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 "//v8:v8_libplatform", 1674 "//v8:v8_libplatform",
1674 ] 1675 ]
1675 include_dirs += [ 1676 include_dirs += [
1676 "//v8", 1677 "//v8",
1677 "//v8/include", 1678 "//v8/include",
1678 ] 1679 ]
1679 configs += [ "//v8:external_startup_data" ] 1680 configs += [ "//v8:external_startup_data" ]
1680 } 1681 }
1681 configs += [ ":pdfium_config" ] 1682 configs += [ ":pdfium_config" ]
1682 } 1683 }
OLDNEW
« no previous file with comments | « no previous file | core/fxcrt/cfx_string_data_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698