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

Side by Side Diff: third_party/BUILD.gn

Issue 2386273004: Add ptr_util.h from base until std::make_unique<> available (Closed)
Patch Set: 2016 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 | « testing/js_embedder_test.cpp ('k') | third_party/base/ptr_util.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 2014 PDFium Authors. All rights reserved. 1 # Copyright 2014 PDFium 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/config/arm.gni") 5 import("//build/config/arm.gni")
6 import("//build_overrides/build.gni") 6 import("//build_overrides/build.gni")
7 import("../pdfium.gni") 7 import("../pdfium.gni")
8 8
9 group("third_party") { 9 group("third_party") {
10 deps = [ 10 deps = [
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "//build/config/compiler:no_chromium_code", 473 "//build/config/compiler:no_chromium_code",
474 ":pdfium_third_party_config", 474 ":pdfium_third_party_config",
475 ] 475 ]
476 sources = [ 476 sources = [
477 "base/logging.h", 477 "base/logging.h",
478 "base/macros.h", 478 "base/macros.h",
479 "base/numerics/safe_conversions.h", 479 "base/numerics/safe_conversions.h",
480 "base/numerics/safe_conversions_impl.h", 480 "base/numerics/safe_conversions_impl.h",
481 "base/numerics/safe_math.h", 481 "base/numerics/safe_math.h",
482 "base/numerics/safe_math_impl.h", 482 "base/numerics/safe_math_impl.h",
483 "base/ptr_util.h",
483 "base/stl_util.h", 484 "base/stl_util.h",
484 ] 485 ]
485 } 486 }
OLDNEW
« no previous file with comments | « testing/js_embedder_test.cpp ('k') | third_party/base/ptr_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698