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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 379803004: Move UserInfo to user_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/frame/system_menu_model_builder.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after
2673 'dependencies': [ 2673 'dependencies': [
2674 'safe_browsing_chunk_proto', 2674 'safe_browsing_chunk_proto',
2675 'safe_browsing_proto', 2675 'safe_browsing_proto',
2676 'safe_browsing_report_proto', 2676 'safe_browsing_report_proto',
2677 ], 2677 ],
2678 }], 2678 }],
2679 ['chromeos==1', { 2679 ['chromeos==1', {
2680 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2680 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2681 'dependencies': [ 2681 'dependencies': [
2682 'browser_chromeos', 2682 'browser_chromeos',
2683 '../components/components.gyp:user_manager',
2683 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 2684 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
2684 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 2685 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
2685 ], 2686 ],
2686 }, { 2687 }, {
2687 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ], 2688 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ],
2688 }], 2689 }],
2689 ['use_cups==1', { 2690 ['use_cups==1', {
2690 'dependencies': [ 2691 'dependencies': [
2691 '../printing/printing.gyp:cups', 2692 '../printing/printing.gyp:cups',
2692 ], 2693 ],
2693 }], 2694 }],
2694 ['use_ash==1', { 2695 ['use_ash==1', {
2695 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 2696 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
2696 'dependencies': [ 2697 'dependencies': [
2697 '../ash/ash.gyp:ash', 2698 '../ash/ash.gyp:ash',
2698 '../ash/ash.gyp:ash_with_content', 2699 '../ash/ash.gyp:ash_with_content',
2699 '../ash/ash_strings.gyp:ash_strings', 2700 '../ash/ash_strings.gyp:ash_strings',
2701 '../components/components.gyp:user_manager',
2700 ], 2702 ],
2701 'conditions': [ 2703 'conditions': [
2702 ['chromeos == 0', { 2704 ['chromeos == 0', {
2703 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ], 2705 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ],
2704 }], 2706 }],
2705 ], 2707 ],
2706 }, { # use_ash==0 2708 }, { # use_ash==0
2707 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], 2709 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],
2708 }], 2710 }],
2709 ['toolkit_views==1', { 2711 ['toolkit_views==1', {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 }], 2943 }],
2942 ['enable_spellcheck==1', { 2944 ['enable_spellcheck==1', {
2943 'dependencies': [ 2945 'dependencies': [
2944 '../third_party/hunspell/hunspell.gyp:hunspell', 2946 '../third_party/hunspell/hunspell.gyp:hunspell',
2945 ], 2947 ],
2946 }], 2948 }],
2947 ], 2949 ],
2948 }, 2950 },
2949 ], 2951 ],
2950 } 2952 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/system_menu_model_builder.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698