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 3732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3743 '../components/components.gyp:storage_monitor', | 3743 '../components/components.gyp:storage_monitor', |
3744 '../components/components.gyp:web_modal', | 3744 '../components/components.gyp:web_modal', |
3745 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3745 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3746 ], | 3746 ], |
3747 'sources': [ | 3747 'sources': [ |
3748 '<@(chrome_browser_android_sources)', | 3748 '<@(chrome_browser_android_sources)', |
3749 ], | 3749 ], |
3750 'conditions': [ | 3750 'conditions': [ |
3751 ['android_java_ui==1', { | 3751 ['android_java_ui==1', { |
3752 'dependencies': [ | 3752 'dependencies': [ |
| 3753 '../components/components.gyp:browsing_data_ui', |
3753 '../components/components.gyp:data_usage_android', | 3754 '../components/components.gyp:data_usage_android', |
3754 '../components/components.gyp:offline_pages', | 3755 '../components/components.gyp:offline_pages', |
3755 '../components/components.gyp:precache_content', | 3756 '../components/components.gyp:precache_content', |
3756 '../components/components.gyp:precache_core', | 3757 '../components/components.gyp:precache_core', |
3757 '../components/components.gyp:security_state', | 3758 '../components/components.gyp:security_state', |
3758 '../components/components.gyp:service_tab_launcher', | 3759 '../components/components.gyp:service_tab_launcher', |
3759 '../components/components.gyp:toolbar', | 3760 '../components/components.gyp:toolbar', |
3760 '../components/components.gyp:web_contents_delegate_android', | 3761 '../components/components.gyp:web_contents_delegate_android', |
3761 'chrome_browser_jni_headers', | 3762 'chrome_browser_jni_headers', |
3762 'client_discourse_context_proto', | 3763 'client_discourse_context_proto', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4201 '../components/components.gyp:rlz', | 4202 '../components/components.gyp:rlz', |
4202 '../components/components.gyp:search_engines', | 4203 '../components/components.gyp:search_engines', |
4203 '../rlz/rlz.gyp:rlz_lib', | 4204 '../rlz/rlz.gyp:rlz_lib', |
4204 'common', | 4205 'common', |
4205 ], | 4206 ], |
4206 }, | 4207 }, |
4207 ], | 4208 ], |
4208 }], | 4209 }], |
4209 ], | 4210 ], |
4210 } | 4211 } |
OLD | NEW |