Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1312213010: PageLoadMetrics renderer and browser implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2771 matching lines...) Expand 10 before | Expand all | Expand 10 after
2782 '<@(chrome_browser_ui_toolbar_model_sources)', 2782 '<@(chrome_browser_ui_toolbar_model_sources)',
2783 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2783 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2784 ], 2784 ],
2785 'dependencies': [ 2785 'dependencies': [
2786 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2786 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2787 'common_net', 2787 'common_net',
2788 'debugger', 2788 'debugger',
2789 'installer_util', 2789 'installer_util',
2790 '../components/components.gyp:app_modal', 2790 '../components/components.gyp:app_modal',
2791 '../components/components.gyp:autofill_content_risk_proto', 2791 '../components/components.gyp:autofill_content_risk_proto',
2792 '../components/components.gyp:page_load_metrics_browser',
2792 '../components/components.gyp:translate_content_common', 2793 '../components/components.gyp:translate_content_common',
2793 '../content/app/resources/content_resources.gyp:content_resources', 2794 '../content/app/resources/content_resources.gyp:content_resources',
2794 '../media/media.gyp:media', 2795 '../media/media.gyp:media',
2795 '../net/net.gyp:net_with_v8', 2796 '../net/net.gyp:net_with_v8',
2796 '../storage/storage_browser.gyp:storage', 2797 '../storage/storage_browser.gyp:storage',
2797 '../storage/storage_common.gyp:storage_common', 2798 '../storage/storage_common.gyp:storage_common',
2798 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2799 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2799 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 2800 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2800 '../third_party/re2/re2.gyp:re2', 2801 '../third_party/re2/re2.gyp:re2',
2801 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2802 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
3196 ], 3197 ],
3197 'sources': [ 3198 'sources': [
3198 '<@(chrome_browser_ui_non_mobile_sources)', 3199 '<@(chrome_browser_ui_non_mobile_sources)',
3199 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3200 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3200 ], 3201 ],
3201 }], 3202 }],
3202 ], 3203 ],
3203 }, 3204 },
3204 ], 3205 ],
3205 } 3206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698