| 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 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3158 }], | 3158 }], |
| 3159 ['chromeos==1', { | 3159 ['chromeos==1', { |
| 3160 'sources': [ | 3160 'sources': [ |
| 3161 '<@(chrome_browser_chromeos_sources)', | 3161 '<@(chrome_browser_chromeos_sources)', |
| 3162 | 3162 |
| 3163 # This file is generated by GRIT. | 3163 # This file is generated by GRIT. |
| 3164 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r
esources_map.cc', | 3164 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r
esources_map.cc', |
| 3165 ], | 3165 ], |
| 3166 'dependencies': [ | 3166 'dependencies': [ |
| 3167 'browser_chromeos', | 3167 'browser_chromeos', |
| 3168 '../components/components.gyp:user_manager', |
| 3168 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 3169 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 3169 ], | 3170 ], |
| 3170 }, { # Non-ChromeOS. | 3171 }, { # Non-ChromeOS. |
| 3171 'sources': [ '<@(chrome_browser_non_chromeos_sources)' ], | 3172 'sources': [ '<@(chrome_browser_non_chromeos_sources)' ], |
| 3172 }], | 3173 }], |
| 3173 ['use_cups==1', { | 3174 ['use_cups==1', { |
| 3174 'dependencies': [ | 3175 'dependencies': [ |
| 3175 '../printing/printing.gyp:cups', | 3176 '../printing/printing.gyp:cups', |
| 3176 ], | 3177 ], |
| 3177 }], | 3178 }], |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3607 'package_name': 'org/chromium/chrome/browser', | 3608 'package_name': 'org/chromium/chrome/browser', |
| 3608 'template_deps': ['browser/android/tab_load_status.h'], | 3609 'template_deps': ['browser/android/tab_load_status.h'], |
| 3609 }, | 3610 }, |
| 3610 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3611 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3611 }, | 3612 }, |
| 3612 ], | 3613 ], |
| 3613 }, | 3614 }, |
| 3614 ], | 3615 ], |
| 3615 ], | 3616 ], |
| 3616 } | 3617 } |
| OLD | NEW |