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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 355233002: Fix build when ENABLE_MANAGED_USERS is not defined (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2897 matching lines...) Expand 10 before | Expand all | Expand 10 after
2908 'dependencies': [ 2908 'dependencies': [
2909 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put', 2909 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put',
2910 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put_strings', 2910 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put_strings',
2911 ], 2911 ],
2912 }], 2912 }],
2913 ], 2913 ],
2914 }], 2914 }],
2915 ['enable_google_now==1 and OS!="android"', { 2915 ['enable_google_now==1 and OS!="android"', {
2916 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ], 2916 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ],
2917 }], 2917 }],
2918 ['enable_managed_users==0', {
2919 'sources!': [
2920 'browser/ui/webui/options/managed_user_create_confirm_handler.cc',
2921 'browser/ui/webui/options/managed_user_create_confirm_handler.h',
2922 'browser/ui/webui/options/managed_user_import_handler.cc',
2923 'browser/ui/webui/options/managed_user_import_handler.h',
2924 'browser/ui/webui/options/managed_user_learn_more_handler.cc',
2925 'browser/ui/webui/options/managed_user_learn_more_handler.h',
2926 ],
2927 }],
2918 ['enable_webrtc==1', { 2928 ['enable_webrtc==1', {
2919 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], 2929 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ],
2920 }], 2930 }],
2921 ['enable_service_discovery==1', { 2931 ['enable_service_discovery==1', {
2922 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ], 2932 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ],
2923 }], 2933 }],
2924 ], 2934 ],
2925 }, 2935 },
2926 ], 2936 ],
2927 } 2937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698