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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1303973009: [DO NOT COMMIT] Re-use the dafsa code for s-w-r histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct the build files. Created 5 years, 1 month 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 2830 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 '../components/components.gyp:app_modal', 2841 '../components/components.gyp:app_modal',
2842 '../components/components.gyp:autofill_content_risk_proto', 2842 '../components/components.gyp:autofill_content_risk_proto',
2843 '../components/components.gyp:crash_core_browser', 2843 '../components/components.gyp:crash_core_browser',
2844 '../components/components.gyp:flags_ui', 2844 '../components/components.gyp:flags_ui',
2845 '../components/components.gyp:net_log', 2845 '../components/components.gyp:net_log',
2846 '../components/components.gyp:page_load_metrics_browser', 2846 '../components/components.gyp:page_load_metrics_browser',
2847 '../components/components.gyp:translate_content_common', 2847 '../components/components.gyp:translate_content_common',
2848 '../content/app/resources/content_resources.gyp:content_resources', 2848 '../content/app/resources/content_resources.gyp:content_resources',
2849 '../media/media.gyp:media', 2849 '../media/media.gyp:media',
2850 '../net/net.gyp:net_with_v8', 2850 '../net/net.gyp:net_with_v8',
2851 '../net/net.gyp:swr_histogram_domains',
2851 '../storage/storage_browser.gyp:storage', 2852 '../storage/storage_browser.gyp:storage',
2852 '../storage/storage_common.gyp:storage_common', 2853 '../storage/storage_common.gyp:storage_common',
2853 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2854 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2854 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 2855 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2855 '../third_party/re2/re2.gyp:re2', 2856 '../third_party/re2/re2.gyp:re2',
2856 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2857 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
2857 '../ui/compositor/compositor.gyp:compositor', 2858 '../ui/compositor/compositor.gyp:compositor',
2858 '../ui/native_theme/native_theme.gyp:native_theme', 2859 '../ui/native_theme/native_theme.gyp:native_theme',
2859 '../ui/surface/surface.gyp:surface', 2860 '../ui/surface/surface.gyp:surface',
2860 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2861 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 ], 3250 ],
3250 'sources': [ 3251 'sources': [
3251 '<@(chrome_browser_ui_non_mobile_sources)', 3252 '<@(chrome_browser_ui_non_mobile_sources)',
3252 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3253 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3253 ], 3254 ],
3254 }], 3255 }],
3255 ], 3256 ],
3256 }, 3257 },
3257 ], 3258 ],
3258 } 3259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698