diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 08:56:45 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 08:56:45 +0000 |
commit | 791638c6c86e2f1251b4764fa32e4ba3b636b8ee (patch) | |
tree | d2c0eab320ec20fdb36d0a8537b2f433a621f5b0 /build/build_config.h | |
parent | 6e937e4c493861b65cbcc9e5903ccecbcc2918b1 (diff) | |
download | chromium_src-791638c6c86e2f1251b4764fa32e4ba3b636b8ee.zip chromium_src-791638c6c86e2f1251b4764fa32e4ba3b636b8ee.tar.gz chromium_src-791638c6c86e2f1251b4764fa32e4ba3b636b8ee.tar.bz2 |
Revert of https://chromiumcodereview.appspot.com/103293003/
Reason for revert: http://goo.gl/3ufXOJ
TBR=rsesek@chromium.org,willchan@chromium.org,darin@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/108013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/build_config.h')
-rw-r--r-- | build/build_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/build_config.h b/build/build_config.h index ed551f7..143cf3e 100644 --- a/build/build_config.h +++ b/build/build_config.h @@ -10,9 +10,6 @@ // Processor: // ARCH_CPU_X86 / ARCH_CPU_X86_64 / ARCH_CPU_X86_FAMILY (X86 or X86_64) // ARCH_CPU_32_BITS / ARCH_CPU_64_BITS -// -// If an #ifdef is not strictly necessary, please consider using -// build/build_config_functions.h instead. #ifndef BUILD_BUILD_CONFIG_H_ #define BUILD_BUILD_CONFIG_H_ |