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 # There are two sections of sources: | 7 # There are two sections of sources: |
8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
10 | 10 |
(...skipping 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2671 '../components/components.gyp:onc_component', | 2671 '../components/components.gyp:onc_component', |
2672 '../components/components.gyp:password_manager_core_browser', | 2672 '../components/components.gyp:password_manager_core_browser', |
2673 '../components/components.gyp:ui_zoom', | 2673 '../components/components.gyp:ui_zoom', |
2674 '../components/components.gyp:update_client', | 2674 '../components/components.gyp:update_client', |
2675 '../components/components_resources.gyp:components_resources', | 2675 '../components/components_resources.gyp:components_resources', |
2676 '../components/components_strings.gyp:components_strings', | 2676 '../components/components_strings.gyp:components_strings', |
2677 '../content/content.gyp:content_browser', | 2677 '../content/content.gyp:content_browser', |
2678 '../content/content.gyp:content_common', | 2678 '../content/content.gyp:content_common', |
2679 '../crypto/crypto.gyp:crypto', | 2679 '../crypto/crypto.gyp:crypto', |
2680 '../skia/skia.gyp:skia', | 2680 '../skia/skia.gyp:skia', |
| 2681 '../skia/skia.gyp:skia_library', |
2681 '../sync/sync.gyp:sync', | 2682 '../sync/sync.gyp:sync', |
2682 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2683 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
2683 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 2684 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
2684 '../third_party/icu/icu.gyp:icui18n', | 2685 '../third_party/icu/icu.gyp:icui18n', |
2685 '../third_party/icu/icu.gyp:icuuc', | 2686 '../third_party/icu/icu.gyp:icuuc', |
2686 '../third_party/libusb/libusb.gyp:libusb', | 2687 '../third_party/libusb/libusb.gyp:libusb', |
2687 '../third_party/libxml/libxml.gyp:libxml', | 2688 '../third_party/libxml/libxml.gyp:libxml', |
2688 '../third_party/zlib/zlib.gyp:zlib', | 2689 '../third_party/zlib/zlib.gyp:zlib', |
2689 '../ui/accessibility/accessibility.gyp:accessibility', | 2690 '../ui/accessibility/accessibility.gyp:accessibility', |
2690 '../ui/base/ui_base.gyp:ui_base', | 2691 '../ui/base/ui_base.gyp:ui_base', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3129 ], | 3130 ], |
3130 'sources': [ | 3131 'sources': [ |
3131 '<@(chrome_browser_ui_non_mobile_sources)', | 3132 '<@(chrome_browser_ui_non_mobile_sources)', |
3132 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3133 ], | 3134 ], |
3134 }], | 3135 }], |
3135 ], | 3136 ], |
3136 }, | 3137 }, |
3137 ], | 3138 ], |
3138 } | 3139 } |
OLD | NEW |