OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
8 # 'branding_dir' is set in the 'conditions' section at the bottom. | 8 # 'branding_dir' is set in the 'conditions' section at the bottom. |
9 }, | 9 }, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 'variables': { | 910 'variables': { |
911 'branding_dir': 'app/theme/google_chrome', | 911 'branding_dir': 'app/theme/google_chrome', |
912 }, | 912 }, |
913 }, { # else branding!="Chrome" | 913 }, { # else branding!="Chrome" |
914 'variables': { | 914 'variables': { |
915 'branding_dir': 'app/theme/chromium', | 915 'branding_dir': 'app/theme/chromium', |
916 }, | 916 }, |
917 }], | 917 }], |
918 ], | 918 ], |
919 } | 919 } |
920 | |
921 # Local Variables: | |
922 # tab-width:2 | |
923 # indent-tabs-mode:nil | |
924 # End: | |
925 # vim: set expandtab tabstop=2 shiftwidth=2: | |
OLD | NEW |