| Index: chrome/chrome_dll_bundle.gypi
|
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
|
| index 18996b9b76539f3b10b778afff3c8638e795d45a..a938500e5325c851de4897f6b076994acad50071 100644
|
| --- a/chrome/chrome_dll_bundle.gypi
|
| +++ b/chrome/chrome_dll_bundle.gypi
|
| @@ -101,14 +101,8 @@
|
| },
|
| ],
|
| 'variables': {
|
| - 'conditions': [
|
| - ['branding=="Chrome"', {
|
| - 'theme_dir_name': 'google_chrome',
|
| - }, { # else: 'branding!="Chrome"
|
| - 'theme_dir_name': 'chromium',
|
| - }],
|
| - ],
|
| 'libpeer_target_type%': 'static_library',
|
| + 'theme_dir_name': '<(branding_path_component)',
|
| },
|
| 'postbuilds': [
|
| {
|
|
|