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 3146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3157 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', | 3157 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', |
3158 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 3158 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
3159 ], | 3159 ], |
3160 }], | 3160 }], |
3161 ['OS=="linux" and chromeos==0', { | 3161 ['OS=="linux" and chromeos==0', { |
3162 'dependencies': [ | 3162 'dependencies': [ |
3163 '../build/linux/system.gyp:libspeechd', | 3163 '../build/linux/system.gyp:libspeechd', |
3164 ], | 3164 ], |
3165 }], | 3165 }], |
3166 ['chromeos==1', { | 3166 ['chromeos==1', { |
3167 'sources': [ '<@(chrome_browser_chromeos_sources)' ], | 3167 'sources': [ |
| 3168 '<@(chrome_browser_chromeos_sources)', |
| 3169 |
| 3170 # This file is generated by GRIT. |
| 3171 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r
esources_map.cc', |
| 3172 ], |
3168 'dependencies': [ | 3173 'dependencies': [ |
3169 'browser_chromeos', | 3174 'browser_chromeos', |
| 3175 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
3170 ], | 3176 ], |
3171 }, { # Non-ChromeOS. | 3177 }, { # Non-ChromeOS. |
3172 'sources': [ '<@(chrome_browser_non_chromeos_sources)' ], | 3178 'sources': [ '<@(chrome_browser_non_chromeos_sources)' ], |
3173 }], | 3179 }], |
3174 ['use_cups==1', { | 3180 ['use_cups==1', { |
3175 'dependencies': [ | 3181 'dependencies': [ |
3176 '../printing/printing.gyp:cups', | 3182 '../printing/printing.gyp:cups', |
3177 ], | 3183 ], |
3178 }], | 3184 }], |
3179 ['use_gnome_keyring==1', { | 3185 ['use_gnome_keyring==1', { |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3614 'package_name': 'org/chromium/chrome/browser', | 3620 'package_name': 'org/chromium/chrome/browser', |
3615 'template_deps': ['browser/android/tab_load_status.h'], | 3621 'template_deps': ['browser/android/tab_load_status.h'], |
3616 }, | 3622 }, |
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3623 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3618 }, | 3624 }, |
3619 ], | 3625 ], |
3620 }, | 3626 }, |
3621 ], | 3627 ], |
3622 ], | 3628 ], |
3623 } | 3629 } |
OLD | NEW |