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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 64853004: Use high resolution icons where possible for streamlined hosted app icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_experiment_create_app_from_page
Patch Set: mass refactor: pull code into FaviconDownloader class Created 7 years 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2711 '../ui/events/events.gyp:events', 2711 '../ui/events/events.gyp:events',
2712 ], 2712 ],
2713 'sources!': [ 2713 'sources!': [
2714 'browser/ui/profile_reset_bubble_stub.cc', 2714 'browser/ui/profile_reset_bubble_stub.cc',
2715 ], 2715 ],
2716 }, { # toolkit_views == 0 2716 }, { # toolkit_views == 0
2717 'sources!': [ 2717 'sources!': [
2718 'browser/ui/tabs/tab_strip_layout_type.h', 2718 'browser/ui/tabs/tab_strip_layout_type.h',
2719 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 2719 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
2720 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 2720 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
2721 ], 2721 ],
2722 }], 2722 }],
2723 ['OS=="linux"', { 2723 ['OS=="linux"', {
2724 'dependencies': [ 2724 'dependencies': [
2725 '../build/linux/system.gyp:udev', 2725 '../build/linux/system.gyp:udev',
2726 ], 2726 ],
2727 'sources/': [ 2727 'sources/': [
2728 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], 2728 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
2729 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], 2729 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'],
2730 ], 2730 ],
2731 }], 2731 }],
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
3319 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3319 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3320 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3320 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3321 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3321 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3322 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3322 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3323 ], 3323 ],
3324 }], 3324 }],
3325 ], 3325 ],
3326 }, 3326 },
3327 ], 3327 ],
3328 } 3328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698