OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |