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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1951363002: Brotli compression used on about credits html file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Guarded Windows include Created 4 years, 7 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
« no previous file with comments | « chrome/browser/ui/webui/about_ui.cc ('k') | components/components_resources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 '../components/components.gyp:page_load_metrics_browser', 2906 '../components/components.gyp:page_load_metrics_browser',
2907 '../components/components.gyp:translate_content_common', 2907 '../components/components.gyp:translate_content_common',
2908 '../components/components_resources.gyp:components_resources', 2908 '../components/components_resources.gyp:components_resources',
2909 '../content/app/resources/content_resources.gyp:content_resources', 2909 '../content/app/resources/content_resources.gyp:content_resources',
2910 '../media/media.gyp:media', 2910 '../media/media.gyp:media',
2911 '../mojo/mojo_edk.gyp:mojo_system_impl', 2911 '../mojo/mojo_edk.gyp:mojo_system_impl',
2912 '../net/net.gyp:net_with_v8', 2912 '../net/net.gyp:net_with_v8',
2913 '../net/net.gyp:stale_while_revalidate_experiment_domains', 2913 '../net/net.gyp:stale_while_revalidate_experiment_domains',
2914 '../storage/storage_browser.gyp:storage', 2914 '../storage/storage_browser.gyp:storage',
2915 '../storage/storage_common.gyp:storage_common', 2915 '../storage/storage_common.gyp:storage_common',
2916 '../third_party/brotli/brotli.gyp:brotli',
2916 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2917 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2917 '../third_party/re2/re2.gyp:re2', 2918 '../third_party/re2/re2.gyp:re2',
2918 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2919 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
2919 '../ui/compositor/compositor.gyp:compositor', 2920 '../ui/compositor/compositor.gyp:compositor',
2920 '../ui/native_theme/native_theme.gyp:native_theme', 2921 '../ui/native_theme/native_theme.gyp:native_theme',
2921 '../ui/surface/surface.gyp:surface', 2922 '../ui/surface/surface.gyp:surface',
2922 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2923 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2923 '../v8/src/v8.gyp:v8', 2924 '../v8/src/v8.gyp:v8',
2924 ], 2925 ],
2925 }, { # OS == "ios" 2926 }, { # OS == "ios"
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 ], 3324 ],
3324 'sources': [ 3325 'sources': [
3325 '<@(chrome_browser_ui_non_mobile_sources)', 3326 '<@(chrome_browser_ui_non_mobile_sources)',
3326 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3327 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3327 ], 3328 ],
3328 }], 3329 }],
3329 ], 3330 ],
3330 }, 3331 },
3331 ], 3332 ],
3332 } 3333 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/about_ui.cc ('k') | components/components_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698