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 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 2539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2550 'common_net', | 2550 'common_net', |
2551 'in_memory_url_index_cache_proto', | 2551 'in_memory_url_index_cache_proto', |
2552 '../components/components.gyp:auto_login_parser', | 2552 '../components/components.gyp:auto_login_parser', |
2553 '../components/components.gyp:dom_distiller_core', | 2553 '../components/components.gyp:dom_distiller_core', |
2554 '../components/components.gyp:dom_distiller_webui', | 2554 '../components/components.gyp:dom_distiller_webui', |
2555 '../components/components.gyp:feedback_proto', | 2555 '../components/components.gyp:feedback_proto', |
2556 '../components/components.gyp:invalidation', | 2556 '../components/components.gyp:invalidation', |
2557 '../components/components.gyp:omaha_query_params', | 2557 '../components/components.gyp:omaha_query_params', |
2558 '../components/components.gyp:onc_component', | 2558 '../components/components.gyp:onc_component', |
2559 '../components/components.gyp:password_manager_core_browser', | 2559 '../components/components.gyp:password_manager_core_browser', |
| 2560 '../components/components.gyp:user_manager', |
2560 '../components/components_resources.gyp:components_resources', | 2561 '../components/components_resources.gyp:components_resources', |
2561 '../components/components_strings.gyp:components_strings', | 2562 '../components/components_strings.gyp:components_strings', |
2562 '../content/content.gyp:content_browser', | 2563 '../content/content.gyp:content_browser', |
2563 '../content/content.gyp:content_common', | 2564 '../content/content.gyp:content_common', |
2564 '../crypto/crypto.gyp:crypto', | 2565 '../crypto/crypto.gyp:crypto', |
2565 '../skia/skia.gyp:skia', | 2566 '../skia/skia.gyp:skia', |
2566 '../sync/sync.gyp:sync', | 2567 '../sync/sync.gyp:sync', |
2567 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2568 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
2568 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 2569 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
2569 '../third_party/icu/icu.gyp:icui18n', | 2570 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2938 }], | 2939 }], |
2939 ['enable_spellcheck==1', { | 2940 ['enable_spellcheck==1', { |
2940 'dependencies': [ | 2941 'dependencies': [ |
2941 '../third_party/hunspell/hunspell.gyp:hunspell', | 2942 '../third_party/hunspell/hunspell.gyp:hunspell', |
2942 ], | 2943 ], |
2943 }], | 2944 }], |
2944 ], | 2945 ], |
2945 }, | 2946 }, |
2946 ], | 2947 ], |
2947 } | 2948 } |
OLD | NEW |