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

Unified Diff: chrome/chrome_dll_bundle.gypi

Issue 1114453002: use 'branding_path_component' to simplify branding in chrome directory - part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/crash_service/caps/caps.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/crash_service/caps/caps.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698