Home | History | Annotate | Download | only in patch
      1 # These files are generated by buildflag_header rule in Chromium.
      2 # Instead, in libchrome, these are checked in.
      3 
      4 --- /dev/null
      5 +++ b/base/allocator/buildflags.h
      6 @@ -0,0 +1,5 @@
      7 +#ifndef BASE_ALLOCATOR_BUILDFLAGS_H_
      8 +#define BASE_ALLOCATOR_BUILDFLAGS_H_
      9 +#include "build/buildflag.h"
     10 +#define BUILDFLAG_INTERNAL_USE_ALLOCATOR_SHIM() (0)
     11 +#endif  // BASE_ALLOCATOR_BUILDFLAGS_H_
     12 --- /dev/null
     13 +++ b/base/android/java/src/org/chromium/base/BuildConfig.java
     14 @@ -0,0 +1,21 @@
     15 +// Copyright 2015 The Chromium Authors. All rights reserved.
     16 +// Use of this source code is governed by a BSD-style license that can be
     17 +// found in the LICENSE file.
     18 +
     19 +package org.chromium.base;
     20 +
     21 +/**
     22 + *  Build configuration. Generated on a per-target basis.
     23 + */
     24 +public class BuildConfig {
     25 +
     26 +
     27 +    public static final String FIREBASE_APP_ID = "";
     28 +
     29 +    public static final boolean DCHECK_IS_ON = false;
     30 +
     31 +    // The ID of the android string resource that stores the product version.
     32 +    // This layer of indirection is necessary to make the resource dependency
     33 +    // optional for android_apk targets/base_java (ex. for cronet).
     34 +    public static final int R_STRING_PRODUCT_VERSION = 0;
     35 +}
     36 --- /dev/null
     37 +++ b/base/cfi_buildflags.h
     38 @@ -0,0 +1,7 @@
     39 +// Generated by build/write_buildflag_header.py
     40 +// From "base_debugging_flags"
     41 +#ifndef BASE_CFI_BUILDFLAGS_H_
     42 +#define BASE_CFI_BUILDFLAGS_H_
     43 +#include "build/buildflag.h"
     44 +#define BUILDFLAG_INTERNAL_CFI_ICALL_CHECK() (0)
     45 +#endif  // BASE_CFI_BUILDFLAGS_H_
     46 --- /dev/null
     47 +++ b/base/debug/debugging_buildflags.h
     48 @@ -0,0 +1,12 @@
     49 +// Generated by build/write_buildflag_header.py
     50 +// From "base_debugging_flags"
     51 +#ifndef BASE_DEBUG_DEBUGGING_FLAGS_H_
     52 +#define BASE_DEBUG_DEBUGGING_FLAGS_H_
     53 +#include "build/buildflag.h"
     54 +#define BUILDFLAG_INTERNAL_ENABLE_PROFILING() (0)
     55 +#define BUILDFLAG_INTERNAL_ENABLE_MEMORY_TASK_PROFILER() (0)
     56 +#define BUILDFLAG_INTERNAL_CAN_UNWIND_WITH_FRAME_POINTERS() (0)
     57 +#define BUILDFLAG_INTERNAL_ENABLE_LOCATION_SOURCE() (0)
     58 +#define BUILDFLAG_INTERNAL_CFI_ENFORCEMENT_TRAP() (0)
     59 +#define BUILDFLAG_INTERNAL_ENABLE_MUTEX_PRIORITY_INHERITANCE() (0)
     60 +#endif  // BASE_DEBUG_DEBUGGING_FLAGS_H_
     61 --- /dev/null
     62 +++ b/base/memory/protected_memory_buildflags.h
     63 @@ -0,0 +1,7 @@
     64 +// Generated by build/write_buildflag_header.py
     65 +// From "base_debugging_flags"
     66 +#ifndef BASE_PROTECTED_MEMORY_BUILDFLAGS_H_
     67 +#define BASE_PROTECTED_MEMORY_BUILDFLAGS_H_
     68 +#include "build/buildflag.h"
     69 +#define BUILDFLAG_INTERNAL_USE_LLD() (0)
     70 +#endif  // BASE_PROTECTED_MEMORY_BUILDFLAGS_H_
     71 --- /dev/null
     72 +++ b/base/synchronization/synchronization_buildflags.h
     73 @@ -0,0 +1,4 @@
     74 +#ifndef BASE_SYNCHRONIZATION_BUILDFLAGS_H_
     75 +#define BASE_SYNCHRONIZATION_BUILDFLAGS_H_
     76 +#include "build/buildflag.h"
     77 +#endif  // BASE_SYNCHRONIZATION_BUILDFLAGS_H_
     78 --- /dev/null
     79 +++ b/ipc/ipc_buildflags.h
     80 @@ -0,0 +1,8 @@
     81 +#ifndef CPP_IPC_BUILDFLAGS_H_
     82 +#define CPP_IPC_BUILDFLAGS_H_
     83 +
     84 +#include <build/buildflag.h>
     85 +
     86 +#define BUILDFLAG_INTERNAL_IPC_MESSAGE_LOG_ENABLED() (0)
     87 +
     88 +#endif // CPP_IPC_BUILDFLAGS_H_
     89 --- /dev/null
     90 +++ b/mojo/public/cpp/bindings/mojo_buildflags.h
     91 @@ -0,0 +1,6 @@
     92 +#ifndef CPP_MOJO_BUILD_FLAGS_H_
     93 +#define CPP_MOJO_BUILD_FLAGS_H_
     94 +
     95 +#include <build/buildflag.h>
     96 +#define BUILDFLAG_INTERNAL_MOJO_TRACE_ENABLED() (0)
     97 +#endif // CPP_MOJO_BUILD_FLAGS_H_
     98