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 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2789 '<@(chrome_browser_ui_toolbar_model_sources)', | 2789 '<@(chrome_browser_ui_toolbar_model_sources)', |
2790 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', | 2790 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', |
2791 ], | 2791 ], |
2792 'dependencies': [ | 2792 'dependencies': [ |
2793 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2793 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2794 'common_net', | 2794 'common_net', |
2795 'debugger', | 2795 'debugger', |
2796 'installer_util', | 2796 'installer_util', |
2797 '../components/components.gyp:app_modal', | 2797 '../components/components.gyp:app_modal', |
2798 '../components/components.gyp:autofill_content_risk_proto', | 2798 '../components/components.gyp:autofill_content_risk_proto', |
| 2799 '../components/components.gyp:page_load_metrics_browser', |
2799 '../components/components.gyp:translate_content_common', | 2800 '../components/components.gyp:translate_content_common', |
2800 '../content/app/resources/content_resources.gyp:content_resources', | 2801 '../content/app/resources/content_resources.gyp:content_resources', |
2801 '../media/media.gyp:media', | 2802 '../media/media.gyp:media', |
2802 '../net/net.gyp:net_with_v8', | 2803 '../net/net.gyp:net_with_v8', |
2803 '../storage/storage_browser.gyp:storage', | 2804 '../storage/storage_browser.gyp:storage', |
2804 '../storage/storage_common.gyp:storage_common', | 2805 '../storage/storage_common.gyp:storage_common', |
2805 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2806 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2806 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 2807 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
2807 '../third_party/re2/re2.gyp:re2', | 2808 '../third_party/re2/re2.gyp:re2', |
2808 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 2809 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3203 ], | 3204 ], |
3204 'sources': [ | 3205 'sources': [ |
3205 '<@(chrome_browser_ui_non_mobile_sources)', | 3206 '<@(chrome_browser_ui_non_mobile_sources)', |
3206 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3207 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3207 ], | 3208 ], |
3208 }], | 3209 }], |
3209 ], | 3210 ], |
3210 }, | 3211 }, |
3211 ], | 3212 ], |
3212 } | 3213 } |
OLD | NEW |