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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 444903002: [cros] user_manager component - move UserManagerBase and UserManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/webui/policy_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 }], 3175 }],
3176 ['chromeos==1', { 3176 ['chromeos==1', {
3177 'sources': [ 3177 'sources': [
3178 '<@(chrome_browser_chromeos_sources)', 3178 '<@(chrome_browser_chromeos_sources)',
3179 3179
3180 # This file is generated by GRIT. 3180 # This file is generated by GRIT.
3181 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc', 3181 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc',
3182 ], 3182 ],
3183 'dependencies': [ 3183 'dependencies': [
3184 'browser_chromeos', 3184 'browser_chromeos',
3185 '../components/components.gyp:user_manager',
3185 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 3186 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
3186 ], 3187 ],
3187 }, { # Non-ChromeOS. 3188 }, { # Non-ChromeOS.
3188 'sources': [ '<@(chrome_browser_non_chromeos_sources)' ], 3189 'sources': [ '<@(chrome_browser_non_chromeos_sources)' ],
3189 }], 3190 }],
3190 ['use_cups==1', { 3191 ['use_cups==1', {
3191 'dependencies': [ 3192 'dependencies': [
3192 '../printing/printing.gyp:cups', 3193 '../printing/printing.gyp:cups',
3193 ], 3194 ],
3194 }], 3195 }],
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
3625 'package_name': 'org/chromium/chrome/browser', 3626 'package_name': 'org/chromium/chrome/browser',
3626 'template_deps': ['browser/android/tab_load_status.h'], 3627 'template_deps': ['browser/android/tab_load_status.h'],
3627 }, 3628 },
3628 'includes': [ '../build/android/java_cpp_template.gypi' ], 3629 'includes': [ '../build/android/java_cpp_template.gypi' ],
3629 }, 3630 },
3630 ], 3631 ],
3631 }, 3632 },
3632 ], 3633 ],
3633 ], 3634 ],
3634 } 3635 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698